Separator Property Example

This example changes the data-label separator character for the specified series.

Set dl = ChartSpace1.Charts(0).SeriesCollection(0).DataLabelsCollection.Add
dl.HasCategoryName = True
dl.Separator = ":"