TBubbleSeries.AddBubble

TBubbleSeries.AddBubble
TBubbleSeries

function AddBubble(Const AX, AY, ARadius: Double; Const AXLabel: String; AColor: TColor): Integer;

Unit
BubbleCh

Description
The AddBubble method appends a new Bubble point to the series points.
The Bubble point is assigned to be at AX,AY coordinates and have ARadius, Label and Color parameters.

You can
optionally specify clTeeColor as Color parameter to draw it using a predefined color.

The Label parameter is
optional, and its used to draw Axis Labels, Bubble Marks and Legend.