Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Sets or returns a range formula that determines the size of the bubbles in a bubble chart.

Bubble size is a way to illustrate a z-dimension on a chart. Every element in the series should have its own bubble that will be plotted on the graph. To give the bubble a numeric size, this method requires you to select a range of numeric values.

The output size of the bubbles will be a ratio between the smallest and largest bubble size values. For example, if the bubble sizes are 20, 20, and 20, all the bubbles will be the same size. However, if the values are 100, 2, and 1, the first bubble will be very large, the third extremely small, and the second two times as large as the third.

Signature
C#
C#
 public System.String BubbleSizes{ get; set; }

...