L
Lachlan Sharp
I'm using a Microsoft Office Chart 9.0 object in a form
I'm developing (Access 2000), and I seem unable to change
the linstyle of the major or minor gridlines.
The code I am using is as follows:
Chrt.Axes(1).HasMajorGridlines = True
Chrt.Axes(1).MajorGridlines.Line.LineStyle = wcLineStyleDot
Where Chrt is a OWC.WCChart Object.
The error I get is:
Run Time Error '445':
Object doesn't support this action
LineStlye appears to be a legitamite member of the line
object, so I am at a loss what to do. I have been able to
succesfully create the graph and add data series, but this
I have been unable to do. Ominously, all examples I have
found on the internet that work with the Gridlines only
change the color and the weight.
Thanks
Lachlan
I'm developing (Access 2000), and I seem unable to change
the linstyle of the major or minor gridlines.
The code I am using is as follows:
Chrt.Axes(1).HasMajorGridlines = True
Chrt.Axes(1).MajorGridlines.Line.LineStyle = wcLineStyleDot
Where Chrt is a OWC.WCChart Object.
The error I get is:
Run Time Error '445':
Object doesn't support this action
LineStlye appears to be a legitamite member of the line
object, so I am at a loss what to do. I have been able to
succesfully create the graph and add data series, but this
I have been unable to do. Ominously, all examples I have
found on the internet that work with the Gridlines only
change the color and the weight.
Thanks
Lachlan