RangeAreaSeries2D.Value2 Attached Property
In This Article
Gets or sets the second value of the range area series points.
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 Range Area chart. To do this, it is necessary to assign the ChartControl.Diagram property to XYDiagram2D, and then add a RangeAreaSeries2D object with points to the diagram's Diagram.Series collection.
Also, this example shows how to add a chart title and to hide markers and labels for both series to improve the chart's appearance.
See Also