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 (y) value for the data point as a percentage. Only doughnut and pie charts can dispay values as percentages.

Signature
C#
C#
 public boolean ContainsValueAsPercentage{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property ContainsValueAsPercentage() 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], [ContainsSeriesName|SeriesDataLabel.ContainsSeriesName], and [ContainsValue|SeriesDataLabel.ContainsValue] are all false.
If the series category type is not a pie or doughnut chart, then this property has no effect.
{remarks}
Remarks

This defaults to false when creating a new Series.
The data label is considered disabled if this and ContainsBubbleSize, ContainsCategoryName, ContainsSeriesName, and ContainsValue are all false.
If the series category type is not a pie or doughnut chart, then this property has no effect.