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