• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Setting Strings in Y Axis of the XY Plot [JFreeChart]

 
Ranch Hand
Posts: 105
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all

I have seen examples in which date/time is set in x axis using the TimeSeries class of the JFreechart in an XY Plot.I would like to know whether we can set predefined Strings in the Y Axis of the x-y plot.I mean to say that in x Axis integer values would be displayed ,but in the Y axis different strings are to be displayed instead of the integers.If yes,which of the classes to be used for String display in Y Axis.Please reply
 
reply
    Bookmark Topic Watch Topic
  • New Topic