Class ExcelLegendPosition
Specifies the position of the legend on a chart.
Inheritance
System.Object
ExcelLegendPosition
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelLegendPosition : Enum
Fields
Bottom
Represents the bottom of the chart.
Declaration
public const ExcelLegendPosition Bottom
Field Value
Type |
---|
ExcelLegendPosition |
Corner
Represents the upper right-hand corner of the chart border.
Declaration
public const ExcelLegendPosition Corner
Field Value
Type |
---|
ExcelLegendPosition |
Left
Represents the left of the chart.
Declaration
public const ExcelLegendPosition Left
Field Value
Type |
---|
ExcelLegendPosition |
NotDocked
Represents the NotDocked option.
Declaration
public const ExcelLegendPosition NotDocked
Field Value
Type |
---|
ExcelLegendPosition |
Right
Represents the right of the chart.
Declaration
public const ExcelLegendPosition Right
Field Value
Type |
---|
ExcelLegendPosition |
Top
Represents the top of the chart.
Declaration
public const ExcelLegendPosition Top
Field Value
Type |
---|
ExcelLegendPosition |