Class LegendPosition
Enum that represents the position of the legend. Setting position to None removes legend.
Inheritance
System.Object
LegendPosition
Namespace: IronXL.Drawing.Charts
Assembly: IronXL.dll
Syntax
public sealed class LegendPosition : Enum
Fields
Bottom
The bottom position of the legend.
Declaration
public const LegendPosition Bottom
Field Value
Type | Description |
---|---|
LegendPosition |
Left
The left position of the legend.
Declaration
public const LegendPosition Left
Field Value
Type | Description |
---|---|
LegendPosition |
None
Value that stands for hidden legend. This is set by default
Declaration
public const LegendPosition None
Field Value
Type | Description |
---|---|
LegendPosition |
Right
The right position of the legend.
Declaration
public const LegendPosition Right
Field Value
Type | Description |
---|---|
LegendPosition |
Top
The top position of the legend.
Declaration
public const LegendPosition Top
Field Value
Type | Description |
---|---|
LegendPosition |
TopRight
The top right position of the legend.
Declaration
public const LegendPosition TopRight
Field Value
Type | Description |
---|---|
LegendPosition |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |