N
Norbert Meiss
I would like to force a graph in Access 2003 to plot by columns instead of
rows and get an error 438 in the line "PlotBy...". What do I miss?
Dim objchart As Graph.Chart
Set objchart = Me.objGraph.Object
With objchart
.PlotBy = xlColumns
.ChartType = xl3DArea
.PlotArea.Border.LineStyle = xlSolid
.ChartArea.Border.LineStyle = xlSolid
...
End with
TIA,
Norbert Meiss
rows and get an error 438 in the line "PlotBy...". What do I miss?
Dim objchart As Graph.Chart
Set objchart = Me.objGraph.Object
With objchart
.PlotBy = xlColumns
.ChartType = xl3DArea
.PlotArea.Border.LineStyle = xlSolid
.ChartArea.Border.LineStyle = xlSolid
...
End with
TIA,
Norbert Meiss