Class SmithChartFont
Options to customize the font style of the chart.
Inheritance
SmithChartFont
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartFont : SmithChartCommonFont, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SmithChartFont()
Declaration
public SmithChartFont()
Properties
Size
Font size for text.
Declaration
[Parameter]
public override string Size { get; set; }
Property Value
| Type |
|---|
| string |
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |