Skip to main content
All docs
V25.1
  • ChartVisualRangeChangedEventArgs.IsArgumentAxis Property

    Returns whether an argument or value axis is processed.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public bool IsArgumentAxis { get; }

    Property Value

    Type Description
    Boolean

    true for the argument axis; false for the value axis.

    Remarks

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

    See Also