0

I want to add some data below the default XAxis numbering something like this. enter image description here

Mind my poor image editing.. I am using XYLineChart in JFreeChart so how can I achieve this..

KNDheeraj
  • 834
  • 8
  • 23
  • Have looked at `SymbolAxis`? Multiple axes? – trashgod Dec 06 '18 at 19:11
  • @trashgod Actually I don't want to replace the XAxis numbering but I want to add some more data below XAxis numbering as shown above. Apparently SymbolAxis is just replacing the default XAxis Numbering!! Which is not what I want!! – KNDheeraj Dec 07 '18 at 04:37
  • @trashgod I was able to get it working by using LineChart and DefaultCategoryDataset() for JFreeChart – KNDheeraj Dec 07 '18 at 08:56
  • Glad you got it working. You can [answer your own question](http://meta.stackoverflow.com/q/17463/163188). Adding a [mcve] will make the answer more useful to others. – trashgod Dec 07 '18 at 17:14

0 Answers0