Skip to main content
A newer version of this page is available. .

ChartScroll3DEventArgs.NewVerticalScrollPercent Property

Gets the new vertical scroll percent.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public double NewVerticalScrollPercent { get; }

Property Value

Type Description
Double

A Double value, representing the new vertical scroll percent.

Remarks

Use the NewVerticalScrollPercent and ChartScroll3DEventArgs.OldVerticalScrollPercent 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