LabelAlignment enum Null safety
Used to align the Cartesian data label positions.
Aligns the data label text to near, center and far.
Constants
- center → const LabelAlignment
-
LabelAlignment.center
, datalabel alignment is center of the series line.const LabelAlignment(2)
- end → const LabelAlignment
-
LabelAlignment.end
, datalabel alignment is greater distance to series line.const LabelAlignment(0)
- start → const LabelAlignment
-
LabelAlignment.start
, datalabel alignment is closer to series line.const LabelAlignment(1)
-
values
→ const List<
LabelAlignment> -
A constant List of the values in this enum, in order of their declaration.
const List<
LabelAlignment>
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. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited