TrackballVisibilityMode enum

Whether marker should be visible or not when trackball is enabled.

Inheritance

Constructors

TrackballVisibilityMode()
const

Values

auto → const TrackballVisibilityMode
  • TrackballVisibilityMode.auto - If the isVisible property in the series markerSettings is set to true, then the trackball marker will also be displayed for that particular series, else it will not be displayed.
visible → const TrackballVisibilityMode
  • TrackballVisibilityMode.visible - Makes the trackball marker visible for all the series, irrespective of considering the isVisible property's value in the markerSettings.
hidden → const TrackballVisibilityMode
  • TrackballVisibilityMode.hidden - Hides the trackball marker for all the series.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<TrackballVisibilityMode>
A constant List of the values in this enum, in order of their declaration.