Search found 8 matches

by Ranjith
Wed Oct 26, 2005 3:26 pm
Forum: JFreeChart
Topic: DefaultIntervalCategoryDataset with StackedBarChart3D
Replies: 3
Views: 3403

difference?

Hi david,
May i know the difference between DefaultIntervalCategoryDataset and DefaultlCategoryDataset?
by Ranjith
Wed Oct 26, 2005 3:23 pm
Forum: JFreeChart
Topic: StackedBarChart3D problem with y-axis (number axis)
Replies: 4
Views: 4129

Got the solution

Hi David/ Angel, Thanks for the prompt response. I got a solution. I am using intTmpVal for y-axis values. It is getting double addition. I have been asked to do work with other charts, but i have insisted on JFreeChart. It is a good API. I am asking n suggesting everybody to use JFreeChart. Infact,...
by Ranjith
Wed Oct 26, 2005 6:14 am
Forum: JFreeChart
Topic: DefaultIntervalCategoryDataset with StackedBarChart3D
Replies: 3
Views: 3403

DefaultIntervalCategoryDataset with StackedBarChart3D

Hi All,

Just wondering to know, how the interval on y-axis( numberaxis) will be calculated, if we display StackedBarChart3D using DefaultIntervalCategoryDataset ?
by Ranjith
Tue Oct 25, 2005 12:55 pm
Forum: JFreeChart
Topic: StackedBarChart3D problem with y-axis (number axis)
Replies: 4
Views: 4129

StackedBarChart3D problem with y-axis (number axis)

Hi All, I have to display a status chart using StackedBarChart3D. I am getting data like this from DB: Month Assigned Unassigned GateKeeper InProgress Completed ------------------------------------------------------------------------------------- Aug 0 0 0 0 0 Sep 0 0 0 0 0 Oct 99 0 53 36 3 Nov 0 0 ...
by Ranjith
Fri Oct 21, 2005 5:13 am
Forum: JFreeChart
Topic: StackedBarChart3D
Replies: 1
Views: 2096

StackedBarChart3D

Hi All :) , I have to display a dynamic stackedbarchart with 3D Effect. I am suing StackedBarChart3D to create the chart and display will be through Cewolf. I have data like this: Month Assigned Completed UnAssigned Total -------------------------------------------------------------------- Sep 200 5...
by Ranjith
Thu Oct 20, 2005 10:48 am
Forum: JFreeChart
Topic: Issue with StackedBarChart3D with Dynamic Data
Replies: 2
Views: 3381

Hi Fry,

I am using a SQL query to get the data from Oracle. I am stroing it in a request.
I am referring the request in the JSP file. The above query yields the result of the data given.
by Ranjith
Wed Oct 19, 2005 8:45 am
Forum: JFreeChart
Topic: Issue with StackedBarChart3D with Dynamic Data
Replies: 2
Views: 3381

Issue with StackedBarChart3D with Dynamic Data

Hi all :) , I am in confusion on StackedBarChart3D issue. I have to create a barchart with dynamic data that shows some data varied by months. Data is: Month Assigned unassigned completed Total ------------------------------------------------------------- Sep 99 23 8 130 Oct 0 2 2 4 I have the follw...
by Ranjith
Mon Oct 17, 2005 3:12 pm
Forum: JFreeChart
Topic: Dynamci data with StackedBarChart3D
Replies: 0
Views: 1850

Dynamci data with StackedBarChart3D

Hi, I need to pass some dynamic data to the chart(StackedBarChart3D) like this: Total Month Assigned Unassigned ------- ------- ----------- ------------- 11051 September 10000 1051 7653 October 7000 2000 456 November 6000 500 x-axis data: Sep Oct Nov etc... (All months) y-axis data: Numbers starting...