Search found 8 matches

by ReisP
Fri Mar 16, 2007 12:51 pm
Forum: .NET
Topic: BoxWhisker/BoxPlot issue
Replies: 9
Views: 19419

Apparently we've been talking about different things. There are two ways (more even) to build box-plots/box-whiskers charts: - the one you discribed - the one I was expecting (one in which the whiskers represent percentil 5% and percentil 95%; check last paragraph of example ) TChart draws box-plot ...
by ReisP
Thu Mar 15, 2007 3:10 pm
Forum: .NET
Topic: BoxWhisker/BoxPlot issue
Replies: 9
Views: 19419

(...)Only the (mild and extreme) outliers are drawn. How can the mild value be so high? The average is 0.00211!! I think the plot is not being correctly drawn, because the 95% mark of the plot should be value = 0.01656. I did managed to make a workaround by disabling the mild and extreme and creati...
by ReisP
Fri Mar 09, 2007 4:08 pm
Forum: .NET
Topic: BoxWhisker/BoxPlot issue
Replies: 9
Views: 19419

The version I have installed is 2.0.2546.16098 While debugging in runtime, the method box.MinYValue() did return 0. But the saved .ten file is wrong. For this array: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01656 0.01656 0.01656 0.03489 i got this boxplot: http://i14...
by ReisP
Fri Mar 09, 2007 3:29 pm
Forum: .NET
Topic: BoxWhisker/BoxPlot issue
Replies: 9
Views: 19419

Maybe i didn't explain correctly :) For the data array above, this was what I got (with TChart): Min - 0.01656 5% percentil - 0 25% percentil - 0 50% percentil (median) - 0 75% percentil -0 95% percentil - 0 Max - 0.03489 And this is what I was expecting: Min - 0 5% percentil - 0 25% percentil - 0 5...
by ReisP
Fri Mar 09, 2007 1:39 pm
Forum: .NET
Topic: BoxWhisker/BoxPlot issue
Replies: 9
Views: 19419

BoxWhisker/BoxPlot issue

Hi there, I seem to have a problem using TChart to create BoxWhisker charts, using BoxPlot series types. I'm currently sending to TChart an array for a boxplot with the following values: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.01656 0.01656 0.01656 0.03489 This shou...
by ReisP
Fri Jan 05, 2007 4:22 pm
Forum: .NET
Topic: License runtime error
Replies: 14
Views: 19817

Thanks for your anwer.

The problem is solved now.

Felices Fiestas.

Best Regards,
Pedro Reis
by ReisP
Thu Jan 04, 2007 10:02 am
Forum: .NET
Topic: License runtime error
Replies: 14
Views: 19817

It's very important, can you please help me?
by ReisP
Wed Jan 03, 2007 12:06 pm
Forum: .NET
Topic: License runtime error
Replies: 14
Views: 19817

License runtime error

Hi, I am having some problems with the licensing in the client application and I need your help, so I will describe the application and the problem. Is a Client/Server Application: Server The core opens a generic dll (CreateChart), CreateChart calls teechart in order to create a report (chart) we ha...