Class OfficeLegendPosition
Specifies the position of the legend on a chart.
Inheritance
System.Object
OfficeLegendPosition
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeLegendPosition : Enum
Fields
Bottom
Indicates legend position below the chart.
Declaration
public const OfficeLegendPosition Bottom
Field Value
Type |
---|
OfficeLegendPosition |
Corner
Indicates legend position in the upper right-hand corner of the chart border.
Declaration
public const OfficeLegendPosition Corner
Field Value
Type |
---|
OfficeLegendPosition |
Left
Indicates legend position left of the chart.
Declaration
public const OfficeLegendPosition Left
Field Value
Type |
---|
OfficeLegendPosition |
NotDocked
Indicates the Not Docked option.
Declaration
public const OfficeLegendPosition NotDocked
Field Value
Type |
---|
OfficeLegendPosition |
Right
Indicates legend position right of the chart.
Declaration
public const OfficeLegendPosition Right
Field Value
Type |
---|
OfficeLegendPosition |
Top
Indicates legent position above the chart.
Declaration
public const OfficeLegendPosition Top
Field Value
Type |
---|
OfficeLegendPosition |