ChartFinancialSeriesPoint<T>.LowValue Property
Returns the financial point’s Low Value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public T LowValue { get; }
Property Value
Type | Description |
---|---|
T | The type of Low Values. |
See Also