scale « XYLineChart « JFreeChart Q&A





1. get scale in a XYLineChart    jfree.org

The getTickUnit() method in the NumberAxis class will return this, but you have to bear in mind that when the "auto tick unit selection" mechanism is on, the tick unit will be updated each time the chart is drawn, so you need to make sure to read the value *after* the chart has been drawn. In a GUI application, one way ...

2. Help! Wrong scale in XYLineChart    jfree.org

Hi guys Hope someone can help with this. I've made a Line Chart and almost everything is perfect but I have a problem with the labels on the Chart and the axis. For example I got this data values: 88.02 72.12 79.19 23.69 59.91 And on the Chart and Axis data values are shown like this: 8802 7212 7919 2369 5991 ...