ChartSeriesPoint<TValue>.Value Property
Specifies the series point value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public TValue Value { get; }
Property Value
| Type | Description |
|---|---|
| TValue | The value type. |
Remarks
Each data point includes the values of two coordinates - X and Y.
The Argument property specifies the point’s argument (X coordinate). The Value property specifies the point’s value (Y coordinate).
See Also