Class ScrollEventArgs
Specifies the event arguments available for on scroll changed events in the chart component.
Inheritance
System.Object
Syncfusion.Blazor.Charts.BaseEventArgs
ScrollEventArgs
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ScrollEventArgs : BaseEventArgs
Constructors
ScrollEventArgs()
Declaration
public ScrollEventArgs()
Properties
Axis
Defines the current scroll axis.
Declaration
public ChartCommonAxis Axis { get; set; }
Property Value
Type | Description |
---|---|
ChartCommonAxis |
CurrentRange
Defines axis current range.
Declaration
public ChartAxisScrollbarSettingsRange CurrentRange { get; set; }
Property Value
Type | Description |
---|---|
ChartAxisScrollbarSettingsRange |
PreviousAxisRange
Defines axis previous range.
Declaration
public ChartAxisScrollbarSettingsRange PreviousAxisRange { get; set; }
Property Value
Type | Description |
---|---|
ChartAxisScrollbarSettingsRange |
PreviousRange
Defines the previous range.
Declaration
public VisibleRangeModel PreviousRange { get; set; }
Property Value
Type | Description |
---|---|
VisibleRangeModel |
PreviousZoomFactor
Defines the previous Zoom Factor.
Declaration
public double PreviousZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PreviousZoomPosition
Defines the previous Zoom Position.
Declaration
public double PreviousZoomPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Range
Defines the current range.
Declaration
public VisibleRangeModel Range { get; set; }
Property Value
Type | Description |
---|---|
VisibleRangeModel |
ZoomFactor
Defines the current Zoom Factor.
Declaration
public double ZoomFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ZoomPosition
Defines the current Zoom Position.
Declaration
public double ZoomPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Double |