Skip to main content
A newer version of this page is available. .

ChartSeriesPointCustomizationSettings.Point Property

Provides access to the point’s settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.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 more information and examples.

See Also