Class ChartAxisMultiLevelLabelTextStyle
Options to customize the multilevel label text.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartAxisMultiLevelLabelTextStyle : ChartDefaultFont, ISubcomponentTracker, IChartDefaultFont
Constructors
ChartAxisMultiLevelLabelTextStyle()
Declaration
public ChartAxisMultiLevelLabelTextStyle()
Properties
Color
Gets or sets the color for the multi-level label text.
Declaration
public override string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the color of the multi-level label text. The default multi-level label text color is determined by the chart's theme. By default, the theme is set to Material with a font color of rgba(97, 97, 97, 1). |
Overrides
Remarks
Use valid hex or rgba CSS color strings for the color value.
Size
Gets or sets the font size for the multi-level label text.
Declaration
public override string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the font size of the multi-level label text. The default value is "12px". |
Overrides
Methods
OnInitialized()
Declaration
protected override void OnInitialized()