Class AxisRangeCalculatedEventArgs
Specifies the event arguments available for on range calculated events in the chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
AxisRangeCalculatedEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class AxisRangeCalculatedEventArgs : BaseEventArgs
Constructors
AxisRangeCalculatedEventArgs()
Declaration
public AxisRangeCalculatedEventArgs()
Properties
Interval
Defines axis current interval.
Declaration
public double Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Maximum
Defines axis current max range.
Declaration
public double Maximum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Minimum
Defines axis current min range.
Declaration
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |