Class ChartDataLabelFont
Options to customize the text style of datalabel.
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont
ChartDataLabelFont
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartDataLabelFont : ChartDefaultFont, ISubcomponentTracker, IChartDefaultFont
Constructors
ChartDataLabelFont()
Declaration
public ChartDataLabelFont()
Properties
Color
Defind the color of the datalabel text.
Declaration
public override string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.Color
Size
Defines the size of the datalabel text.
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()