Enum ChartTitlePosition
Specifies the position of the title for the Chart.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ChartTitlePosition
Fields
| Name | Description |
|---|---|
| Bottom | Displays the title and subtitle at the bottom of the chart. |
| Custom | Displays the title and subtitle based on the specified X and Y coordinates. |
| Left | Displays the title and subtitle at the left of the chart. |
| Right | Displays the title and subtitle at the right of the chart. |
| Top | Displays the title and subtitle at the top of the chart. |