ExcelLegendPosition enum
Specifies the position of the legend on a chart.
Values
- bottom → const ExcelLegendPosition
-
Represents the bottom of the chart.
- corner → const ExcelLegendPosition
-
Represents the upper right-hand corner of the chart border.
- top → const ExcelLegendPosition
-
Represents the top of the chart.
- right → const ExcelLegendPosition
-
Represents the right of the chart.
- left → const ExcelLegendPosition
-
Represents the left of the chart.
- notDocked → const ExcelLegendPosition
-
Represents the NotDocked option.
Properties
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<
ExcelLegendPosition> - A constant List of the values in this enum, in order of their declaration.