Skip to main content
A newer version of this page is available. .

Bubble2DLabelPosition Enum

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public enum Bubble2DLabelPosition

Members

Name Description
Center

Specifies that a point label should be painted in the center of a Bubble point marker.

BubbleLabels_Center

Outside

Specifies that a point label should be painted outside of a Bubble point marker.

BubbleLabels_Outside

Remarks

The values listed by this enumeration are used to set the BubbleSeries2D.LabelPosition property.

See Also