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

...

Description

Excerpt

Sets or returns whether series data labels will contain the category name (x value).

Signature
C#
C#
 public boolean ContainsCategoryName{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property ContainsCategoryName() 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], [ContainsSeriesName|SeriesDataLabel.ContainsSeriesName], [ContainsValue|SeriesDataLabel.ContainsValue], and [ContainsValueAsPercentage|SeriesDataLabel.ContainsValueAsPercentage] are all false.
If the series category type is a scatter or bubble chart, then this property corresponds to the 'X Value' option under 'Label Contains' in Excel.
{remarks}
Remarks

This defaults to false when creating a new Series.
The data label is considered disabled if this and ContainsBubbleSize, ContainsSeriesName, ContainsValue, and ContainsValueAsPercentage are all false.
If the series category type is a scatter or bubble chart, then this property corresponds to the 'X Value' option under 'Label Contains' in Excel.