Textures.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
bjohnso5
Posts: 8
Joined: Mon Nov 10, 2008 9:38 pm

Working as intended!

Post by bjohnso5 » Tue Nov 18, 2008 9:56 pm

Okay, so the issue I was running into was that JFreeChart 1.0.11 uses a GradientBarPainter by default for regular bar charts.

I found http://www.jfree.org/phpBB2/viewtopic.php?t=25785, showing how to disable this feature. you must use the renderer to set the default bar painter to a StandardBarPainter.

Thanks again, you've been extremely helpful while I've been learning how to navigate my way around jfreechart.

Cheers,

Bryan

Locked