Class StockChartLegendTextStyle
To specify customization options for stock chart legend text styles.
Inheritance
StockChartLegendTextStyle
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartLegendTextStyle : ChartCommonFont, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartLegendTextStyle()
Declaration
public StockChartLegendTextStyle()
Properties
FontFamily
Sets and gets font family of the legend text.
Declaration
[Parameter]
public override string FontFamily { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
FontWeight
Sets and gets font weight of the legend text.
Declaration
[Parameter]
public override string FontWeight { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
Parent
Indicates the StockChartLegendSettings component.
Declaration
[CascadingParameter]
public StockChartLegendSettings Parent { get; set; }
Property Value
| Type |
|---|
| StockChartLegendSettings |
Size
Sets and gets the size for the legend text.
Declaration
[Parameter]
public override string Size { get; set; }
Property Value
| Type |
|---|
| string |