Box plot wackyness

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Dan Smith
Newbie
Newbie
Posts: 15
Joined: Fri Sep 23, 2005 4:00 am

Box plot wackyness

Post by Dan Smith » Wed Oct 26, 2005 10:46 pm

Hello,

I have built a box plot for some environmental data. The box and whisker plots have some of the whiskers 'bent' back into their boxes. What is causing this and is there a fix?

Thanks,

Dan

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Oct 27, 2005 9:09 am

Hi Dan,

Could you please let us know more information about that issue? It would also be possible that you sent an example we can run "as-is" to reproduce the problem here?

You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Dan Smith
Newbie
Newbie
Posts: 15
Joined: Fri Sep 23, 2005 4:00 am

Post by Dan Smith » Thu Oct 27, 2005 3:21 pm

Our firewall prevents me from posting to the newsgroup. Can I email you a zip file with the code and database?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Oct 28, 2005 8:37 am

Hi Dan,

Yes please, send it directly to me.

Thanks in advance.
Last edited by Narcís on Wed Oct 04, 2006 11:22 am, edited 1 time in total.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Dan Smith
Newbie
Newbie
Posts: 15
Joined: Fri Sep 23, 2005 4:00 am

Post by Dan Smith » Fri Oct 28, 2005 7:27 pm

Nevermind, I figured it out. I was pulling data out of the database sorted on the date, I needed to sort it by the data itself.

I ended up sorting using the SQL code. I imagine one can add code in the code behind page that will sort as well, but I could not figure out the syntax.

Post Reply