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

DXBarSeriesLabelPosition Enum

Lists possible positions of data point labels of a bar series.

Declaration

typedef NS_ENUM(NSInteger, DXBarSeriesLabelPosition) {
    DXBarSeriesLabelPositionOutside = 0,
    DXBarSeriesLabelPositionInsideTop = 1,
    DXBarSeriesLabelPositionInsideBottom = 2,
    DXBarSeriesLabelPositionCenter = 3,
}

Members

Name Description
DXBarSeriesLabelPositionOutside

Labels are above bars. The outside value sample

DXBarSeriesLabelPositionInsideTop

Point labels are inside bars, at the top of them. The inside-top value sample

DXBarSeriesLabelPositionInsideBottom

Point labels are inside bars, at the bottom of them. The inside-bottom value sample

DXBarSeriesLabelPositionCenter

Point labels are in the center of bars. The center value sample

Remarks

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