Sets or returns whether the data labels will contain the series name.

 public boolean ContainsSeriesName{ get; set; }
Public Property ContainsSeriesName() As Boolean

This defaults to false when creating a new Series.
The data label is considered disabled if this and ContainsBubbleSize, ContainsCategoryName, ContainsValue, and ContainsValueAsPercentage are all false.