pagenumber tool can't work normally in BoxPlot!!

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jeremy
Newbie
Newbie
Posts: 7
Joined: Fri May 19, 2006 12:00 am

pagenumber tool can't work normally in BoxPlot!!

Post by jeremy » Wed Jul 26, 2006 9:15 am

I have used pagenumber tool in line and histrogram , it's work .
But when pagenumber is used in box chart,the number of page can't match with real data of chart....
Could you tell me solution??

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

Post by Narcís » Wed Jul 26, 2006 9:36 am

Hi jeremy,

It seems to work fine here using the example at All Features\Welcome !\Chart styles\Statistical\Box-Plot in the features demo and adding a page number tool on it. You'll find the features demo at TeeChart's program group.

Could you please send us an example we can run "as-is" to reproduce the problem here and let us know which TeeChart version are you using?

You can post your files at news://www.steema.net/steema.public.attachments 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

jeremy
Newbie
Newbie
Posts: 7
Joined: Fri May 19, 2006 12:00 am

Post by jeremy » Wed Jul 26, 2006 10:50 am

I have send file to your newsgroup,but I send the sam mail three times....
so sorry :oops:

jeremy
Newbie
Newbie
Posts: 7
Joined: Fri May 19, 2006 12:00 am

Post by jeremy » Thu Jul 27, 2006 4:02 am

hi Narcis
I have attached file to your newsgroup
Could you see that ?
Ths subject of the mail is "pagenumber tool can't work normally in BoxPlot"!!

If somebody have the solution for the same problem ,could you teach me how to solve?
Thank you very much^^

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 Jul 28, 2006 9:58 am

Hi jeremy,

Thanks for the project. We could reproduce the issue here. Paging doesn't work fine for BoxPlot series. I've added this issue (TF02011632) to our defect list to be fixed for future releases.
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

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Thu Aug 17, 2006 6:58 pm

Hi.

I think the problem is box plot series was not designed for paging. You cannot simply split data points between different boxes (series) using paging. For each data group you have to create a separate box series and then populate it with data (or define median, etc... values). Then you can (but not with the pagenumber tool) "zoom" on group subset by using axis SetMinMax method.

In short, if you want to limit number of boxes (series) per page, then the best way is to use tChart OnPage* events and limit axis scale by using axis SetMinMax method. PageNumber tool cannot handle this specific case.

We'll review how boxes can be handled when MaxPointsPerPage>0 for next major release.
Marjan Slatinek,
http://www.steema.com

Post Reply