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.
|
DXBarSeriesLabelPositionInsideTop
|
Point labels are inside bars, at the top of them.
|
DXBarSeriesLabelPositionInsideBottom
|
Point labels are inside bars, at the bottom of them.
|
DXBarSeriesLabelPositionCenter
|
Point labels are in the center of bars.
|
Remarks
The DXBarSeriesLabel.position property uses this enumeration’s values.