FinancialSeries2D.GetHighValue(SeriesPoint) Method
Gets the value of the FinancialSeries2D.HighValue attached property for a specified SeriesPoint.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| point | SeriesPoint | The series point from which the property value is read. |
Returns
| Type | Description |
|---|---|
| Double | The FinancialSeries2D.HighValue property value for the series point. |
See Also