Series unchek

  • Thread starter Thread starter Ricky
  • Start date Start date
R

Ricky

Hi to all,
I have a graph show in subform in my access application. I want to unchek
some series in graphs pass throught VBA, is it possible?

Another question: Where can I find a list of OCcommands to pass in comands
property of my graphs?

thanks.
--
***************************

Ricky
Analista Programmatore
Software Projects
http://www.softwareprojects.it
 
Stefan, thanks for your reply, I saw the documentation at link that you sent
me but it isn't enough. Do you know how I can hide a serie in series
collection on my graph using VBA?


--
***************************

Ricky
Analista Programmatore
Software Projects
http://www.softwareprojects.it
 
hi Ricky,
Stefan, thanks for your reply, I saw the documentation at link that you sent
me but it isn't enough. Do you know how I can hide a serie in series
collection on my graph using VBA?
You need to dig into the object model. At least you can store the series
into a temporary variable and remove it.


mfG
--> stefan <--
 
Stefan,

I need all series in the graph, so I used a little trick. I paint the color
of line and interior of the series that I don't want to show as the
background color of graph and it work good.

Thanks for your help.

--
***************************

Ricky
Analista Programmatore
Software Projects
http://www.softwareprojects.it
 
Back
Top