Page 1 of 1

Line series appearing outside of the main chart

Posted: Wed May 06, 2009 6:04 pm
by 13052841
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?

Posted: Thu May 07, 2009 8:50 am
by yeray
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.

Posted: Thu May 07, 2009 2:02 pm
by 13052841
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

Posted: Thu May 07, 2009 2:24 pm
by 13052841
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.

Posted: Fri May 08, 2009 3:13 pm
by yeray
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.

Posted: Tue May 12, 2009 3:26 pm
by 13052841
Thanks Yeray, I changed it to the regular sphere and everything works well.

Posted: Wed May 13, 2009 7:22 am
by narcis
Hi LibDundas,

Also notice this has already been fixed for the next maintenance release which will be announced at this forum.