Hi Can anyone explain why all my pie charts have suddenly become an oval shape instead of a circle. We did not make a code change that would cause this is there something going on with out TeeChart Active X setup on the server that would cause this ?
[/img]
Why did my Pie Chart Suddenly become an oval shape
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi lhoey,
Something must have changed this, you may have changed the chart size, set marks visible, etc. You can force the pie being circled using:
Something must have changed this, you may have changed the chart size, set marks visible, etc. You can force the pie being circled using:
Code: Select all
TChart1.Series(0).asPie.Circled=True
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 |
Thanks for your suggestion , here's the the thing about the code base . If a take the file MyChart.asp and run it on development server the charts are oval if I copy the file MyChart.asp to production the charts are round . One of the developers wants to reinstall teechart on the development server. Any thoughts.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi lhoey,
You could try installing the same TeeChart version in both serveres. For further information please read Tutorial 18 - TeeChart runtime installation requirements.
You could try installing the same TeeChart version in both serveres. For further information please read Tutorial 18 - TeeChart runtime installation requirements.
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 |
Hi all,
we also have the problem that our pie-charts are oval. but only on a pc with a widescreen-display (16:10); on a 4:3 screen the pies are round.
setting the circled property does not help. only setting the horizontal radius = vertical radius helps.
we are using the latest ActiveX-Version (7.0.0..
we also have the problem that our pie-charts are oval. but only on a pc with a widescreen-display (16:10); on a 4:3 screen the pies are round.
setting the circled property does not help. only setting the horizontal radius = vertical radius helps.
we are using the latest ActiveX-Version (7.0.0..
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi avd,
I've added an entry to our wish-list to investigate and try to improve how series are drawn in widescreens.
I've added an entry to our wish-list to investigate and try to improve how series are drawn in widescreens.
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 |