Page 1 of 1

How to do the rotation in webform?

Posted: Tue May 18, 2004 8:39 am
by 8125487
Dear Sir/Miss

Do you have any vb.net source code or simple for the chart rotation in web form?
The TChart version 4 included the TCommand and it work well in the asp.net to rotate the chart. so just want to know TChart.net got the same component?


Thank Alot
Cliven Yong

Posted: Tue May 18, 2004 4:12 pm
by Pep
Hi Cliven,

the WebChart can only be showed as as image (it cannot be added as an object). The only way to do this is using the folloiwng code :

Code: Select all

        WebChart1.Chart.Aspect.Orthogonal = False
        WebChart1.Chart.Aspect.Rotation = 50