Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns whether the data label will contain the bubble size. This will only be displayed in bubble charts.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns whether the data label will contain the bubble size. This will only be displayed in bubble charts.{excerpt}
{signature:C#}
 public boolean ContainsBubbleSize{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property ContainsBubbleSize() As Boolean
Remarks
This defaults to false when creating a new Series.
The data label is considered disabled if this and ContainsCategoryName, ContainsSeriesName, ContainsValue, and ContainsValueAsPercentage are all false.
If the series category type is not a bubble chart, this has no effect.
{signature}
{remarks}
This defaults to false when creating a new Series.
The data label is considered disabled if this and [ContainsCategoryName|SeriesDataLabel.ContainsCategoryName], [ContainsSeriesName|SeriesDataLabel.ContainsSeriesName], [ContainsValue|SeriesDataLabel.ContainsValue], and [ContainsValueAsPercentage|SeriesDataLabel.ContainsValueAsPercentage] are all false.
If the series category type is not a bubble chart, this has no effect.
{remarks}