Zooming-in on my scatter graph sometimes shows diddly squat

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Dave
Advanced
Posts: 139
Joined: Mon Sep 22, 2008 12:00 am

Re: Zooming-in on my scatter graph sometimes shows diddly squat

Post by Dave » Mon Jan 24, 2011 1:48 pm

Sandra
Yes that does make a difference. My chart looks better.

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

Re: Zooming-in on my scatter graph sometimes shows diddly squat

Post by Sandra » Mon Jan 24, 2011 3:51 pm

Hello Dave,

I am glad that it work for you :)


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

Dave
Advanced
Posts: 139
Joined: Mon Sep 22, 2008 12:00 am

Re: Zooming-in on my scatter graph sometimes shows diddly squat

Post by Dave » Mon Jan 24, 2011 4:33 pm

Sandra

Just another quick question. Referring to the chart displayed earlier in this thread. The points colour when I saved the chart was dark-red (with a black border). But When I reload the chart the points have changed colour. as you can see they are now a lighter shade of red with a blue border. Have you any idea why the colours were not saved properly?

Note: To save the chart I used:

string fName = "mychart.aaa";
tChart1.Export.Template.Save(fName);

and to load it again I used

tChart.Import.Template.Load(fName);

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

Re: Zooming-in on my scatter graph sometimes shows diddly squat

Post by Sandra » Tue Jan 25, 2011 11:26 am

Hello Dave,

I could reproduce your problem here and I have added your request in bug list report with number [TF02015363]. We will try to fix it for next maintenance releases of TeeChart.Net. On the other hand, for now you can change the colour of the Pen of your Series, when you load the template.

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