Search found 18 matches

by hsp707
Thu Oct 23, 2008 3:18 pm
Forum: JFreeChart
Topic: How to add more space to RangeAxis without incr. upper limit
Replies: 2
Views: 2846

Have you tried AxisSpace??
by hsp707
Thu Oct 16, 2008 4:17 pm
Forum: JFreeChart
Topic: wrap for XYTextAnnotation - OR textLayout is the answer?
Replies: 2
Views: 3531

Thanks for the reply David. Where can I find those Pie section labels? Are they somewhere in the developer guide? And what would I have to modify in the code - do you mean modifying some API of JFreechart.

Thanks Again.
by hsp707
Tue Oct 14, 2008 11:35 pm
Forum: JFreeChart
Topic: wrap for XYTextAnnotation - OR textLayout is the answer?
Replies: 2
Views: 3531

wrap for XYTextAnnotation - OR textLayout is the answer?

Hello People, Please refer to this image here http://www.flickr.com/photos/31066816@N05/2943009352/ I need to write some text notes in the left most part and it varies with depth( i.e. domain axis). Right now, I am creating an empty chart and then adding some text annotations (for description that I...
by hsp707
Wed Oct 08, 2008 5:43 pm
Forum: JFreeChart
Topic: Paint chart background for specific region only
Replies: 1
Views: 2102

Paint chart background for specific region only

Hi everyone, How can I paint the background of a chart (say) black only for specific region i.e. from (x1,y1) to (x2, y2) only. In this case, say, my range upper bound is 100, I want to paint the chart black from (x1, 0) to (x2, 100). Right now, I am doing this by adding XYLineAnnotation and choosin...
by hsp707
Mon Oct 06, 2008 9:17 pm
Forum: JFreeChart
Topic: CombinedDomainXYPlot, multiple Ranges & XYLineAndShapeRe
Replies: 3
Views: 4986

It worked.

Thanks a lot.
by hsp707
Sun Oct 05, 2008 4:50 pm
Forum: JFreeChart
Topic: CombinedDomainXYPlot, multiple Ranges & XYLineAndShapeRe
Replies: 3
Views: 4986

Thank you for your reply paradoxoff.
That's exactly my problem - you explained it much better than I did.
I will try what you have suggested and see if it works.

Thanks again.
by hsp707
Sat Oct 04, 2008 8:26 pm
Forum: JFreeChart
Topic: CombinedDomainXYPlot, multiple Ranges & XYLineAndShapeRe
Replies: 3
Views: 4986

CombinedDomainXYPlot, multiple Ranges & XYLineAndShapeRe

Picture_1 http://www.flickr.com/photos/31066816@N05/2912944186/ Picture_2 http://www.flickr.com/photos/31066816@N05/2912944150/ Is it even possible to do what I am trying to do here?? I am trying to make a XY chart with common domain axis but different range axis. Each of these range axis has differ...
by hsp707
Wed Jul 30, 2008 12:57 am
Forum: JFreeChart
Topic: Scatter plot - Image instead of a dot, is it possible?
Replies: 1
Views: 2459

Scatter plot - Image instead of a dot, is it possible?

Hi Folks, Is it possible to display an image/icon instead of the standard dot (at X,Y ) that's used in scatter plot charts? For example, if the chart is for displaying water content in some thing, then I want to display a droplet instead of a round dot. Is it possible with JFreechart (except by addi...
by hsp707
Tue Jul 29, 2008 5:33 pm
Forum: JFreeChart
Topic: how to get CombinedDomainXYPlot and Range Axis values
Replies: 1
Views: 2342

Looks like I have not explained it right as there is no response yet :roll: Should I try again to explain - just wondering how do I explain it better?
by hsp707
Tue Jul 29, 2008 7:09 am
Forum: JFreeChart
Topic: how to get CombinedDomainXYPlot and Range Axis values
Replies: 1
Views: 2342

how to get CombinedDomainXYPlot and Range Axis values

Hello everybody. I have CombinedDomainXYPlot and I need to have about 5 different Range axis for this combinedDomainAxis. For every range axis, Basically, for common XYPlot, I am adding range Axis like this ..........( as I need to make only one chart in one common area) subplot.setRangeAxis(1, some...
by hsp707
Thu Jun 26, 2008 3:23 pm
Forum: JFreeChart
Topic: Show/Hide Tick Marks
Replies: 6
Views: 11775

thanks gummibear, Yes, I had thought about it but never tried it - :D I just assumed that if I do that it will make my graph wrong - hehe, Now you can tell how amateur I am for the JFreechart. But as you mentioned, I thought - why don't I just try it and it did without doing my graph wrong. Thanks a...
by hsp707
Wed Jun 25, 2008 11:05 pm
Forum: JFreeChart
Topic: Show/Hide Tick Marks
Replies: 6
Views: 11775

Show/Hide Tick Marks

Hello everybody, Trying to figure out this ....... Is it possible to hide all the tick marks in between BUT keep the ones on the ends - I just want to show the lower bound tick mark and tick label and similarly the upper bound tick mark and the tick label. I want to hide the in between tick marks an...
by hsp707
Fri May 23, 2008 8:02 pm
Forum: JFreeChart
Topic: Set Chart X and Y axis as if it is rotated by 90 degrees??
Replies: 6
Views: 6074

thanks skunk

It worked.
by hsp707
Fri May 23, 2008 6:43 pm
Forum: JFreeChart
Topic: Set Chart X and Y axis as if it is rotated by 90 degrees??
Replies: 6
Views: 6074

Thanks David, Now I got it showing up like the way I wanted using setRangeAxisLocation as you said. But now I have another problem, the chart is being displayed top-left but the values for axis ranges are not the way I want. In other words, it is being displayed as 0 10 20 30 _| _|___|____|___| 30| ...
by hsp707
Thu May 15, 2008 9:49 pm
Forum: JFreeChart
Topic: Set Chart X and Y axis as if it is rotated by 90 degrees??
Replies: 6
Views: 6074

Thanks David. I think I should get into JFreechart and try to understand it more. I know there are so many more options that I can use and leverage it to display whichever way I want. I admit that I was trying to find a shortcut by using chart creator :) ....... looks like time to do some effort and...