RangeBarSeries2D.GetValue2(SeriesPoint) Method
In This Article
Gets the value of the RangeBarSeries2D.Value2 attached property of a specified SeriesPoint.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
point | Series |
A Series |
#Returns
Type | Description |
---|---|
Double | The value of the Range |
See Also