Bubble2DLabelPosition Enum
Lists the values used to specify the labels position of the 2D Bubble series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Members
Name | Description |
---|---|
Center
|
Specifies that a point label should be painted in the center of a Bubble point marker. |
Outside
|
Specifies that a point label should be painted outside of a Bubble point marker. |
Remarks
The values listed by this enumeration are used to set the BubbleSeries2D.LabelPosition property.
See Also