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

CircularRangeAreaSeries2D.GetMaxValueAngle(SeriesLabel) Method

Gets the maximum angle value of the CircularRangeAreaSeries2D.MaxValueAngle attached property of a specified SeriesLabel.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public static double GetMaxValueAngle(
    SeriesLabel label
)

Parameters

Name Type Description
label SeriesLabel

A SeriesLabel object that is the label series to which the maximum angle is assigned.

Returns

Type Description
Double

A Double value that is the maximum angle value associated with a label.

See Also