Search found 3 matches

by tonghz
Tue Nov 28, 2006 11:16 am
Forum: JFreeChart
Topic: Mutiline X axis label for Domain Axis
Replies: 2
Views: 4306

Re: Mutiline X axis label for Domain Axis

hepzibahr wrote:Can anyone please let me know the snippet or library which supports multi line labels for Domain Axis ..rather than having values displayed in one line
Same question I want to ask,anyone can help?
by tonghz
Tue Nov 28, 2006 10:42 am
Forum: JFreeChart
Topic: cap the width of bars in xybarchart
Replies: 1
Views: 2639

cap the width of bars in xybarchart

I know how to do it in catalog bar chart,but setMaximumBarWidth() didnot work under xybarchart,And also need a function to add space between series in xybarchart
by tonghz
Sat Jun 10, 2006 7:42 am
Forum: JFreeChart
Topic: Trying to understand
Replies: 10
Views: 16519

Re: Trying to understand

Can anyone tell me what use of the bool urls param? thx in advance. final JFreeChart chart = ChartFactory.createBarChart3D( "3D Bar Chart Demo", // chart title "Category", // domain axis label "Value", // range axis label dataset, // data PlotOrientation.VERTICAL, // orientation true, // include leg...