FunnelSeriesView.GetLabelPosition(SeriesLabelOptions) Method
In This Article
Gets the value of the FunnelSeriesView.LabelPosition attached property for a specified data point label.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public static FunnelLabelPosition GetLabelPosition(
SeriesLabelOptions labelOptions
)
#Parameters
Name | Type | Description |
---|---|---|
label |
Series |
The data point label from which the property value is read. |
#Returns
Type | Description |
---|---|
Funnel |
The Funnel |
See Also