Skip « Label « JFreeChart Q&A





1. Skip category labels    jfree.org

Hello. I had a problem with a line chart with so many values (more than 200), so that category labels overlapped, and they could't be distinguished. I've solved this problem by creating a new class derived from CategoryAxis, and redefining drawCategoryLabels so that some ticks are not drawn. I wonder if there is any simpler way to do that, and if ...

2. Skip Value Labels    jfree.org

3. skip labels in a category chart    jfree.org

I need to skip labels in a category chart. There have been several request but no solutions. Does anyone have a solution? My categories are dates which can be in any arbitrary language or format. I can not use a time series chart because it does not support all the different chart types. I have no way of knowing what the ...

4. new patch posted, skip category labels and tick marks    jfree.org

hey thanks man.. by ray lukas Wed Aug 02, 2006 7:32 pm I would like to make one small change to my code before I head off into the great white north. The spacing of the category labels is dead on.. But it would be better if there was a gap between them.. This code change will provide such a ...