Class ChartStriplineTextStyle
Specifies the configuration of textstyle for the stripline text.
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont
ChartStriplineTextStyle
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartStriplineTextStyle : ChartDefaultFont, ISubcomponentTracker, IChartDefaultFont
Constructors
ChartStriplineTextStyle()
Declaration
public ChartStriplineTextStyle()
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
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
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()