Skip to main content

MarkerSeriesView.GetAngle(SeriesLabelOptions) Method

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

The SeriesLabelOptions object from which the property value is read.

#Returns

Type Description
Double

A double value, which specifies the angle of the series label.

See Also