0
votes

i'm using custom labels in horizontal bar chart with core plot. Is it possible to align these labels in center of the bar? IN bar not ON bar ;-)

thank you!

1

1 Answers

0
votes

You can use a negative labelOffset to move the labels inside the bars, although this will place them a fixed distance from the bar tips. It's not too difficult to make your own labels using CPTTextLayer and plot space annotations if you need to center the labels between the ends of the bars, too.