문제

I want to have something like this on xAxis(CategoryAxis) tick labels with jFreechart How do I achieve this ?

 |
 |
 +----------+------------------+----

                                                --> margin

         India                 China     

Thanks in advance.

도움이 되었습니까?

해결책

You could use the setTickLabelInsets() method to put a margin at the top of the tick labels.

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