Back to Devexpress

ChartScroll3DEventArgs.OldHorizontalScrollPercent Property

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

latest2.5 KB
Original Source

ChartScroll3DEventArgs.OldHorizontalScrollPercent Property

Gets the old horizontal scroll percent.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public double OldHorizontalScrollPercent { get; }
vb
Public ReadOnly Property OldHorizontalScrollPercent As Double

Property Value

TypeDescription
Double

A Double value, representing the old horizontal scroll percent.

|

Remarks

Use the OldHorizontalScrollPercent and ChartScroll3DEventArgs.NewHorizontalScrollPercent properties to obtain the old and new horizontal scroll percents in the ChartControl.Scroll3D event handler.

To obtain the vertical scroll percents, use the ChartScroll3DEventArgs.OldVerticalScrollPercent and ChartScroll3DEventArgs.NewVerticalScrollPercent properties. And, to obtain the scrolling direction, use the ChartScroll3DEventArgs.ScrollDirection property.

See Also

NewHorizontalScrollPercent

Scroll3D

NewVerticalScrollPercent

ScrollDirection

ChartScroll3DEventArgs Class

ChartScroll3DEventArgs Members

DevExpress.XtraCharts Namespace