PolarChartLegendClickEventArgs.Series Property
Returns the series associated with the clicked legend item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.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