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