Back to Devexpress

ChartSeriesPoint.Value Property

blazor-devexpress-dot-blazor-dot-chartseriespoint-d900627a.md

latest976 B
Original Source

ChartSeriesPoint.Value Property

Specifies the series point value.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public object Value { get; }

Property Value

TypeDescription
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

ChartSeriesPoint Class

ChartSeriesPoint Members

DevExpress.Blazor Namespace