Enum ExcelLegendPosition
Specifies the position of the legend on a chart.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelLegendPosition
Fields
| Name | Description |
|---|---|
| Bottom | Represents the bottom of the chart. |
| Corner | Represents the upper right-hand corner of the chart border. |
| Left | Represents the left of the chart. |
| NotDocked | Represents the NotDocked option. |
| Right | Represents the right of the chart. |
| Top | Represents the top of the chart. |