Area Series Quesion
Posted: Fri Jun 04, 2004 6:26 pm
Sorry this is a duplicate that I just posted on the newsgroup. I just found the lic/pass - sorry...
1) How do I turn off the Area Lines in an area series? I tried lines below
but it fails...
Chart2.Series(1).AreaLines.Visible = False
Chart2.Series(1).asArea.Lines.Visible = False
2) Can I make the area filled under the series transparent? Attempts below
fail...
Chart2.Series(1).asArea.Transparent = 50
Thanks,
Don
1) How do I turn off the Area Lines in an area series? I tried lines below
but it fails...
Chart2.Series(1).AreaLines.Visible = False
Chart2.Series(1).asArea.Lines.Visible = False
2) Can I make the area filled under the series transparent? Attempts below
fail...
Chart2.Series(1).asArea.Transparent = 50
Thanks,
Don