CircularChartGroupMode enum Null safety
Data points grouping mode.
Constants
- point → const CircularChartGroupMode
-
- CircularChartGroupMode.point, groups the points based on length.
const CircularChartGroupMode(0)
- value → const CircularChartGroupMode
-
- CircularChartGroupMode.value, groups the points based on the y value.
const CircularChartGroupMode(1)
-
values
→ const List<
CircularChartGroupMode> -
A constant List of the values in this enum, in order of their declaration.
const List<
CircularChartGroupMode>
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