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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

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