PolarRangeAreaSeries2D.GetValue2(SeriesPoint) Method
Gets the value of the PolarRangeAreaSeries2D.Value2 attached property of 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 | A SeriesPoint object whose PolarRangeAreaSeries2D.Value2 property’s value is to be returned. |
Returns
| Type | Description |
|---|---|
| Double | The value of the PolarRangeAreaSeries2D.Value2 property of the specified series point. |
See Also