I did everything you suggested, and it still didn't work. I even tried to set the title of the chart in Russian. It just shows an empty space, no dots, no squares.
Hi Everyone, I wanted to created a Bar Chart with Cyrillic characters in the labels (Russian). I used this method: domainAxis.setTickLabelFont(new Font("Arial", Font.PLAIN , 12)); But it does not work. I've tried with a lot of Font types, but it only shows three dots, instead of the Russian text. Do...
I just bought the jfreechart guide, and I haven't been able to find a way to set integer values in the scale. All the dial chart examples don't have integer values, so I don't know how to do this.
Hi I instance an JFreeChart object JFreeChart chart = ChartFactory.createLineChar(..); so chart.getPlot(); returns a CategoryPlot chart.getXYPlot(); crash with: java.lang.ClassCastException: org.jfree.chart.plot.CategoryPlot cannot be cast to org.jfree.chart.plot.XYPlot CategoryPlot.setRenderer( new...
Hi all, I have a CustomCylinderRenderer (which extends from CylinderRenderer, with extends from BarRenderer3D). I have four series with one category each. The problem is that the bars are very thin, and the space between each series is too large. I just want to widen the bars and shorten the space b...
I found the solution, if you replace SpiderWebPlot.java with this class: http://personel.obec.go.th/News/index.php?q=aHR0cHM6Ly9zb3VyY2Vmb3JnZS5uZXQvdHJhY2tlci9pbmRleC5waHA%2FZnVuYz1kZXRhaWwmYW1wO2FpZD0xODczODQ5JmFtcDtncm91cF9pZD0xNTQ5NCZhbXA7YXRpZD0zNjU0OTQ%3D Then you can set the spiderweb opacity...