PolarChartLegendClickEventArgs.Series Property
Returns the series associated with the clicked legend item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public IPolarChartSeries Series { get; }
Property Value
| Type | Description |
|---|---|
| IPolarChartSeries | The series associated with the clicked legend item. |
See Also