Class ChartTitlePosition
Specifies the position of the title for the SfChart.
Inheritance
System.Object
ChartTitlePosition
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ChartTitlePosition : Enum
Fields
Bottom
Displays the title and subtitle at the bottom of the chart.
Declaration
public const ChartTitlePosition Bottom
Field Value
Type |
---|
ChartTitlePosition |
Custom
Displays the title and subtitle based on the specified X and Y coordinates.
Declaration
public const ChartTitlePosition Custom
Field Value
Type |
---|
ChartTitlePosition |
Left
Displays the title and subtitle at the left of the chart.
Declaration
public const ChartTitlePosition Left
Field Value
Type |
---|
ChartTitlePosition |
Right
Displays the title and subtitle at the right of the chart.
Declaration
public const ChartTitlePosition Right
Field Value
Type |
---|
ChartTitlePosition |
Top
Displays the title and subtitle at the top of the chart.
Declaration
public const ChartTitlePosition Top
Field Value
Type |
---|
ChartTitlePosition |