Skip to main content
All docs
V25.1
  • ChartBeforeScrollEventArgs.NewRange Property

    Returns a new visual range for the axis.

    Namespace: DevExpress.XtraCharts

    Assembly: DevExpress.XtraCharts.v25.1.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