Line series appearing outside of the main chart

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
LibDundas
Newbie
Newbie
Posts: 55
Joined: Fri Mar 20, 2009 12:00 am

Line series appearing outside of the main chart

Post by LibDundas » Wed May 06, 2009 6:04 pm

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?

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Thu May 07, 2009 8:50 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

LibDundas
Newbie
Newbie
Posts: 55
Joined: Fri Mar 20, 2009 12:00 am

Post by LibDundas » Thu May 07, 2009 2:02 pm

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

LibDundas
Newbie
Newbie
Posts: 55
Joined: Fri Mar 20, 2009 12:00 am

Post by LibDundas » Thu May 07, 2009 2:24 pm

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.

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Post by Yeray » Fri May 08, 2009 3:13 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

LibDundas
Newbie
Newbie
Posts: 55
Joined: Fri Mar 20, 2009 12:00 am

Post by LibDundas » Tue May 12, 2009 3:26 pm

Thanks Yeray, I changed it to the regular sphere and everything works well.

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 May 13, 2009 7:22 am

Hi LibDundas,

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply