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