Search found 4 matches

by asawari
Tue Oct 03, 2006 8:01 am
Forum: JFreeChart
Topic: Setting Bar Width using a CategoryItemRenderer
Replies: 3
Views: 6591

Reduce width of Bars in a bar chart

please can you tell me how do i set the bar width of a bar chart. I have approximately six bars. But due to space constraint I need to reduce the width of the bars.Please give me a code example.

Thanks
Asawari
by asawari
Thu Sep 14, 2006 6:36 am
Forum: JFreeChart
Topic: Lend and Line chart problem
Replies: 0
Views: 2576

Lend and Line chart problem

/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2006</p> * <p>Company: </p> * @author not attributable * @version 1.0 */ import java.awt.Color; import java.awt.Color; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartPanel; import org.jfree.chart.JFreeChart; ...
by asawari
Thu Sep 14, 2006 6:19 am
Forum: JFreeChart
Topic: Problem with Line chart !
Replies: 3
Views: 5768

the solution does not seem to work?? Even I am trying to do the same. The first series gets represented by red blocks an the second and so on by other colors. But I want the first series itself to be represented by a solod line. A code example would be helpful.
by asawari
Wed Sep 13, 2006 1:37 pm
Forum: JFreeChart
Topic: How to remove an entity from legend in case of Line chart
Replies: 2
Views: 10313

How to remove an entity from legend in case of Line chart

CAN ANYONE PLEASE TELL ME HOW TO REMOVE AN ENTITY FROM THE LEGEND.I AM USING JFREECHART VERSION 1.0.1.

-Asawari