Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

ChartSeriesPoint Class

Specifies an individual series point.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public abstract class ChartSeriesPoint

Remarks

The ChartSeriesPoint class implements the functionality of an individual data point in a Series. Series points can have different shapes and sizes depending on the series types.

Chart series point

See Also