Skip to main content

FunnelSeriesView.GetLabelPosition(SeriesLabelOptions) Method

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

The data point label from which the property value is read.

#Returns

Type Description
FunnelLabelPosition

The FunnelLabelPosition property value for the data point label.

See Also