Skip to main content

FinancialSeries2D.OpenValue Attached Property

Gets or sets the "Open" value for series points of Candle Stick and Stock series. This is an attached property.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

#Returns

Type Description
Double

A Double value.

#Examples

The following example demonstrates how to create a 2D Candle Stick chart. To do this, it is necessary to assign the ChartControl.Diagram property to XYDiagram2D, and then add a CandleStickSeries2D object with points to the diagram's Diagram.Series collection.

See Also