Class LegendPosition
Defines the position of the legend.
Inheritance
System.Object
LegendPosition
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendPosition : Enum
Fields
Auto
Specifies to place the legend based on width and height.
Declaration
public const LegendPosition Auto
Field Value
Type |
---|
LegendPosition |
Bottom
Specifies to place the legend below of the component.
Declaration
public const LegendPosition Bottom
Field Value
Type |
---|
LegendPosition |
Custom
Specifies the legend position based on given X and Y coordinate.
Declaration
public const LegendPosition Custom
Field Value
Type |
---|
LegendPosition |
Left
Specifies to place the legend on the left of the component.
Declaration
public const LegendPosition Left
Field Value
Type |
---|
LegendPosition |
Right
Specifies to place the legend on the right of the component.
Declaration
public const LegendPosition Right
Field Value
Type |
---|
LegendPosition |
Top
Specifies to place the legend above of the component.
Declaration
public const LegendPosition Top
Field Value
Type |
---|
LegendPosition |