Class SmithChartCommonFont
Gets and sets the options for customizing the text style of the chart component.
Inheritance
System.Object
SmithChartCommonFont
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartCommonFont : SfBaseComponent
Constructors
SmithChartCommonFont()
Declaration
public SmithChartCommonFont()
Properties
Color
Gets and sets the color for the text.
Declaration
public virtual string Color { get; set; }
Property Value
Type |
---|
System.String |
FontFamily
Gets and sets the font family for the text.
Declaration
public virtual string FontFamily { get; set; }
Property Value
Type |
---|
System.String |
FontStyle
Gets and sets the font style for the text.
Declaration
public string FontStyle { get; set; }
Property Value
Type |
---|
System.String |
FontWeight
Gets and sets the font weight for the text.
Declaration
public virtual string FontWeight { get; set; }
Property Value
Type |
---|
System.String |
Opacity
Gets and sets the opacity for the text.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
Size
Gets and sets the size for the text.
Declaration
public virtual string Size { get; set; }
Property Value
Type |
---|
System.String |
Methods
OnParametersSetAsync()
Method invoked when the component has received parameters from its parent in the render tree and the incoming values have been assigned to properties.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |