Search found 14 matches

by sreehari.ojili
Mon Sep 15, 2008 3:46 pm
Forum: JFreeChart
Topic: how do i get Legend Label Drill Down for Category Plot.
Replies: 0
Views: 2172

how do i get Legend Label Drill Down for Category Plot.

hi, i created Bar Chart using CategoryPlot. in my app i need to provide Drill Down feature for bars as well as Legends. i implemented Drill Down feature for bars, but i didnt find any setter to provide url feature for legend labels... floks how to do this..? Thanks in advance __________ Sreehari Oji...
by sreehari.ojili
Mon Jul 21, 2008 12:51 pm
Forum: JFreeChart
Topic: export jfree chart to MSWord
Replies: 3
Views: 5634

i guess, we cant directly exports reports into word format, we can achieve this by exporting report into RTF format, most of word processors support RTF format.
by sreehari.ojili
Mon Jun 30, 2008 2:38 pm
Forum: JFreeChart
Topic: how do i print categoryitem labels in allternative lines....
Replies: 7
Views: 11774

hi samtuen,

i guess the following code will solve your problem

Code: Select all

categoryAxis.setMaximumCategoryLabelLines(lines)
my senerio is bit different from u..

-Sreehari Ojili
by sreehari.ojili
Mon Jun 02, 2008 12:17 pm
Forum: JFreeChart
Topic: how do i print categoryitem labels in allternative lines....
Replies: 7
Views: 11774

thanks a lot for ur reply, ok i will try it by using sub list. once again thanks to u.
by sreehari.ojili
Fri May 09, 2008 1:36 pm
Forum: JFreeChart
Topic: how do i customize bars colors in Bar chart..
Replies: 8
Views: 9391

hi skunk, sorry for type mistakes, can send/post ur mail id, so that i will send my template image and what outout i got using jfree.. image will give you detail view...


Thanks in Advance,
Sreehari Ojili..
sreehari.ojili@cambridge-asia.com
by sreehari.ojili
Fri May 09, 2008 1:34 pm
Forum: JFreeChart
Topic: how do i customize bars colors in Bar chart..
Replies: 8
Views: 9391

hi skunk, thanks for your reply, can send/post ur mail id, so that i will send my template image and what outout i got using jfree.. image will give me detail view...


Thanks in Advance,
Sreehari Ojili..
sreehari.ojili@cambridge-asia.com
by sreehari.ojili
Fri May 09, 2008 11:46 am
Forum: JFreeChart
Topic: How to move to the next page when clicking in the pie chart
Replies: 2
Views: 4331

i think ur problem will solve by using URL generator, In URL generator u need to specify what page it needs to render...

Code: Select all

renderer.setItemURLGenerator(new StandardCategoryURLGenerator("demo.jsp"));
by sreehari.ojili
Fri May 09, 2008 11:03 am
Forum: JFreeChart
Topic: point selected
Replies: 2
Views: 3687

if u want show selected x and y values u can show by using tooltip feature... renderer.setToolTipGenerator(new StandardCategoryToolTipGenerator()); if u want to know selected values u will get by using URL generator, it will pass selected values as parameters in query string.. renderer.setItemURLGen...
by sreehari.ojili
Fri May 09, 2008 10:49 am
Forum: JFreeChart
Topic: how do i print categoryitem labels in allternative lines....
Replies: 7
Views: 11774

how do i print categoryitem labels in allternative lines....

hi to every one i created on dual axis chart(combination of bar & line chart). i am using CategoryDataset. in that i am facing one more problem i need to put one small line between each categories.. and i need to print category labels in in two lines alternatively... i have only one series in my dom...
by sreehari.ojili
Fri May 09, 2008 10:46 am
Forum: JFreeChart
Topic: how do i customize bars colors in Bar chart..
Replies: 8
Views: 9391

hi skunk :) thanks a lot, the code which u posted is fixed my problem.. i am facing one more problem i need to put one small line between each categories.. and i need to print category labels in in two lines alternatively... i have only one series in my domain axis..i am print 30 items(dates) in dom...
by sreehari.ojili
Thu May 08, 2008 4:36 pm
Forum: JFreeChart
Topic: how do i customize bars colors in Bar chart..
Replies: 8
Views: 9391

hi, thanks to all, here my case is to customise only particular chart , the below code fixed my problem.. renderer.setSeriesPaint(int series, java.awt.Paint paint) i have one more query i am using dual axis chart (combination of bar & line chart). i am using ploting line chart by using below code. i...
by sreehari.ojili
Thu May 08, 2008 6:38 am
Forum: JFreeChart
Topic: how do i customize bars colors in Bar chart..
Replies: 8
Views: 9391

how do i customize bars colors in Bar chart..

hi every body, i create bar chart, created chart bars are displayed with default colors, how do i customize bars colors in Bar chart..

Thanks in advance
by sreehari.ojili
Tue May 06, 2008 6:22 am
Forum: JFreeChart
Topic: how to create Dual Axis charts..?
Replies: 0
Views: 1915

how to create Dual Axis charts..?

in my last post i mentioned as to create combo chart now i feel that it is better to call it as Dual Axis Charts.. please give me some guide lines...


thanks in advance,
Sreehari Ojili.
by sreehari.ojili
Tue May 06, 2008 6:05 am
Forum: JFreeChart
Topic: how to create combo chart(combination of line an bar chart)
Replies: 0
Views: 2061

how to create combo chart(combination of line an bar chart)

hello to every body, i am new to JFree chart, i need to creat a combo chart (i.e., combination of both line and bar chart). please guide me points. is there any API support available for this:?: :?:

Thanks in advance,
Sreehari Ojili[/b]