ChartFinancialSeriesPoint.LowValue Property
Returns the series point’s Low Value.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public object LowValue { get; }
Property Value
Type | Description |
---|---|
Object | The Low value for the financial point. |
See Also