Search found 14 matches

by zulfikaralib
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 ...
by zulfikaralib
Thu Sep 18, 2008 3:02 pm
Forum: JFreeChart
Topic: Gradient color in Bar/Pie
Replies: 4
Views: 6041

Hi David,

Good day.

I am waiting for the release to happen. As soon as the code is released and the charts come clean without 0 defects, i'll be posting the code.

Don't want to post it now as it is under testing. Will keep you posted regarding this.

Thanks,
Zulfikarali
by zulfikaralib
Wed Sep 17, 2008 3:34 pm
Forum: JFreeChart
Topic: Gradient color in Bar/Pie
Replies: 4
Views: 6041

Hi All,

Managed to get the gradient effect on 3D Bar Charts... I have implemented the drawItem method of BarRenderer3D and now it works just fine.

Will post the code soon for that too.

Just wish if could have the Gradient effect built in with JFreeChart.


Thanks,
Zulfikarali
by zulfikaralib
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...
by zulfikaralib
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...
by zulfikaralib
Fri Sep 05, 2008 12:12 pm
Forum: JFreeChart
Topic: porting from 0.9.7 to 1.0.10
Replies: 1
Views: 2565

i've managed to reduce the number to 4...

i've created a new thread "Some help on 1.0.10"

please see if any of you can be of some aid to me...

thanks. :twisted:
by zulfikaralib
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. :idea:
by zulfikaralib
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....
by zulfikaralib
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...
by zulfikaralib
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...
by zulfikaralib
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...
by zulfikaralib
Mon Jul 03, 2006 10:00 am
Forum: JFreeChart
Topic: Gantt Chart Issue
Replies: 4
Views: 5161

Put this in another way, is there any way of getting two Activities with the same name on the chart?

Please do reply ASAP please.
by zulfikaralib
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...
by zulfikaralib
Sun Jul 02, 2006 10:55 am
Forum: JFreeChart
Topic: Gantt Chart bug: Subtasks not shown when past date range
Replies: 4
Views: 7302

Hi Nathan,

I am also trying to achieve the same thing. Can you please post your code. It would be of great help for me. Thanks in advance.

Awaiting your reply ASAP.