gridband tool
Posted: Fri Sep 24, 2004 1:34 pm
hi
I cannot seem to make the gridband tool work (asp export to png with AXv7). The code I use is:
gridband=Chart.Tools.Add(tcGridBand)
With Chart.Tools.Items(gridband).asGridband
.Axis = Chart.Axis.Left
.Band1 = RGB(33,33,33)
.Band2 = RGB(233,233,233)
End With
The error I get is :
Object doesn't support this property or method: 'Band1'
Could you help?
Thanx
Alex
I cannot seem to make the gridband tool work (asp export to png with AXv7). The code I use is:
gridband=Chart.Tools.Add(tcGridBand)
With Chart.Tools.Items(gridband).asGridband
.Axis = Chart.Axis.Left
.Band1 = RGB(33,33,33)
.Band2 = RGB(233,233,233)
End With
The error I get is :
Object doesn't support this property or method: 'Band1'
Could you help?
Thanx
Alex