Skip to main content

ChartBeforeScrollEventArgs.NewRange Property

Returns a new visual range for the axis.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.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