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 the data label will contain the actual (y) value for the data point.

Signature
C#
C#
 public boolean ContainsValue{ get; set; }
Signature
vb.net
vb.net
Public Property ContainsValue() As Boolean
Remarks

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