Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Sets or returns whether the data labels will contain the series name.{excerpt}
{signature:C#}
 public boolean ContainsSeriesName{ get; set; }
{signature}{signature:vb.net}
Public Property ContainsSeriesName() As Boolean
{signature}
{remarks}
This defaults to false when creating a new Series.
The data label is considered disabled if this and [ContainsBubbleSize|SeriesDataLabel.ContainsBubbleSize], [ContainsCategoryName|SeriesDataLabel.ContainsCategoryName], [ContainsValue|SeriesDataLabel.ContainsValue], and [ContainsValueAsPercentage|SeriesDataLabel.ContainsValueAsPercentage] are all false.
{remarks}