Data labels on chart

R

Rita

How do I remove data labels on a chart series in a data
chart?

I can apply them with

Me.plot.SeriesCollection(1).Points(I).ApplyDataLabels

where (I) is the data point.

But I want to clear the label.

And in general - where do I fint VBA help for Graph9?
 
Top