TrackballVisibilityMode enum Null safety
Whether marker should be visible or not when trackball is enabled.
Constants
- auto → const 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.
const TrackballVisibilityMode(0)
- auto - If the
-
- hidden - Hides the trackball marker for all the series.
const TrackballVisibilityMode(2)
-
values
→ const List<
TrackballVisibilityMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
TrackballVisibilityMode> - visible → const TrackballVisibilityMode
-
- visible - Makes the trackball marker visible for all the series,
irrespective of considering the
isVisible
property's value in themarkerSettings
.
const TrackballVisibilityMode(1)
- visible - Makes the trackball marker visible for all the series,
irrespective of considering the
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited