FunnelSeriesView.LabelPosition Attached Property
In This Article
Gets or sets the position of labels relative to each other and the Funnel Chart Area.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
See GetLabelPosition(SeriesLabelOptions) and SetLabelPosition(SeriesLabelOptions, FunnelLabelPosition).
#Returns
Type | Description |
---|---|
Funnel |
A Funnel |
#Remarks
See the FunnelLabelPosition enumeration’s description for more information on the available label positions.
See Also