SeriesRegionTool issues at high zoom level

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
asupriya
Advanced
Posts: 179
Joined: Mon Dec 01, 2008 12:00 am

SeriesRegionTool issues at high zoom level

Post by asupriya » Fri Oct 02, 2009 4:47 am

I have seriesregiontool associated with fastline series. This series has about 180000 points. When I display the whole series on the chart and set seriesregiontool.active=true, all looks good. But, when I zoom it very very close, I see that that the seriesregiontool fill is not following the series as shown in the attached image. I know its related to interpolation of points on the series by the seriesregiontool. How can i make sure the fill pattern of seriesregiontool exactly follows the series even at high zoom levels?

Thanks
untitled.JPG
untitled.JPG (38.19 KiB) Viewed 9392 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: SeriesRegionTool issues at high zoom level

Post by Sandra » Fri Oct 02, 2009 9:41 am

Hello asupriya,

Please you could send us a simple project that we can reproduce your problem exactly here. You can attach your project directly in the forum post.


Thanks,
Best Regards,
Sandra Pazos / 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

asupriya
Advanced
Posts: 179
Joined: Mon Dec 01, 2008 12:00 am

Re: SeriesRegionTool issues at high zoom level

Post by asupriya » Tue Oct 06, 2009 6:05 am

Please find attached project. There is a data file attached that needs to be in C:\.

Please suggest a solution ASAP.

Thanks
Attachments
Chart_Display-DataSource.zip
This data input file needs to be in C:\ as per the code
(7.07 KiB) Downloaded 507 times
CS-FillCurves.zip
This is a C# project that needs the another attached text file in the C:\ for the data input.
(26.89 KiB) Downloaded 522 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: SeriesRegionTool issues at high zoom level

Post by Sandra » Tue Oct 06, 2009 9:19 am

Hello asupriya,

We reproduce your project and appears next image using last version 3 and version 4:
Chart1.jpg
Chart1.jpg (400.27 KiB) Viewed 9426 times

Please, you can say if this image is the same image that appears you? If is not please, you could explain as we do for reproduce exactly your issue.

Thanks,
Best Regards,
Sandra Pazos / 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

asupriya
Advanced
Posts: 179
Joined: Mon Dec 01, 2008 12:00 am

Re: SeriesRegionTool issues at high zoom level

Post by asupriya » Tue Oct 06, 2009 1:46 pm

The posted image is very close to what I am getting with this data (about 1600 data points). But I have much larger sample data (180000 points) and for such a data, the fill looks as posted in the original image.

asupriya
Advanced
Posts: 179
Joined: Mon Dec 01, 2008 12:00 am

Re: SeriesRegionTool issues at high zoom level

Post by asupriya » Tue Oct 06, 2009 6:50 pm

A further ivestigation revealed the following

The issue is with the .DrawAllPonts=false. Please set this property to the fastline series and try again with same project and data set.

Below is the image with the same dataset with drawAllPoints is set to false.
untitled.JPG
untitled.JPG (80.84 KiB) Viewed 9461 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: SeriesRegionTool issues at high zoom level

Post by Sandra » Wed Oct 07, 2009 8:25 am

Hello asupriya,

I could reproduce your issue, and We considered very specific case.Why I have added in the wish-list with number[TF02014468]. If you want to work, put .DrawAllPoints=true.


Thanks,
Best Regards,
Sandra Pazos / 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

Post Reply