Skip to main content
All docs
V26.1
  • ChartVisualRangeChangedEventArgs.PreviousRange Property

    Returns the previous axis visual range.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public List<object> PreviousRange { get; }

    Property Value

    Type Description
    List<Object>

    A two-object array.

    Remarks

    Refer to the VisualRangeChanged event description for additional information and a example.

    See Also