Class ChartLegendTextStyle
Inheritance
System.Object
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont
ChartLegendTextStyle
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartLegendTextStyle : ChartDefaultFont, ISubcomponentTracker, IChartDefaultFont
Constructors
ChartLegendTextStyle()
Declaration
public ChartLegendTextStyle()
Properties
FontFamily
Unique font family of the legend text.
Declaration
public override string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.FontFamily
FontWeight
Unique font weight of the legend text.
Declaration
public override string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Syncfusion.Blazor.Charts.Internal.ChartDefaultFont.FontWeight
Size
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()