I’m trying to achieve something like this using Core Plot:

I was able to draw the horizontal bars and the border but I don’t know how to position the data labels.
Should I use
-(CPTLayer *)dataLabelForPlot:(CPTPlot *)plot recordIndex:(NSUInteger)index
?
Thanks!
You can use annotations for this. Make each label using a
CPTTextLayer. Set each label anchor point and position so that they stay next to the correct bar.