Enum OfficeLegendPosition
Specifies the position of the legend on a chart.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeLegendPosition
Fields
Name | Description |
---|---|
Bottom | Indicates legend position below the chart. |
Corner | Indicates legend position in the upper right-hand corner of the chart border. |
Left | Indicates legend position left of the chart. |
NotDocked | Indicates the Not Docked option. |
Right | Indicates legend position right of the chart. |
Top | Indicates legent position above the chart. |