Hello, when I zoom in on the graph, various lines appear off the chart (but still within the tChart control boundaries).
I have set
tChart.Aspect.ClipPoints = true;
but it still appears to be a problem. This issue really hurts the professional look of the chart.
Any ideas?
Line series appearing outside of the main chart
Hi LibDundas,
Please, could you send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Please, could you send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Hello, thanks for the quick reply. I have uploaded an example project (including 2 screen shots) to the uploads page.
I added the "Regen Pts" button so you can easily obtain a good data set to help reproduce the problem.
Regen Pts until the green and red line or close to each other. The green line always goes out of bounds when the red line is zoom in to.
Some of my own analysis:
In this example, the problem appears to happen only when POINTS are visible.
line3 has Points set to visible and set to 4x4.
line2 has Points set to INvisible
I added the "Regen Pts" button so you can easily obtain a good data set to help reproduce the problem.
Regen Pts until the green and red line or close to each other. The green line always goes out of bounds when the red line is zoom in to.
Some of my own analysis:
In this example, the problem appears to happen only when POINTS are visible.
line3 has Points set to visible and set to 4x4.
line2 has Points set to INvisible
Hello, in my actual project (not the simple as-is project that I uploaded), I made a change where I set
Pointer.Visible = false;
for all lines that I don't want and just set the one line I'm working with to true.
This seems to be a suitable work-around, but it is not ideal as I would like to see the Points on the other lines as well.
Pointer.Visible = false;
for all lines that I don't want and just set the one line I'm working with to true.
This seems to be a suitable work-around, but it is not ideal as I would like to see the Points on the other lines as well.
Hi LibDundas,
I've made some tests and it seems that the pointer style polishedShpere from line series, don't respect ClipPoints. I've added it to the wish list to be fixed asap (TF02014144). In the meanwhile, I know that the Sphere style doesn't look exactly the same, butit seems to respect the clipPoints feature.
I've made some tests and it seems that the pointer style polishedShpere from line series, don't respect ClipPoints. I've added it to the wish list to be fixed asap (TF02014144). In the meanwhile, I know that the Sphere style doesn't look exactly the same, butit seems to respect the clipPoints feature.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi LibDundas,
Also notice this has already been fixed for the next maintenance release which will be announced at this forum.
Also notice this has already been fixed for the next maintenance release which will be announced at this forum.
Best Regards,
Narcís Calvet / 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 |