Class StockChartAxisTitleStyle
To specify customization values for stockchart axis title.
Inheritance
StockChartAxisTitleStyle
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartAxisTitleStyle : ChartCommonFont, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartAxisTitleStyle()
Declaration
public StockChartAxisTitleStyle()
Properties
Size
Unique size of the axis labels.
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 |