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

XYDiagram2DBeforeZoomEventArgs.NewRange Property

Returns information about the zoomed axis’s new visual range.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v21.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public RangeInfo NewRange { get; }

Property Value

Type Description
RangeInfo

Information about the zoomed axis’s new visual range.

See Also