Search found 4 matches

by manuvishnoi
Wed Jul 12, 2006 5:11 pm
Forum: JFreeChart
Topic: need help with pie chart ,its urgent!!
Replies: 1
Views: 2998

need help with pie chart ,its urgent!!

Hi I want to display a pie chart having same key name i.e. DefaultPieDataset data = new DefaultPieDataset(); data.setValue("Category 1", new Double(43.2)); data.setValue("Category 1", new Double( 27.9)); data.setValue("Category 1", new Double(9.5)); data.setValue("Category 1", new Double(89.5)); dat...
by manuvishnoi
Thu May 25, 2006 3:32 pm
Forum: JFreeChart
Topic: Hi need help with the screenshot having two charts
Replies: 4
Views: 3376

does the developer guide has similar demo chart programs.
by manuvishnoi
Thu May 25, 2006 2:21 pm
Forum: JFreeChart
Topic: Hi need help with the screenshot having two charts
Replies: 4
Views: 3376

Hi need help with the screenshot having two charts

Hi all,
I need to develop this screen using the jfree chart ,since I am new to the Jfree chart I need help as to how I to get started and how I will draw two graphs .
If someone can provide me with some demo code that will be really helpful.The screenshot is on this url.
Thanks.
by manuvishnoi
Tue May 23, 2006 10:35 pm
Forum: JFreeChart
Topic: Need Help with the Bar Chart
Replies: 1
Views: 2229

Need Help with the Bar Chart

Hi
I am very new to the jfree charts and I want to display a bar chart with an offset value ,you can say I need to draw a color block on the horizontal axis then display the bars on top of it.
Thanks in advance.