Sandra
Yes that does make a difference. My chart looks better.
Zooming-in on my scatter graph sometimes shows diddly squat
Re: Zooming-in on my scatter graph sometimes shows diddly squat
Hello Dave,
I am glad that it work for you
Thanks,
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 |
Instructions - How to post in this forum |
Re: Zooming-in on my scatter graph sometimes shows diddly squat
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);
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);
Re: Zooming-in on my scatter graph sometimes shows diddly squat
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,
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 |
Instructions - How to post in this forum |