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

ChartScrollEventArgs.NewXRange Property

Gets the new value of the AxisBase.VisualRange property for the X-axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public RangeInfo NewXRange { get; }

Property Value

Type Description
RangeInfo

A RangeInfo object which represents the new value of the axis range.

Remarks

Use the ChartScrollEventArgs.OldXRange and NewXRange properties to obtain the X-axis’s AxisBase.VisualRange property values before and after a chart is scrolled in the ChartControl.Scroll event handler. For more information on scrolling a chart diagram, please refer to the Zooming and Scrolling (2D XY-Charts) topic.

See Also