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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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