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
SeriesRegionTool issues at high zoom level
Re: SeriesRegionTool issues at high zoom level
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,
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 |
Instructions - How to post in this forum |
Re: SeriesRegionTool issues at high zoom level
Please find attached project. There is a data file attached that needs to be in C:\.
Please suggest a solution ASAP.
Thanks
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
Re: SeriesRegionTool issues at high zoom level
Hello asupriya,
We reproduce your project and appears next image using last version 3 and version 4:
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,
We reproduce your project and appears next image using last version 3 and version 4:
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 |
Instructions - How to post in this forum |
Re: SeriesRegionTool issues at high zoom level
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.
Re: SeriesRegionTool issues at high zoom level
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.
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.
Re: SeriesRegionTool issues at high zoom level
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,
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 |
Instructions - How to post in this forum |