Skip to main content
A newer version of this page is available. .

RadarRangeAreaSeries2D.GetValue2(SeriesPoint) Method

Gets the value of the RadarRangeAreaSeries2D.Value2 attached property of a specified SeriesPoint.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public static double GetValue2(
    SeriesPoint point
)

Parameters

Name Type Description
point SeriesPoint

A SeriesPoint object whose RadarRangeAreaSeries2D.Value2 property’s value is to be returned.

Returns

Type Description
Double

The value of the RadarRangeAreaSeries2D.Value2 property of the specified series point.

See Also