LegendPosition enum
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, whereas LegendPosition.bottom places the legend at the bottom of the plot area, whereas LegendPosition.left places the legend at the left of the plot area, whereas LegendPosition.right places the legend at the right of the plot area, and LegendPosition.top places the legend at the top of the plot area.
Constants
- auto → const LegendPosition
-
const LegendPosition(0)
- bottom → const LegendPosition
-
const LegendPosition(1)
- left → const LegendPosition
-
const LegendPosition(2)
- right → const LegendPosition
-
const LegendPosition(3)
- top → const LegendPosition
-
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
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited