Back to Devexpress

ChartBeforeZoomEventArgs.NewRange Property

corelibraries-devexpress-dot-xtracharts-dot-chartbeforezoomeventargs-8487c6ce.md

latest1.1 KB
Original Source

ChartBeforeZoomEventArgs.NewRange Property

The new axis visual range.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public RangeInfo NewRange { get; }
vb
Public ReadOnly Property NewRange As RangeInfo

Property Value

TypeDescription
RangeInfo

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

|

See Also

ChartBeforeZoomEventArgs Class

ChartBeforeZoomEventArgs Members

DevExpress.XtraCharts Namespace