Class StockChartAxisData
Event argument class for stockchart zooming axis details.
Inheritance
System.Object
StockChartAxisData
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartAxisData : Object
Constructors
StockChartAxisData()
Declaration
public StockChartAxisData()
Properties
AxisName
Defines the axis name.
Declaration
public string AxisName { get; set; }
Property Value
Type |
---|
System.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 |
---|
System.Double |
ZoomPosition
Defines the axis zoom position.
Declaration
public double ZoomPosition { get; set; }
Property Value
Type |
---|
System.Double |