Search found 10 matches

by Miguel
Wed Mar 02, 2011 9:52 pm
Forum: Java
Topic: Workaround for Error in area charts w/stairs w/origin
Replies: 12
Views: 23193

Re: Workaround for Error in area charts w/stairs w/origin

Any ideas for get this to work? :?
by Miguel
Wed Mar 02, 2011 2:08 pm
Forum: Java
Topic: Workaround for Error in area charts w/stairs w/origin
Replies: 12
Views: 23193

Re: Workaround for Error in area charts w/stairs w/origin

Yeray, the rectangle shows up when I keep the mouse pressed down on the plot :s that's weird
by Miguel
Wed Mar 02, 2011 1:01 pm
Forum: Java
Topic: Workaround for Error in area charts w/stairs w/origin
Replies: 12
Views: 23193

Re: Workaround for Error in area charts w/stairs w/origin

Hi Yeray, I implemented the code with another series plotted (as I have several on my project) and the result is the attachment, it doesn't work for me :( the fisrt left bar doesn't show up
by Miguel
Tue Mar 01, 2011 9:39 pm
Forum: Java
Topic: Workaround for Error in area charts w/stairs w/origin
Replies: 12
Views: 23193

Re: Workaround for Error in area charts w/stairs w/origin

Hi Yeray, the last code doesn't work for me (maybe because I'm using Bar3D) :(

Do you know where, on the source code, can I deactivate the default 'half out bar disappearance' ?
by Miguel
Tue Mar 01, 2011 6:52 pm
Forum: Java
Topic: When will you plan next release?
Replies: 1
Views: 6665

When will you plan next release?

Hi

May I ask when will be a next maintenance release for Java? :)

Thanks
by Miguel
Mon Feb 28, 2011 9:07 pm
Forum: Java
Topic: Workaround for Error in area charts w/stairs w/origin
Replies: 12
Views: 23193

Re: Workaround for Error in area charts w/stairs w/origin

Hello Yeray Yes, that's what I'm experiencing :) My problem is that I can't wait for a future release :( Is there another way to get an up side down stairs area chart? or to add the feature myself by editing the source code? maybe regarding the bug TJ71015368 (the source of all of the conversation :...
by Miguel
Fri Feb 25, 2011 6:54 pm
Forum: Java
Topic: Workaround for Error in area charts w/stairs w/origin
Replies: 12
Views: 23193

Re: Workaround for Error in area charts w/stairs w/origin

Hi Yeray, I have a problem with this solution, when I zoom horizontally the first (most left) Bar doesn't show up, do you know how to fix that?

Thanks for the workaround though
by Miguel
Thu Feb 24, 2011 6:51 pm
Forum: Java
Topic: Vertical Autoresize to min/max on changing horizontal zoom
Replies: 2
Views: 6932

Re: Vertical Autoresize to min/max on changing horizontal zoom

Hi Yeray

Thanks! the getFirstVisible(); function is just what I need
by Miguel
Tue Feb 22, 2011 9:49 pm
Forum: Java
Topic: Vertical Autoresize to min/max on changing horizontal zoom
Replies: 2
Views: 6932

Vertical Autoresize to min/max on changing horizontal zoom

Hello I'm very thankful for the last response and solution, but now I have another question: is it possible to do something like a vertical autoresize to min and max values when I change the zoom? I change the zoom like this: chart.getAxes().getBottom().setMinimum(valuemin); chart.getAxes().getBotto...
by Miguel
Fri Feb 18, 2011 1:11 pm
Forum: Java
Topic: Workaround for Error in area charts w/stairs w/origin
Replies: 12
Views: 23193

Workaround for Error in area charts w/stairs w/origin

Hello Some weeks ago I found a bug and reported to TeeCharts, they are working on it but I need a workaround, the problem is as follows: If you create an area chart with stairs and set the origin on the max value (to see it up side down) the chart doesn't shows fine. What could be a workaround for t...