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

ChartScroll3DEventArgs Class

Provides data for the ChartControl.Scroll3D event.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class ChartScroll3DEventArgs :
    EventArgs

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.

Note that ChartScroll3DEventArgs objects are automatically created, initialized and passed to ChartControl.Scroll3D event handlers.

Inheritance

Object
EventArgs
ChartScroll3DEventArgs
See Also