Skip to main content
All docs
V25.1
  • PolarChartSelectionChangedEventArgs.IsSeriesSelected Property

    Returns whether a series is selected.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public bool IsSeriesSelected { get; }

    Property Value

    Type Description
    Boolean

    true if a series is selected; otherwise, false.

    Remarks

    Use the Series property to obtain the series that was selected.

    See Also