Class IZoomingEventArgs
Inheritance
System.Object
IZoomingEventArgs
Implements
System.IEquatable<IZoomingEventArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IZoomingEventArgs : Object, IEquatable<IZoomingEventArgs>
Constructors
IZoomingEventArgs()
Declaration
public IZoomingEventArgs()
Properties
AxisCollection
Declaration
public List<IAxisData> AxisCollection { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<IAxisData> |
Cancel
Defines the event cancel status
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Defines the name of the event
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(IZoomingEventArgs)
Returns a boolean by comparing with iZoomingEventArgs
Declaration
public bool Equals(IZoomingEventArgs iZoomingEventArgs)
Parameters
Type | Name | Description |
---|---|---|
IZoomingEventArgs | iZoomingEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>