Skip to main content

XYDiagram2DBeforeScrollEventArgs.NewRange Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.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