Translate Teechart VB Code to VB.NET

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
ext-cph
Newbie
Newbie
Posts: 1
Joined: Fri Sep 07, 2001 4:00 am
Location: copenhagen

Translate Teechart VB Code to VB.NET

Post by ext-cph » Wed Jun 15, 2005 7:07 am

Can anybody tell me - or better yet - show me - how this VB code translate into VB.NET code ->
TeeChart.Series(i).SeriesType = scBar !?

regards

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jun 16, 2005 11:42 am

Hi,

Yes, you have to use:

Code: Select all

        If TypeOf TChart1.Series(0) Is Steema.TeeChart.Styles.Bar Then
            ...
        End If
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply