Search found 1 match

by diegohap
Tue Nov 29, 2016 6:12 pm
Forum: JFreeChart
Topic: Object to cast problem
Replies: 2
Views: 6183

Object to cast problem

Hi people. I have some trouble to declare some object. The point is when I try to change the axis scale using an "XYPlot" object, but when I tyr, an error trigger and then I can't draw. When I use: XYPlot plot = (XYPlot)chart.getXYPlot(); I have this error: Exception in thread "main" java.lang.Class...