Back to Devexpress

ChartScroll3DEventArgs Class

corelibraries-devexpress-dot-xtracharts-dot-chartscroll3deventargs.md

latest2.5 KB
Original Source

ChartScroll3DEventArgs Class

Provides data for the ChartControl.Scroll3D event.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class ChartScroll3DEventArgs :
    EventArgs
vb
Public Class ChartScroll3DEventArgs
    Inherits EventArgs

ChartScroll3DEventArgs is the data class for the following events:

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

ChartScroll3DEventArgs Members

Scroll3D

DevExpress.XtraCharts Namespace