Search found 296 matches

by develop
Wed Jun 24, 2009 1:42 pm
Forum: JFreeChart
Topic: Java One session
Replies: 1
Views: 2343

Java One session

Hi Dave,

can we some how access the Jfreechart session online. i didnt get chance to go to Javaone. but interested in watching session. i tried to look around on java one websites. there are sessions posted there.but didnt find any Jfreechart session
by develop
Wed Jun 03, 2009 11:56 am
Forum: JFreeChart
Topic: heatMapDataset -- with what chart to use
Replies: 7
Views: 9847

Re: heatMapDataset -- with what chart to use

thanks for reply, i will take a look at that demo, basically i want to create heatmap charts similar to what smart money has. right now we are using different approach to create such charts.but i would like to use Jfreechart for that as well, that is the purpose i was looking.

Good luck for JavaOne.
by develop
Fri May 29, 2009 3:03 pm
Forum: JFreeChart
Topic: heatMapDataset -- with what chart to use
Replies: 7
Views: 9847

Re: heatMapDataset -- with what chart to use

pdf documentation says that HeatMapChartDemo1.java is included in demo source code.
but i am not able to find it. (its not included)

David can you help me with this ??
by develop
Thu May 28, 2009 10:34 pm
Forum: JFreeChart
Topic: heatMapDataset -- with what chart to use
Replies: 7
Views: 9847

heatMapDataset -- with what chart to use

i am trying to write some sample program that uses heatmap dataset. (i really want to create heatmaps)
what chart should i use ?
does any one has sample program ?

Thanks
by develop
Mon Apr 27, 2009 11:53 am
Forum: JFreeChart
Topic: Crosshairs and Overlay with 1.0.13
Replies: 3
Views: 4399

Re: Crosshairs and Overlay with 1.0.13

Thanks a lot.. will wait for next release
by develop
Fri Apr 24, 2009 6:27 pm
Forum: JFreeChart
Topic: Crosshairs and Overlay with 1.0.13
Replies: 3
Views: 4399

Crosshairs and Overlay with 1.0.13

first of all thanks for new version. i saw crosshairs with overlay capabilities.(CrossSectionDemo1). can we use the same crosshairs overlay on mouseMoved events on chart. i don't want the user to click on chart to see crosshairs. instead i have them on mouseMoved ( like the one that JXLayer demo pro...
by develop
Mon Apr 13, 2009 12:39 pm
Forum: JFreeChart
Topic: StandardChartTheme and small font
Replies: 2
Views: 3484

Re: StandardChartTheme and small font

Thanks a lot
by develop
Wed Apr 08, 2009 2:01 pm
Forum: JFreeChart
Topic: ChartPanel--> Print function dark background
Replies: 2
Views: 3860

Re: ChartPanel--> Print function dark background

Thanks for reply. i tried to override those method and modified the way you suggested. below is code for print() fuction but result is pretty distorted, it does create light background, but other colors are not working properly. can you tell me what is wrong ?? public int print(Graphics g, PageForma...
by develop
Tue Apr 07, 2009 7:21 pm
Forum: JFreeChart
Topic: StandardChartTheme and small font
Replies: 2
Views: 3484

StandardChartTheme and small font

I am using StandardChartTheme to create some themes for chart.i want to customize all fonts.
but there is no setter and getter for smallFont.

methods are there for regular,large and extra large font. is there any specific reason not to have that for smallFont ?

Thanks
by develop
Mon Apr 06, 2009 4:38 pm
Forum: JFreeChart
Topic: Make Yamazumi charts
Replies: 1
Views: 2907

Re: Make Yamazumi charts

i think its possible with jfreechart. (if i understood Yamazumi charts correctly) take a look at the stacked bar chart as starting.

Hope this helps
by develop
Mon Apr 06, 2009 3:32 pm
Forum: JFreeChart
Topic: jxlayer and annotation
Replies: 4
Views: 5077

Re: jxlayer and annotation

Thanks a lot for reply.
This would definitely help. i cant wait to see 1.0.13
by develop
Fri Apr 03, 2009 2:33 pm
Forum: JFreeChart
Topic: ChartPanel--> Print function dark background
Replies: 2
Views: 3860

ChartPanel--> Print function dark background

with this new version (1.0.11) this new dark look and feel for chart looks really cool. but is there anyway when i click on "Print" button on rightClick menu option in chartPanel, change the look and feel of chart to normal (with light Color background) before passing to printer ? I am asking this, ...
by develop
Fri Apr 03, 2009 1:44 pm
Forum: JFreeChart
Topic: jxlayer and annotation
Replies: 4
Views: 5077

Re: jxlayer and annotation

Thanks david for reply, can you roughly say how much time it will take before this overlay functionality incorporated into jfreechart ?
does this concept can be used to improve performance of overall chart ?

i agree with you about not creating dependency on jxlayer after reading your reply.

Thanks
by develop
Thu Apr 02, 2009 1:25 pm
Forum: JFreeChart
Topic: jxlayer and annotation
Replies: 4
Views: 5077

jxlayer and annotation

Hi David, you suggested in some other post, that jxlayer can be used with Jfreechart. so here is i am thinking. I need to show TextAnnotation on chart. (real time, updates about 4 times a second) when i change the value of annotation i have to call chart.setNotify(true) which will repaint the whole ...
by develop
Thu Apr 02, 2009 1:05 pm
Forum: JFreeChart
Topic: XYTextAnnotation hotspot question
Replies: 2
Views: 3487

Re: XYTextAnnotation hotspot question

Thanks for fixing issue. now it works like its expected.