Class ChartTitleStyle
Options to customize the title style of the chart.
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont
ChartTitleStyle
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartTitleStyle : ChartDefaultFont, ISubcomponentTracker, IChartDefaultFont
Constructors
ChartTitleStyle()
Declaration
public ChartTitleStyle()
Properties
FontFamily
Declaration
public override string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.FontFamily
FontWeight
Declaration
public override string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.FontWeight
Size
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()
OnParametersSet()
Declaration
protected override void OnParametersSet()