Skip to main content

RangeAreaSeries2D.GetMinValueAngle(SeriesLabel) Method

Gets the minimum value angle of the RangeAreaSeries2D.MinValueAngle attached property for a specified SeriesLabel.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public static double GetMinValueAngle(
    SeriesLabel label
)

#Parameters

Name Type Description
label SeriesLabel

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

#Returns

Type Description
Double

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

See Also