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