Hi again,
I have another problem concerning graphs (curse the things).
How would I go about accessing the properties of the X-axis of a line graph in the VBA code of the report in which it's embedded. I'd like to set the maximumscale value to something fetched with a query (different from the query that is used to get the data that is displayed in the graph).
The graph is in an OLE-object called oleGraph, so I thought I could probably acess it with
oleGraph.controls(0).axis(0).maximumscale
but I can't. Any thoughts on this?
Thanks in advance,
Niki
I have another problem concerning graphs (curse the things).
How would I go about accessing the properties of the X-axis of a line graph in the VBA code of the report in which it's embedded. I'd like to set the maximumscale value to something fetched with a query (different from the query that is used to get the data that is displayed in the graph).
The graph is in an OLE-object called oleGraph, so I thought I could probably acess it with
oleGraph.controls(0).axis(0).maximumscale
but I can't. Any thoughts on this?
Thanks in advance,
Niki