Back to Devexpress

ChartScroll3DEventArgs.OldVerticalScrollPercent Property

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

latest2.4 KB
Original Source

ChartScroll3DEventArgs.OldVerticalScrollPercent Property

Gets the old vertical scroll percent.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
Double

A Double value, representing the old vertical scroll percent.

|

Remarks

Use the OldVerticalScrollPercent and ChartScroll3DEventArgs.NewVerticalScrollPercent properties to obtain the old and new vertical scroll percents in the ChartControl.Scroll3D event handler.

To obtain the horizontal scroll percents, use the ChartScroll3DEventArgs.OldHorizontalScrollPercent and ChartScroll3DEventArgs.NewHorizontalScrollPercent properties. And, to obtain the scrolling direction, use the ChartScroll3DEventArgs.ScrollDirection property.

See Also

NewVerticalScrollPercent

Scroll3D

OldHorizontalScrollPercent

ScrollDirection

ChartScroll3DEventArgs Class

ChartScroll3DEventArgs Members

DevExpress.XtraCharts Namespace