Class StockChartRangeChangeEventArgs
Event argument class for stockchart Range Change Event.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
StockChartRangeChangeEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartRangeChangeEventArgs : BaseEventArgs
Constructors
StockChartRangeChangeEventArgs()
Declaration
public StockChartRangeChangeEventArgs()
Properties
Data
Defines the data source.
Declaration
public object Data { get; set; }
Property Value
Type |
---|
System.Object |
End
Defines the end value.
Declaration
public object End { get; set; }
Property Value
Type |
---|
System.Object |
SelectedData
Defines the selected data.
Declaration
public object SelectedData { get; set; }
Property Value
Type |
---|
System.Object |
Start
Defines the start value.
Declaration
public object Start { get; set; }
Property Value
Type |
---|
System.Object |
ZoomFactor
Defined the zoom factor of the stock chart.
Declaration
public double ZoomFactor { get; set; }
Property Value
Type |
---|
System.Double |
ZoomPosition
Defined the zoom position of the stock chart.
Declaration
public double ZoomPosition { get; set; }
Property Value
Type |
---|
System.Double |