PieChartLegendClickEventArgs.Point Property
Returns the data point associated with the clicked legend item.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public ChartSeriesPoint Point { get; }
Property Value
| Type | Description |
|---|---|
| ChartSeriesPoint | The data point associated with the clicked legend item. |
See Also