Search found 24 matches

by Softwell
Thu May 03, 2012 3:03 pm
Forum: Java
Topic: About Teechart 2012 requirements
Replies: 5
Views: 13024

Re: About Teechart 2012 requirements

Another question: I've download my latest version available for v1: TeeChart v1 for Java with 100% Source Code TeeChartJava_with_Sources.zip February 02, 2010 File size - 10,37 MB When i use the JDK 1.5 to "install" it (generate the TeeChart.Swing.jar) it give me the error: C:\Users\marcio\Downloads...
by Softwell
Thu May 03, 2012 2:08 pm
Forum: Java
Topic: About Teechart 2012 requirements
Replies: 5
Views: 13024

About Teechart 2012 requirements

Hello there, I'm currently have the Teechart v1. I would like to know somethings: I used the trial, and realize that it requires the JDK 1.6 to be used (At least in the trial was like that). 1) I would like to know if it's possible to use the new version of teechart 2012 with JDK 1.5 (My project cur...
by Softwell
Thu Mar 29, 2012 7:10 pm
Forum: Java
Topic: Pie graph percent issues
Replies: 6
Views: 13652

Re: Pie graph percent issues

how to find the ticket TJ71016121 ??
by Softwell
Thu Mar 29, 2012 5:52 pm
Forum: Java
Topic: Pie graph percent issues
Replies: 6
Views: 13652

Re: Pie graph percent issues

I use version v1 and my code is equal
by Softwell
Thu Mar 29, 2012 2:19 pm
Forum: Java
Topic: Pie graph percent issues
Replies: 6
Views: 13652

Pie graph percent issues

Total percent value is incorrect when individual values are not integer. Assume I have the values [34, 38, 12], percents showed are [40%, 45%, 14%]. If I sum these percentages, total will be 99%. How can I solve this issue to show 100%? May I define for each piece, in Pie graph, decimal value? If it...
by Softwell
Tue Feb 22, 2011 5:20 pm
Forum: Java
Topic: Pie - Using Percent as Legend
Replies: 6
Views: 12046

Re: Pie - Using Percent as Legend

Hi Yeary, I continue having the problem. At truth, now, it's worst! The solution works only on Percent legend. If I use any other type I will face a problem. And it is also possible to use Percent with other information. It will cause a problem! If you have any other way to do this, please tell me! ...
by Softwell
Thu Feb 10, 2011 5:42 pm
Forum: Java
Topic: Pie - Using Percent as Legend
Replies: 6
Views: 12046

Re: Pie - Using Percent as Legend

Ok.
Thanks!
by Softwell
Thu Feb 10, 2011 1:25 pm
Forum: Java
Topic: Pie - Using Percent as Legend
Replies: 6
Views: 12046

Re: Pie - Using Percent as Legend

Hi Yeary,

Thanks for the solution. It worked fine.
If it's possible, let me know when you fix that!

I am really thankful!
by Softwell
Mon Feb 07, 2011 1:51 pm
Forum: Java
Topic: Pie - Using Percent as Legend
Replies: 6
Views: 12046

Pie - Using Percent as Legend

When I use percent as legend on pie graphics, it uses 1% as total instead of 100%. Example: Having the values 3, 5, 2 will show respectively 0.3%, 0.5%, 0.2%. It should be 30%, 50%, 20%. It works when using marks on the pie, but it doesn't work when using as legend. On VCL version, this problem does...