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 |