Skip to main content

FinancialSeries2D.GetOpenValue(SeriesPoint) Method

Gets the value of the FinancialSeries2D.OpenValue attached property for a specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public static double GetOpenValue(
    SeriesPoint point
)

#Parameters

Name Type Description
point SeriesPoint

The series point from which the property value is read.

#Returns

Type Description
Double

The FinancialSeries2D.OpenValue property value for the series point.

See Also