How to do the rotation in webform?

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Cliven
Newbie
Newbie
Posts: 18
Joined: Fri May 14, 2004 4:00 am
Location: Malaysia

How to do the rotation in webform?

Post by Cliven » Tue May 18, 2004 8:39 am

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

Pep
Site Admin
Site Admin
Posts: 3273
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue May 18, 2004 4:12 pm

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

Post Reply