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

DXBubbleSeriesLabelPosition Enum

Lists values that specify the position of a Bubble series’ label.

Declaration

typedef NS_ENUM(NSInteger, DXBubbleSeriesLabelPosition) {
    DXBubbleSeriesLabelPositionCenter = 0,
    DXBubbleSeriesLabelPositionOutside = 1,
}

Members

Name Description
DXBubbleSeriesLabelPositionCenter

Labels are in bubbles’ center. center

DXBubbleSeriesLabelPositionOutside

Labels are outside the bubbles. outside

Remarks

The DXBubbleSeriesLabel.position property uses this enumeration’s values.