MarkerSeriesView.GetAngle(SeriesLabelOptions) Method
In This Article
Gets the value of the MarkerSeriesView.Angle attached property for specified SeriesLabelOptions.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static double GetAngle(
SeriesLabelOptions labelOptions
)
#Parameters
Name | Type | Description |
---|---|---|
label |
Series |
The Series |
#Returns
Type | Description |
---|---|
Double | A double value, which specifies the angle of the series label. |
See Also