ChartScroll3DEventArgs.NewHorizontalScrollPercent Property
Gets the new horizontal scroll percent.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
Double | A Double value, representing the new horizontal scroll percent. |
Remarks
Use the NewHorizontalScrollPercent and ChartScroll3DEventArgs.OldHorizontalScrollPercent 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