HasValue Property Example
This example sets the data labels for the specified series to display their y-axis values.
Set dl = ChartSpace1.Charts(0).SeriesCollection(0).DataLabelsCollection(0) dl.HasValue = True