Class StockChartAxis
To specify customization values for stock chart Axis.
Inheritance
StockChartAxis
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartAxis : StockChartCommonAxis, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartAxis()
Declaration
public StockChartAxis()
Properties
OpposedPosition
If set to true, the axis will render at the opposite side of its default position.
Declaration
[Parameter]
public override bool OpposedPosition { get; set; }
Property Value
| Type |
|---|
| bool |
Overrides
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderTreeBuilder | __builder |