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