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