Page 1 of 1

Why did my Pie Chart Suddenly become an oval shape

Posted: Fri Jun 02, 2006 2:34 pm
by 9085613
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]

Posted: Fri Jun 02, 2006 2:49 pm
by narcis
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:

Code: Select all

    TChart1.Series(0).asPie.Circled=True

Posted: Fri Jun 02, 2006 3:40 pm
by 9085613
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.

Posted: Tue Jun 06, 2006 7:15 am
by narcis
Hi lhoey,

You could try installing the same TeeChart version in both serveres. For further information please read Tutorial 18 - TeeChart runtime installation requirements.

Posted: Mon Jun 19, 2006 4:03 pm
by 9523772
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.8).

Posted: Tue Jun 20, 2006 9:39 am
by narcis
Hi avd,

I've added an entry to our wish-list to investigate and try to improve how series are drawn in widescreens.