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