2

I have a chart whose data are obtained from the database and the client now needs to be symbols printed below the X axis in the curve peaks. I tried something like NumberAxis.createIntegerTickUnits() method, but to no avail. How do I replace the values of the X axis by the symbols?

The needed chart is this:

image

Uli
  • 1,390
  • 1
  • 14
  • 28

1 Answers1

3

Depending on the desired effect,

Community
  • 1
  • 1
trashgod
  • 203,806
  • 29
  • 246
  • 1,045
  • 1
    Your tip worked very well. I made an adaptation of LabelGenerator class and I did not use the LabeledXYDataset class. We chose to put the symbols on the graph curve. Anyway, thank you so much. – Rogerio A. Valente Dec 05 '14 at 18:45