Skip to main content
A newer version of this page is available. .

ChartControl.Scroll3D Event

Occurs when an end-user scrolls the 3D diagram.

Namespace: DevExpress.XtraCharts

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

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