LegendPosition enum

Position where the legend can be anchored within the chart area.

Inheritance
Available extensions

Values

topLeft → const LegendPosition

Top-left corner of the chart area.

topCenter → const LegendPosition

Top-center of the chart area.

topRight → const LegendPosition

Top-right corner of the chart area.

centerLeft → const LegendPosition

Center-left of the chart area.

center → const LegendPosition

Center of the chart area.

centerRight → const LegendPosition

Center-right of the chart area.

bottomLeft → const LegendPosition

Bottom-left corner of the chart area.

bottomCenter → const LegendPosition

Bottom-center of the chart area.

bottomRight → const LegendPosition

Bottom-right corner of the chart area.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<LegendPosition>
A constant List of the values in this enum, in order of their declaration.