Class ChartAxisTitleStyle
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont
ChartAxisTitleStyle
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartAxisTitleStyle : ChartDefaultFont, ISubcomponentTracker, IChartDefaultFont
Constructors
ChartAxisTitleStyle()
Declaration
public ChartAxisTitleStyle()
Properties
Color
Font color for the axis title.
Declaration
public override string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.Color
Size
Unique size of the axis labels.
Declaration
public override string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.Size
Methods
OnInitialized()
Declaration
protected override void OnInitialized()