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
ashorizbar property gone ?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jack,
It works fine for me here using v7.0.0.7 and something like this:
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 |
Instructions - How to post in this forum |