Enum LegendPosition
Defines the position of the legend.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum LegendPosition
Fields
| Name | Description |
|---|---|
| Auto | Specifies to place the legend based on width and height. |
| Bottom | Specifies to place the legend below of the component. |
| Custom | Specifies the legend position based on given X and Y coordinate. |
| Left | Specifies to place the legend on the left of the component. |
| Right | Specifies to place the legend on the right of the component. |
| Top | Specifies to place the legend above of the component. |