Skip to main content

Bubble2DLabelPosition Enum

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public enum Bubble2DLabelPosition

#Members

Name Description
Center

Each label is displayed in the center of the corresponding Bubble point marker.

Outside

Each label is displayed outside the corresponding Bubble point marker.

#Remarks

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

See Also