1. Line Chart and Shapes jfree.org |
2. Creating line charts with shapes AND Values jfree.orgGood morning everyone. I'm trying to create a line chart that exibits two or three series, and it have to show on the screen the shape for the series AND the value for that data point ( in every data point). I manage to show the shape with XY line renderer, but not the value for the data point. With the ... |
3. connect shapes over NULL Values for Line Chart jfree.orgconnect shapes over NULL Values for Line Chart by schaefi Thu Apr 17, 2008 2:42 pm Hello everybody, at first, i'm a new german java "developer" and i try to develop for maselv only (just for fun). Am sorry, but my english is not the best but i hope everybody will understand me. Now my problem: I have one axe ... |
4. LineChart - Change the Shapes size jfree.orgLineAndShapeRenderer renderer = (LineAndShapeRenderer) plot.getRenderer(); renderer.setBaseLinesVisible(false); //Sem linhas nos pontos renderer.setBaseShapesVisible(true); //Exibe os icones ... |
5. Choose Shapes for Line-Chart 1.0.13 jfree.org |
6. Changing Line Chart shapes size jfree.org |