Back to Devexpress

ChartControl.Scroll3D Event

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-dot-scroll3d.md

latest2.5 KB
Original Source

ChartControl.Scroll3D Event

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

Namespace : DevExpress.XtraCharts

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public event ChartScroll3DEventHandler Scroll3D
vb
Public Event Scroll3D As ChartScroll3DEventHandler

Event Data

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

PropertyDescription
NewHorizontalScrollPercentGets the new horizontal scroll percent.
NewVerticalScrollPercentGets the new vertical scroll percent.
OldHorizontalScrollPercentGets the old horizontal scroll percent.
OldVerticalScrollPercentGets the old vertical scroll percent.
ScrollDirectionGets 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

Zoom3D

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace