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

ChartBeforeZoomEventArgs.NewRange Property

The new axis visual range.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public RangeInfo NewRange { get; }

Property Value

Type Description
RangeInfo

The visual range that the axis will display after a zoom.

See Also