Class StockChartLegendTextStyle
To specify customization options for stock chart legend text styles.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartLegendTextStyle : ChartCommonFont
Constructors
StockChartLegendTextStyle()
Declaration
public StockChartLegendTextStyle()
Properties
FontFamily
Sets and gets font family of the legend text.
Declaration
public override string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
Overrides
FontWeight
Sets and gets font weight of the legend text.
Declaration
public override string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Parent
Indicates the StockChartLegendSettings component.
Declaration
public StockChartLegendSettings Parent { get; set; }
Property Value
Type |
---|
StockChartLegendSettings |
Size
Sets and gets the size for the legend text.
Declaration
public override string Size { get; set; }
Property Value
Type |
---|
System.String |
Overrides
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |