Skip to main content

ChartSeriesPointCustomizationSettings.Point Property

Provides access to the point’s settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.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