Class StockChartZoomingEventArgs
Event argument class for stockchart Zooming Event.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
StockChartZoomingEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartZoomingEventArgs : BaseEventArgs
Constructors
StockChartZoomingEventArgs()
Declaration
public StockChartZoomingEventArgs()
Properties
AxisCollection
Defines the axis collection.
Declaration
public List<StockChartAxisData> AxisCollection { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<StockChartAxisData> |