K
konsti
Hi everybody,
I´m working on a very special and quite tricky line chart of the type
"ScatterSmoothLineMarkers" with partialy hidden line segments and also
partialy hidden markers. Furthermore only one Line shall have data
labels in a top-bottom orientation. The whole programming is in VBScript
via ASP script.
The problem with the hidden line segments is solved.
But i´m unable to hide the Markers.
Does anyone know of attributes of the .charts(0).seriescollection(0).points-
object that allows markers to be hidden individualy or can i only
deactivate them for the data-line line?
I tried the (for me) obvious combination
..charts(0).seriescollection(0).points(x).Marker.Color=c.chcolornone
But it didn't work.
Still i´m looking for a sollution for enabling and setting the
orientation of the data labels.
Does anyone have some hints for me, or tell me where to find more info,
further reading, web-links, etc.?
Thanks a lot
Konsti
I´m working on a very special and quite tricky line chart of the type
"ScatterSmoothLineMarkers" with partialy hidden line segments and also
partialy hidden markers. Furthermore only one Line shall have data
labels in a top-bottom orientation. The whole programming is in VBScript
via ASP script.
The problem with the hidden line segments is solved.
But i´m unable to hide the Markers.
Does anyone know of attributes of the .charts(0).seriescollection(0).points-
object that allows markers to be hidden individualy or can i only
deactivate them for the data-line line?
I tried the (for me) obvious combination
..charts(0).seriescollection(0).points(x).Marker.Color=c.chcolornone
But it didn't work.
Still i´m looking for a sollution for enabling and setting the
orientation of the data labels.
Does anyone have some hints for me, or tell me where to find more info,
further reading, web-links, etc.?
Thanks a lot
Konsti