Bubble
BubbleSeries are used to visualize data points as points with coordinates and size defined by their items' values. You might think of a Bubble chart as a variation of the Scatter chart, in which the data points are replaced with bubbles.
Initial Setup
Figure 1: Initial Setup
Here are some of the important properties of BubbleSeries:
XValueMember: If a DataSource is set, the property determines the name of the field that holds the XValue.
YValueMember: If a DataSource is set, the property determines the name of the field that holds the YValue.
ValueMember: If a DataSource is set, the property determines the name of the field that holds the Value.
AutoScale: Defines whether the size of the bubbles is calculated automatically by the chart engine or by the Scale property.
Scale: Specifies a fixed scale for the relation between the size of the bubbles and their value when the AutoScale property is set to false.
AutoScaleMaxWidth: The maximum size in pixels of a single bubble when AutoScale is true.