ChartRangeSeriesPoint<T>.StartValue Property
Returns the range point’s start value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public T StartValue { get; }
Property Value
| Type | Description |
|---|---|
| T | The type of start values. |
See Also