Class StockChartAxisData
Event argument class for stockchart zooming axis details.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartAxisData
Constructors
StockChartAxisData()
Declaration
public StockChartAxisData()
Properties
AxisName
Defines the axis name.
Declaration
public string AxisName { get; set; }
Property Value
| Type |
|---|
| string |
AxisRange
Defines the axis range.
Declaration
public VisibleRangeModel AxisRange { get; set; }
Property Value
| Type |
|---|
| VisibleRangeModel |
ZoomFactor
Defines the axis zoom factor.
Declaration
public double ZoomFactor { get; set; }
Property Value
| Type |
|---|
| double |
ZoomPosition
Defines the axis zoom position.
Declaration
public double ZoomPosition { get; set; }
Property Value
| Type |
|---|
| double |