TrackballVisibilityMode enum
Whether marker should be visible or not when trackball is enabled.
Values
- auto → const TrackballVisibilityMode
- 
  - TrackballVisibilityMode.auto - If the isVisibleproperty in the seriesmarkerSettingsis set to true, then the trackball marker will also be displayed for that particular series, else it will not be displayed.
 
- TrackballVisibilityMode.auto - If the 
- visible → const TrackballVisibilityMode
- 
  - TrackballVisibilityMode.visible - Makes the trackball marker visible
for all the series, irrespective of considering the isVisibleproperty's value in themarkerSettings.
 
- TrackballVisibilityMode.visible - Makes the trackball marker visible
for all the series, irrespective of considering the 
- 
  - 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
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- 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.