ExcelLegendPosition enum

Specifies the position of the legend on a chart.

Inheritance

Constructors

ExcelLegendPosition()
const

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.

Represents the right of the chart.

left → const ExcelLegendPosition

Represents the left of the chart.

notDocked → const ExcelLegendPosition

Represents the NotDocked option.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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<ExcelLegendPosition>
A constant List of the values in this enum, in order of their declaration.