custom line drawing in owc line charts

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
 
T

Thao Moua [ms]

There is no way to access the markers. If you just want
to hide the marker then you can always switch the series'
Type back and forth between chChartTypeLine and
chChartTypeLineMarkers. This will add/remove the markers
but keep the series segment formattins.

Thao Moua
OWC Webchart Support

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top