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

    Returns whether an argument or value axis is processed.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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 additional information and a example.

    See Also