Search found 14 matches
- Thu Jun 11, 2009 12:32 pm
- Forum: JFreeChart
- Topic: Bar chart with two or more bars having same name
- Replies: 1
- Views: 2309
Bar chart with two or more bars having same name
Hi All, I was just wondering if it is possible to have a bar chart with two or more bars having the same name (labels in our case.) DefaultCategoryDataset.addValue("10", "XYZ", ); DefaultCategoryDataset.addValue("50", "XYZ", ); DefaultCategoryDataset.addValue("15", "ABC", ); This piece of code will ...
- Thu Sep 18, 2008 3:02 pm
- Forum: JFreeChart
- Topic: Gradient color in Bar/Pie
- Replies: 4
- Views: 6041
- Wed Sep 17, 2008 3:34 pm
- Forum: JFreeChart
- Topic: Gradient color in Bar/Pie
- Replies: 4
- Views: 6041
- Tue Sep 16, 2008 10:59 am
- Forum: JFreeChart
- Topic: Gradient color in Bar/Pie
- Replies: 4
- Views: 6041
Gradient color in Bar/Pie
Hi All, I've recently ported from ver 0.9.7 to 1.0.10 Earlier my graphs used to have a gradient effect on the facing side of the bar. Now after doing the changes for 1.0.10 the gradient effect changes to a single color The following is the code that I use to render my Bar chart which renders the bar...
- Thu Sep 11, 2008 3:01 pm
- Forum: JFreeChart
- Topic: Help regarding Bubble Chart
- Replies: 1
- Views: 3076
Help regarding Bubble Chart
Hi All, I am trying to generate a Bubble Chart through my code but I am getting the following exception. I have ported from a very old version to the latest one. The same piece of code is used to generate the Line, Bar and Pie charts (general properties are being set) and all these graphs get render...
- Fri Sep 05, 2008 12:12 pm
- Forum: JFreeChart
- Topic: porting from 0.9.7 to 1.0.10
- Replies: 1
- Views: 2565
- Fri Sep 05, 2008 12:08 pm
- Forum: JFreeChart
- Topic: Some help on 1.0.10
- Replies: 1
- Views: 2156
Some help on 1.0.10
Hi All,
I am currently upgrading from 0.9.7 to 1.0.10
I was not able to find a replacement for the following
1. cplot.setValueLabelFormatString(df.toLocalizedPattern())
2. setVerticalCategoryLabels(true)
3. setVerticalCategoryLabels(true);
4. setPlotShapes(true);
Any help appreciated.
I am currently upgrading from 0.9.7 to 1.0.10
I was not able to find a replacement for the following
1. cplot.setValueLabelFormatString(df.toLocalizedPattern())
2. setVerticalCategoryLabels(true)
3. setVerticalCategoryLabels(true);
4. setPlotShapes(true);
Any help appreciated.

- Thu Sep 04, 2008 2:16 pm
- Forum: JFreeChart
- Topic: porting from 0.9.7 to 1.0.10
- Replies: 1
- Views: 2565
porting from 0.9.7 to 1.0.10
Hi, I am currently migrating from jfreechart-0.9.7 to jfreechart-1.0.10. I have done most of the changes that were required but am facing some issues with the following: What API do i use instead of the following: 1. piePlot.setSectionLabelType(PiePlot.NAME_LABELS) 2. piePlot.setPercentFormat(nf) 3....
- Wed Jul 05, 2006 8:04 am
- Forum: JFreeChart
- Topic: Integer Tick Units in Bar Chart 3D
- Replies: 2
- Views: 5833
Integer Tick Units in Bar Chart 3D
Hi David, Following is the code by which I am generating a 3D BarChart. chart = ChartFactory.createBarChart3D("Total Tasks Vs Users", "Resource Name", "Tasks", dataset, PlotOrientation.HORIZONTAL, true, true, false); CategoryPlot categoryplot = (CategoryPlot)chart.getPlot(); categoryplot = chart.get...
- Tue Jul 04, 2006 1:10 pm
- Forum: JFreeChart - Stockmarket
- Topic: Integer Ticks on BarChart3D
- Replies: 1
- Views: 9124
Integer Ticks on BarChart3D
Hi David, Following is the code by which I am generating a 3D BarChart. chart = ChartFactory.createBarChart3D("Total Tasks Vs Users", "Resource Name", "Tasks", dataset, PlotOrientation.HORIZONTAL, true, true, false); CategoryPlot categoryplot = (CategoryPlot)chart.getPlot(); categoryplot = chart.get...
- Mon Jul 03, 2006 1:38 pm
- Forum: JFreeChart
- Topic: Gantt Chart Issue
- Replies: 4
- Views: 5161
I had just given the Activity Id for your reference. I need something like this: Activity 1 XXX---------- Activity 2 XXXXXXXXXX----- Activity 3 XXXXXXXXXXXXXX--- Activity 1 XXXXXXXXXXXXX--------------- I am not getting this, in my case the last Activity, i.e. Activity 1 gets missed out completely. A...
- Mon Jul 03, 2006 10:00 am
- Forum: JFreeChart
- Topic: Gantt Chart Issue
- Replies: 4
- Views: 5161
- Mon Jul 03, 2006 8:03 am
- Forum: JFreeChart
- Topic: Gantt Chart Issue
- Replies: 4
- Views: 5161
Gantt Chart Issue
Hi David, I am drawing a Gantt Chart using JFreeChart. The following is the data that I am fetching from the database: ACTID NAME PLNSTRTDATE PLNENDDATE ACTSTRTDATE ACTENDDATE 5 Approve PMP 5/1/2006 6/30/2006 5/1/2006 5/1/2006 140 Check in/Check out 5/1/2006 6/30/2006 5/1/2006 5/1/2006 139 Doc Prepa...
- Sun Jul 02, 2006 10:55 am
- Forum: JFreeChart
- Topic: Gantt Chart bug: Subtasks not shown when past date range
- Replies: 4
- Views: 7302