MarkerSeriesView.SetAngle(SeriesLabelOptions, Double) Method
In This Article
Sets the value of the MarkerSeriesView.Angle attached property to the specified SeriesLabelOptions object.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static void SetAngle(
SeriesLabelOptions labelOptions,
double value
)
#Parameters
Name | Type | Description |
---|---|---|
label |
Series |
A Series |
value | Double | The required Double value. |
See Also