Back to Devexpress

ChartControl.BeforeScroll Event

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-6f63890f.md

latest1.6 KB
Original Source

ChartControl.BeforeScroll Event

Occurs before the diagram is scrolled.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public event ChartBeforeScrollEventHandler BeforeScroll
vb
Public Event BeforeScroll As ChartBeforeScrollEventHandler

Event Data

The BeforeScroll event's data class is ChartBeforeScrollEventArgs. The following properties provide information specific to this event:

PropertyDescription
AxisReturns the axis whose visual range is changed when a user scrolls the chart.
CancelGets or sets the value that identifies whether the scrolling operation should be canceled.
NewRangeReturns a new visual range for the axis.

See Also

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace