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