Search found 21 matches

by khanhlv
Fri Mar 13, 2009 4:27 am
Forum: JFreeChart
Topic: Radar chart
Replies: 4
Views: 8995

Re: Radar chart

Has anyone implemented zoom function in radar chart.
The spider web chart does not display all my data!
by khanhlv
Thu Mar 12, 2009 7:13 am
Forum: JFreeChart
Topic: Radar chart
Replies: 4
Views: 8995

Re: Radar chart

Yes, that's right!
But I mean that I need the spider chart like this:
http://en.wikipedia.org/wiki/File:Spider_Chart.jpg
Is It similar?

By the way, I found that I can not zoom the spider chart in SpiderWebDemo1 example source code?
We need to implement by ourself ?

Thanks!
by khanhlv
Tue Mar 10, 2009 7:59 am
Forum: JFreeChart
Topic: Radar chart
Replies: 4
Views: 8995

Radar chart

I want to ask that: Does the current version of jfreechart support radar chart.
Radar chart is like the second chart in this link :
http://en.wikipedia.org/wiki/Radar_chart

Thanks!
by khanhlv
Wed Aug 20, 2008 8:34 am
Forum: JFreeChart
Topic: TIP: using the zoom rectangle for your own purposes
Replies: 10
Views: 16229

The above code can not run immediately. The code only implement the rectangle detection function. If you want to run you create chart normaly and put the above code in you project, after that in your code : change: ChartPanel chartPanel = new ChartPanel(chart); ---> Chartpanel chartPanel = new MyCha...
by khanhlv
Fri Aug 15, 2008 3:46 am
Forum: JFreeChart
Topic: TIP: using the zoom rectangle for your own purposes
Replies: 10
Views: 16229

I have implemented this function. but the way i get the data in rectangle is different. I get the first point and the second point of rectangle. After that i transform these value to the x,y axis of graph. So based on these 2 points value and the dataset, I can get all the point in this rectangle. H...
by khanhlv
Fri Aug 15, 2008 2:49 am
Forum: JFreeChart
Topic: How to get x axis and y axis value!?
Replies: 3
Views: 4716

Thank for your support!
I will try it!

BR!
by khanhlv
Thu Aug 14, 2008 9:15 am
Forum: JFreeChart
Topic: TIP: using the zoom rectangle for your own purposes
Replies: 10
Views: 16229

I am doing the same. I have implemented the function to get the rectangle but the problem is how to get the data in that rectangle?. The best way is that I want to get the domain and range value at the upper point and lower point of rectangle. Do you have any solution? I do not find any function to ...
by khanhlv
Thu Aug 14, 2008 8:28 am
Forum: JFreeChart
Topic: How to get x axis and y axis value!?
Replies: 3
Views: 4716

Any one can help me!?
This function is very useful for getting the data of an area for further processing!

BR!
by khanhlv
Thu Aug 14, 2008 4:54 am
Forum: JFreeChart
Topic: How to get x axis and y axis value!?
Replies: 3
Views: 4716

How to get x axis and y axis value!?

My problem is that: I want to get the value of x axis and y axis when i choose a point in the graph. Normally i can use getDomainCrosshairValue() and getRangeCrosshairValue to get its value. But i want to get every point not only the points in dataset. Can i get that information??? Thank you very mu...
by khanhlv
Wed Aug 13, 2008 9:01 am
Forum: JFreeChart
Topic: TIP: using the zoom rectangle for your own purposes
Replies: 10
Views: 16229

I am also implementing this function too.
Can you share a short example!

Thank very much!
by khanhlv
Thu Jun 12, 2008 4:06 am
Forum: JFreeChart
Topic: Performance in ScatterPlot chart problem!!!
Replies: 4
Views: 5552

It seems that i can not use FastScratterPlot because i need the value in x-axis and y-axis are double not float:(!
Have any other solution? Can i use other chart beside the scratter chart???
Other way, is there any example of FastScatterPlot??
by khanhlv
Mon Jun 09, 2008 10:27 am
Forum: JFreeChart
Topic: Performance in ScatterPlot chart problem!!!
Replies: 4
Views: 5552

Any one could give me some suggestions :)!
by khanhlv
Mon Jun 09, 2008 7:31 am
Forum: JFreeChart
Topic: Performance in ScatterPlot chart problem!!!
Replies: 4
Views: 5552

Performance in ScatterPlot chart problem!!!

ScatterPlot with huge data!!!

I need to draw a plot chart as the scatterPlot chart but the problem is that my data is rather huge( about 500,000 points:( ! ). I tried use scatterPlot but the performance is so bad!!!

Have any solution to solve this problem?!!!
Thanks very much!
by khanhlv
Wed May 28, 2008 10:01 am
Forum: JFreeChart
Topic: Marker between 2 point!!!
Replies: 2
Views: 3537

thanks! It's powerful!
by khanhlv
Mon May 26, 2008 8:41 am
Forum: JFreeChart
Topic: Marker between 2 point!!!
Replies: 2
Views: 3537

Marker between 2 point!!!

Dear all,

Can i add marker for 2 point. Example draw line between 2 point not a vertical or horizontal line?

Thanks for your support!