Class Chart3DDataLabelFont
Gets or sets the options for customizing the font style of the data labels in the SfChart3D series.
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DDataLabelFont : Chart3DDefaultFont, IChart3DSubcomponentTracker, IChart3DDefaultFont
Remarks
Use this class to customize the font style of the data labels in the SfChart3D series.
Constructors
Chart3DDataLabelFont()
Declaration
public Chart3DDataLabelFont()
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
FontSize
Defines the size of the datalabel text.
Declaration
public override string FontSize { 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
Methods
OnInitialized()
Declaration
protected override void OnInitialized()
OnParametersSet()
Declaration
protected override void OnParametersSet()