Skip to main content

FunnelSeriesView.SetLabelPosition(SeriesLabelOptions, FunnelLabelPosition) Method

Sets the value of the FunnelSeriesView.LabelPosition attached property to a specified data points label.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public static void SetLabelPosition(
    SeriesLabelOptions labelOptions,
    FunnelLabelPosition value
)

Parameters

Name Type Description
labelOptions SeriesLabelOptions

The data points label to which the attached property is written.

value FunnelLabelPosition

The required FunnelLabelPosition value.

See Also