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

ChartSeriesPoint Class

Represents an individual series point.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class ChartSeriesPoint

The following members return ChartSeriesPoint objects:

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.

See Also