문제

I have lines going from the bottom of my x-axis all the way up to the graph. But I would like to make one line thicker than the other 5.

majorGridLineStyle.lineWidth = 0.5f;
majorGridLineStyle.lineColor = [[CPTColor lightGrayColor] colorWithAlphaComponent:1];

I have five line tick marks with width of 0.5. I am just trying to make one of those specific lines thicker than the others.

도움이 되었습니까?

해결책

You can use another axis without tick marks to draw a thick line over the grid lines from another axis. Set its orthogonal coordinate to the location of the grid line you want to cover.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top