Back to Devexpress

Bubble2DLabelPosition Enum

wpf-devexpress-dot-xpf-dot-charts-dot-bubble2dlabelposition.md

latest1.4 KB
Original Source

Bubble2DLabelPosition Enum

Lists the values used to specify the labels position of the 2D Bubble series.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum Bubble2DLabelPosition
vb
Public Enum Bubble2DLabelPosition

Members

NameDescription
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

LabelPosition

DevExpress.Xpf.Charts Namespace