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