PointsMode enum

Strategy used when drawing individual data points over the sparkline.

Inheritance

Constructors

PointsMode()
const

Values

none → const PointsMode

Do not draw individual points.

all → const PointsMode

Draw all the points in the data set.

last → const PointsMode

Draw only the last point in the data set.

atIndex → const PointsMode

Draw a point at a given index in the data set.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<PointsMode>
A constant List of the values in this enum, in order of their declaration.