Skip to main content

CircularRangeAreaSeries2D.GetMinValueAngle(SeriesLabel) Method

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

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