ChartControl.Scroll3D Event
Occurs when an end-user scrolls the 3D diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
Event Data
The Scroll3D event's data class is ChartScroll3DEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
NewHorizontalScrollPercent | Gets the new horizontal scroll percent. |
NewVerticalScrollPercent | Gets the new vertical scroll percent. |
OldHorizontalScrollPercent | Gets the old horizontal scroll percent. |
OldVerticalScrollPercent | Gets the old vertical scroll percent. |
ScrollDirection | Gets the scrolling direction. |
Remarks
Note that this event is raised for 3D Charts only. In 2D Charts, the similar ChartControl.Scroll event is raised.
See Also