ashorizbar property gone ?

TeeChart for ActiveX, COM and ASP
Post Reply
Jack
Newbie
Newbie
Posts: 10
Joined: Fri Oct 01, 2004 4:00 am
Location: NL

ashorizbar property gone ?

Post by Jack » Mon May 01, 2006 5:55 pm

I just upgraded to 7.0.0.7. In testing my app i'm getting errors by "reaching" to the ashorizbar property.
Something like :
AddSeries(scHorizBar)
series(0).ashorizbar.multibar=0
Could you please test this ?

Greetings,

Jack

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

Post by Narcís » Tue May 02, 2006 8:05 am

Hi Jack,

It works fine for me here using v7.0.0.7 and something like this:

Code: Select all

Private Sub Form_Load()
    With TChart1
        .AddSeries scHorizBar
        .Series(0).asHorizBar.MultiBar = mbNone
        .Series(0).FillSampleValues 10
    End With
End Sub
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