label « XYLineChart « JFreeChart Q&A





1. Alphanumeric Category Labels in an XYLineChart    jfree.org

Alphanumeric Category Labels in an XYLineChart by mikep Tue Dec 04, 2007 12:59 am Hello, I was wondering if it is possible to have alphanumeric category labels in an XYLineChart similar to what is possible in a BarChart and other charts. A code snippet is below: Code: Select all ...

2. Trouble with Labels in simple XYLineChart    jfree.org

Trouble with Labels in simple XYLineChart by richardcromer Tue Jun 07, 2011 8:26 pm I am a JFreeChart Newb trying to get my left most label from getting obscured when I hit autorange. I have used setlowermargin according to JFreelib documentation but it does not help. Is there any other way to get this working right. Notice my code(below--easily compilable ...