ChartScroll3DEventArgs Class
Provides data for the ChartControl.Scroll3D event.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Remarks
The ChartControl.Scroll3D event occurs when a 3D XY-diagram is being scrolled.
The ChartScroll3DEventArgs class introduces the ChartScroll3DEventArgs.ScrollDirection property, and the following properties, providing data about scroll percent changes.
- ChartScroll3DEventArgs.OldHorizontalScrollPercent and ChartScroll3DEventArgs.OldVerticalScrollPercent;
- ChartScroll3DEventArgs.NewHorizontalScrollPercent and ChartScroll3DEventArgs.NewVerticalScrollPercent.
Note that ChartScroll3DEventArgs objects are automatically created, initialized and passed to ChartControl.Scroll3D event handlers.
See Also