Enum LegendPosition
Enum that represents the position of the legend. Setting position to None removes legend.
Namespace: IronXL.Drawing.Charts
Assembly: IronXL.dll
Syntax
public enum LegendPosition
Fields
Name | Description |
---|---|
Bottom | The bottom position of the legend. |
Left | The left position of the legend. |
None | Value that stands for hidden legend. This is set by default |
Right | The right position of the legend. |
Top | The top position of the legend. |
TopRight | The top right position of the legend. |