LegendPosition enum Null safety
Legend Position in charts.
Constants
- auto → const LegendPosition
-
LegendPosition.auto
, places the legend either at the bottom when the height is greater than the width, or at right when the width is greater than height.
const LegendPosition(0)
- bottom → const LegendPosition
-
LegendPosition.bottom
, places the legend below the plot area.
const LegendPosition(1)
- left → const LegendPosition
-
LegendPosition.left
, places the legend at the left to the plot area.
const LegendPosition(2)
- right → const LegendPosition
-
LegendPosition.right
, places the legend at the right to the plot area.
const LegendPosition(3)
- top → const LegendPosition
-
LegendPosition.top
, places the legend at the top of the plot area.
const LegendPosition(4)
-
values
→ const List<
LegendPosition> -
A constant List of the values in this enum, in order of their declaration.
const List<
LegendPosition>
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