Skip to main content

RangeAreaSeries2D.GetMaxValueAngle(SeriesLabel) Method

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
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