ChartSelectionChangedEventArgs.IsSeriesSelected Property
In This Article
Identifies whether a series is selected.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public bool IsSeriesSelected { get; }
#Property Value
Type | Description |
---|---|
Boolean |
|
#Remarks
Use the Series property to obtain the series that was selected.
See Also