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

ChartBeforeScrollEventArgs.NewRange Property

Returns a new visual range for the axis.

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 user scrolls the chart.

See Also