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.v25.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 maximum angle is assigned. |
Returns
| Type | Description |
|---|---|
| Double | A Double value that is the maximum angle value associated with a label. |
See Also