Hi,
Does anyone know the syntax for formatting a chart series plot line as 'round dot'.
I've tried all sorts of variations and additions to
with no luck and most unhelpfully the macro recorder is no use.Code:Activechart.SeriesCollection(2).format. .......
Also tried intellisensing via the MS help, but it must be me since no help is forthcoming. I've seen references by Andy and Jon in other areas of the web which seem to suggest some are harder to discover than others.
Is there a document anywhere which summarises this sort of stuff?
Usual TIA
Richard Buttrey
If this was useful then please rate it appropriately.
Click the small star iconat the bottom left of my post.
Ah.... re the last post.
I've found the syntax....
seems to work. Now all I want to find is the instruction that sets the width of the dots.....Code:Activechart.SeriesCollection(2).Format.Line.Dashstyle=msolinerounddot
Rgds
Richard Buttrey
If this was useful then please rate it appropriately.
Click the small star iconat the bottom left of my post.
try,
Code:objSeries.Format.Line.Weight = 12
Cheers Andy,
Richard Buttrey
If this was useful then please rate it appropriately.
Click the small star iconat the bottom left of my post.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks