USing V7
Posted: Mon Sep 27, 2004 6:57 pm
Any ideas on why the complier would say "Axis = Bottom" below is not defined, it works under V6. Where I'm using it was created using V7 so there should be no conversion, Right?
[With QuadrantChart.Tools
.Items(0).Active = True
With .Tools.Items(0).asColorband
.Axis = Bottom
.Brush.Style = bsSolid
.Transparency = 0
.StartValue = 12
.EndValue = 100
.DrawBehind = True
.Gradient.Direction = gdTopBottom
.Gradient.StartColor = RGB(255, 0, 0)
.Gradient.EndColor = RGB(251, 206, 51)
.Gradient.Visible = True
End With]
Any Ideas?[/code]
[With QuadrantChart.Tools
.Items(0).Active = True
With .Tools.Items(0).asColorband
.Axis = Bottom
.Brush.Style = bsSolid
.Transparency = 0
.StartValue = 12
.EndValue = 100
.DrawBehind = True
.Gradient.Direction = gdTopBottom
.Gradient.StartColor = RGB(255, 0, 0)
.Gradient.EndColor = RGB(251, 206, 51)
.Gradient.Visible = True
End With]
Any Ideas?[/code]