Class StockChartZoomingEventArgs
Event argument class for stockchart Zooming Event.
Inherited Members
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 |
|---|
| List<StockChartAxisData> |