ChartRangeSeriesPoint.StartValue Property
Returns the range point’s start value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public object StartValue { get; }
Property Value
Type | Description |
---|---|
Object | The minimum value for the range point. |
See Also