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

ChartSeriesPoint<TValue> Class

Represents an individual series point.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public class ChartSeriesPoint<TValue> :
    ChartSeriesPoint

Type Parameters

Name Description
TValue

The value type.

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.

Inheritance

Object
ChartSeriesPoint
ChartSeriesPoint<TValue>
See Also