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