ChartControl.BeforeScroll Event
Occurs before the diagram is scrolled.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
Declaration
Event Data
The BeforeScroll event's data class is ChartBeforeScrollEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Axis | Returns the axis whose visual range is changed when a user scrolls the chart. |
Cancel | Gets or sets the value that identifies whether the scrolling operation should be canceled. |
NewRange | Returns a new visual range for the axis. |
See Also