Skip to main content
All docs
V26.1
  • XYDiagram2DBeforeScrollEventArgs.NewRange Property

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

    Namespace: DevExpress.Xpf.Charts

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