I have a chart which uses DefaultCategoryDataset for the DatasetProducer and CategoryPlot for my ChartPostProcessor. I'm also using CategoryPlot for my renderer.
My prob is how to put CategoryTextAnnotation on specific plots.
I tried using this:
Code: Select all
plot.addAnnotation(new CategoryTextAnnotation("This is a test annotation","Line",0.184));
Please help. I'm really stumped..