Skip to main content

MarkerSeriesView.SetAngle(SeriesLabelOptions, Double) Method

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
labelOptions SeriesLabelOptions

A SeriesLabelOptions object to which the attached property value is written.

value Double

The required Double value.

See Also