corelibraries-devexpress-dot-xtracharts-dot-chartscroll3deventargs.md
Provides data for the ChartControl.Scroll3D event.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class ChartScroll3DEventArgs :
EventArgs
Public Class ChartScroll3DEventArgs
Inherits EventArgs
ChartScroll3DEventArgs is the data class for the following events:
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.
Object EventArgs ChartScroll3DEventArgs
See Also