Class ZoomingEventArgs
Specifies the event arguments available for the zooming events in the chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
ZoomingEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ZoomingEventArgs : BaseEventArgs
Constructors
ZoomingEventArgs()
Declaration
public ZoomingEventArgs()
Properties
AxisCollection
Defines the collection of axis.
Declaration
public List<AxisData> AxisCollection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AxisData> | A list of AxisData representing the collection of axes. |