SelectionType enum
Data point selection type.
Constants
- cluster → const SelectionType
-
- SelectionType.cluster, selects the cluster of data points.
const SelectionType(2)
- point → const SelectionType
-
- SelectionType.point, selects the individual point.
const SelectionType(0)
- series → const SelectionType
-
- SelectionType.series, selects the entire series.
const SelectionType(1)
-
values
→ const List<
SelectionType> -
A constant List of the values in this enum, in order of their declaration.
const List<
SelectionType>
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