ChartControl.Scroll3D Event
In This Article
Occurs when an end-user scrolls the 3D diagram.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public event ChartScroll3DEventHandler Scroll3D
#Event Data
The Scroll3D event's data class is ChartScroll3DEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
New |
Gets the new horizontal scroll percent. |
New |
Gets the new vertical scroll percent. |
Old |
Gets the old horizontal scroll percent. |
Old |
Gets the old vertical scroll percent. |
Scroll |
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