Class Chart3DDataLabelFont
Gets or sets the options for customizing the font style of the data labels in the 3D Chart series.
Inheritance
Chart3DDataLabelFont
Inherited Members
Namespace: Syncfusion.Blazor.Chart3D
Assembly: Syncfusion.Blazor.dll
Syntax
public class Chart3DDataLabelFont : Chart3DDefaultFont, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Remarks
Use this class to customize the font style of the data labels in the 3D Chart series.
Constructors
Chart3DDataLabelFont()
Declaration
public Chart3DDataLabelFont()
Properties
Color
Defind the color of the datalabel text.
Declaration
[Parameter]
public override string Color { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
FontFamily
Unique font family of the datalabel.
Declaration
[Parameter]
public override string FontFamily { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
FontSize
Defines the size of the datalabel text.
Declaration
[Parameter]
public override string FontSize { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
FontWeight
Unique font weight of the datalabel.
Declaration
[Parameter]
public override string FontWeight { get; set; }
Property Value
| Type |
|---|
| string |