Search found 38 matches

by rubby
Wed Sep 11, 2013 1:11 am
Forum: Java
Topic: the smooth problem of Line
Replies: 3
Views: 8917

Re: the smooth problem of Line

Hello Yeray,
Thanks for the reply.
where can we can get information of future release? I mean which bugs will fixed.
And what is the probable time?

Thanks!
by rubby
Tue Sep 10, 2013 8:11 am
Forum: Java
Topic: the smooth problem of Line
Replies: 3
Views: 8917

the smooth problem of Line

Hello, i find a problem with Line graph. the code is as follows: the result is in the attachment "smooth.bmp" when i remove the line " series.setSmoothed(true);" everything is fine. the result is in the attachment "no smooth.bmp". Moreover, if i change " series.add(100000); series.add(100000); serie...
by rubby
Tue Sep 10, 2013 8:00 am
Forum: Java
Topic: problem with radar
Replies: 11
Views: 23914

Re: problem with radar

Thanks Yeray , my problem is addressed.
by rubby
Fri Aug 30, 2013 3:08 am
Forum: Java
Topic: Problem with Bar
Replies: 4
Views: 10848

Re: Problem with Bar

my code is as follows. In the bar.png, you will find there is only one bar which is wrong. import com.steema.teechart.Dimension; import com.steema.teechart.Rectangle; import com.steema.teechart.TChart; import com.steema.teechart.editors.ChartEditor; import com.steema.teechart.styles.Bar; import java...
by rubby
Fri Aug 30, 2013 3:05 am
Forum: Java
Topic: problem with radar
Replies: 11
Views: 23914

Re: problem with radar

My code is as follows. In the attachment, you can find two png files. In the first png (radar1.png), you will see the radar graph is wrong. In the second png(radar2.png), you will find that the value "33" is not showed correctly either. Thus, when user changes the size of the dialog, the radar graph...
by rubby
Thu Aug 29, 2013 3:32 am
Forum: Java
Topic: problem with radar
Replies: 11
Views: 23914

problem with radar

Hello, I create a radar in TChart and put it on a JPanel, When i change the size of panel, the radar will change the size of itself. However,in a wrong way. When I compare the radar with the radar generated by excel, this confirm my judge. Could you please tell me how to address this problem? Thanks.
by rubby
Thu Aug 29, 2013 3:26 am
Forum: Java
Topic: Problem with Bar
Replies: 4
Views: 10848

Problem with Bar

Hello, my code looks like: TChar tchart2 = new TChart(); tchart2.addSeries(new Bar()); tchar2.getSeries(0).add(10); tchart2.addSeries(new Bar()); tchar2.getSeries(1).add(18); tchart2.addSeries(new Bar()); tchar2.getSeries(2).add(30); Finally, only the first series is showed. That is, only one bar is...
by rubby
Wed Aug 21, 2013 12:52 am
Forum: Java
Topic: international languages support problem
Replies: 3
Views: 9110

international languages support problem

I find that the international languages support of TeeChart for java has some problems. This will puzzle the users. For example, I am from China. In the edit dialog. there are some Chinese words at some places, and some English wors at other places. You can refer to the file in the attachment. I jus...