TrackballVisibilityMode enum
Whether marker should be visible or not when trackball is enabled.
Values
- auto → const TrackballVisibilityMode
-
- TrackballVisibilityMode.auto - If the
isVisible
property in the seriesmarkerSettings
is 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
isVisible
property'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
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.