Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartControl.Scroll3D Event

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
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