Skip to main content

DXAxisLabelPosition Enum

Lists possible label positions.

Declaration

typedef NS_ENUM(NSInteger, DXAxisLabelPosition) {
    DXAxisLabelPositionInside = 0,
    DXAxisLabelPositionOutside = 1,
}

Members

Name Description
DXAxisLabelPositionInside

Axis labels are located inside the plot area. The inside value sample

DXAxisLabelPositionOutside

Axis labels are located outside the plot area. The outside value sample

Remarks

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