Back to Devexpress

ChartScroll3DEventArgs.ScrollDirection Property

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

latest2.4 KB
Original Source

ChartScroll3DEventArgs.ScrollDirection Property

Gets the scrolling direction.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public ChartScrollDirection ScrollDirection { get; }
vb
Public ReadOnly Property ScrollDirection As ChartScrollDirection

Property Value

TypeDescription
ChartScrollDirection

A ChartScrollDirection enumeration value.

|

Available values:

NameDescription
Horizontal

Identifies the horizontal scrolling direction.

| | Vertical |

Identifies the vertical scrolling direction.

| | Both |

Identifies both scrolling directions (vertical and horizontal).

|

Remarks

Use the ScrollDirection property to obtain the scrolling direction in the ChartControl.Scroll3D event handler.

To get the old and new horizontal scroll percents, use the ChartScroll3DEventArgs.OldHorizontalScrollPercent and ChartScroll3DEventArgs.NewHorizontalScrollPercent properties.

To get the old and new vertical scroll percents, use the ChartScroll3DEventArgs.OldVerticalScrollPercent and ChartScroll3DEventArgs.NewVerticalScrollPercent properties.

See Also

Scroll3D

ChartScroll3DEventArgs Class

ChartScroll3DEventArgs Members

DevExpress.XtraCharts Namespace