Skip to main content

ChartSeriesPoint.Value Property

Specifies the series point value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public object Value { get; }

Property Value

Type Description
Object

The value.

Remarks

Each data point includes the values of two coordinates - X and Y.

The Argument property specifies the point’s argument (X coordinate value). The Y coordinate value can be defined by the Value property.

See Also