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