SparkChartMarkerDisplayMode enum
Displays the marker on the spark chart widget in different modes.
Values
- none → const SparkChartMarkerDisplayMode
-
SparkChartMarkerDisplayMode.none does not allow to display a marker on any data points in the spark chart widget.
- all → const SparkChartMarkerDisplayMode
-
SparkChartMarkerDisplayMode.all allows to display a marker on all the data points in the spark chart widget.
- high → const SparkChartMarkerDisplayMode
-
SparkChartMarkerDisplayMode.high allows displaying marker only on the highest data points in the spark chart widget.
- low → const SparkChartMarkerDisplayMode
-
SparkChartMarkerDisplayMode.low allows displaying marker only on the lowest data points in the spark chart widget.
- first → const SparkChartMarkerDisplayMode
-
SparkChartMarkerDisplayMode.first allows displaying marker only on the first data points in the spark chart widget.
- last → const SparkChartMarkerDisplayMode
-
SparkChartMarkerDisplayMode.last allows displaying marker only on the last data points in the spark chart widget.
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<
SparkChartMarkerDisplayMode> - A constant List of the values in this enum, in order of their declaration.