Class LegendPosition
Defines the position of the legend. They are:
Auto - Places the legend based on the area type.
Top - Displays the legend on the top of the chart.
Left - Displays the legend on the left of the chart.
Bottom - Displays the legend on the bottom of the chart.
Right - Displays the legend on the right of the chart.
Custom - Displays the legend based on the given x and y value.
Inheritance
System.Object
LegendPosition
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class LegendPosition : Enum
Fields
Auto
Declaration
public const LegendPosition Auto
Field Value
Bottom
Declaration
public const LegendPosition Bottom
Field Value
Custom
Declaration
public const LegendPosition Custom
Field Value
Left
Declaration
public const LegendPosition Left
Field Value
Right
Declaration
public const LegendPosition Right
Field Value
Top
Declaration
public const LegendPosition Top
Field Value