Horizontal 3D

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Alex

Horizontal 3D

Post by Alex » Fri Jun 14, 2002 10:27 pm

java.lang.VerifyError: (class: com/jrefinery/chart/HorizontalBarRenderer3D,
method: drawPlotBackground signature: (Ljava/awt/Graphics2D;Lcom/jrefinery/chart/CategoryPlot;Ljava/awt/geom/Rectangle2D;Ljava/awt/Shape;)V)
Illegal use of nonvirtual function call

David Gilbert

Re: Horizontal 3D

Post by David Gilbert » Mon Jun 17, 2002 7:57 pm

Any extra info on the steps leading up to this error?

Regards,

DG.

Alex

Re: Horizontal 3D

Post by Alex » Mon Jun 17, 2002 9:56 pm

When I used a non Horizontal3D chart - All Ok ,
But when I want to use Horizontal3D I get mistake like :"no Such Method"
I shall take away attachment 3D- All Ok .

JFreeChart v0.91


chart = ChartFactory.createVerticalBarChart3D(Str,
" ",
" ",
categoryData, true);

Locked