PieChartSeriesClickEventArgs.Series Property
In This Article
Returns the pie series to which the clicked pie point belongs.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public IPieChartSeries Series { get; }
#Property Value
Type | Description |
---|---|
IPie |
A pie series. |
See Also