FunnelSeriesView.LabelPosition Attached Property
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 |
---|---|
FunnelLabelPosition | A FunnelLabelPosition enumeration value determining the position of a label against the corresponding data point. |
Remarks
See the FunnelLabelPosition enumeration’s description for more information on the available label positions.
See Also