I am using MSChart (XY Scatter) in VB5. I can't seem to put a marker at a specific data point. I am trying to use the following code:
MSChart1.Plot.SeriesCollection.Item(1).DataPoints.Item(1).Marker.Visible = True

But I keep getting an error saying the index is invalid, when I know the data is there!
Can anyone help me? Is it a problem with VB5?
Thanks,
Chris Foley,
[email protected]