RangeAreaSeries2D.GetMaxValueAngle(SeriesLabel) Method
In This Article
Gets the maximum value angle of the RangeAreaSeries2D.MaxValueAngle attached property of a specified SeriesLabel.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
label | Series |
A Series |
#Returns
Type | Description |
---|---|
Double | A Double value that is the maximum angle value associated with a label. |
See Also