ChartSeriesPointCustomizationSettings.Point Property
Provides access to the point’s settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public ChartSeriesPoint Point { get; }
Property Value
| Type | Description |
|---|---|
| ChartSeriesPoint | The series data point. |
Remarks
Use this property in the CustomizeSeriesPoint event handler to access the current point’s settings. See this event’s description for additional information and examples.
See Also