Class ChartDataLabelFont
Options to customize the text style of datalabel.
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 |
---|
System.String |
Overrides
FontFamily
Unique font family of the datalabel.
Declaration
public override string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
Overrides
FontWeight
Unique font weight of the datalabel.
Declaration
public override string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Size
Defines the size of the datalabel text.
Declaration
public override string Size { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()