ChartSeriesClickEventArgs.Series Property
Gets the clicked series of the chart.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public IChartSeries Series { get; }
Property Value
Type | Description |
---|---|
IChartSeries | The clicked series of the chart. |
See Also