FinancialSeries2D.GetCloseValue(SeriesPoint) Method
In This Article
Gets the value of the FinancialSeries2D.CloseValue attached property for a specified SeriesPoint.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point | Series |
The series point from which the property value is read. |
#Returns
Type | Description |
---|---|
Double | The Financial |
See Also