L
Laurel
I have a graph on a form. The graph is called Graph20. It has five series
on it. The series names, as seen when I double click on the graph, are
"Bonus," "Language," "Safety" and "Combined." The points on the line are
"B","1", "2", "3", etc.
Is it possible to reference
1 - The number of points in a series
2 - An individual point
3 - Whether or not the series has a line
My goal is to make the points and line in a series invisible, at the choice
of the user.
I have Vin's suggestion of re-building the underlying SQL, and
re-retrieving, but that might be slow sometimes, and I'd just like to know
how to reference parts of a graph, on general principles. I've looked at
the items that come up when I enter Graph20. in the VB script area, but
nothing leaps out. I'm not educated in uses of OLE objects. Perhaps
someone could point me to some literature about that, in general? How one
gets command of a given OLE object?
on it. The series names, as seen when I double click on the graph, are
"Bonus," "Language," "Safety" and "Combined." The points on the line are
"B","1", "2", "3", etc.
Is it possible to reference
1 - The number of points in a series
2 - An individual point
3 - Whether or not the series has a line
My goal is to make the points and line in a series invisible, at the choice
of the user.
I have Vin's suggestion of re-building the underlying SQL, and
re-retrieving, but that might be slow sometimes, and I'd just like to know
how to reference parts of a graph, on general principles. I've looked at
the items that come up when I enter Graph20. in the VB script area, but
nothing leaps out. I'm not educated in uses of OLE objects. Perhaps
someone could point me to some literature about that, in general? How one
gets command of a given OLE object?