Overload List

public override Void Add(System.Data.DataView)

Adds a new Bubble point to the Series Points List and color.

public Int32 Add(System.Double, System.Double, System.Double, System.Drawing.Color)

Adds a new Bubble point to the Series Points List.

public Int32 Add(System.Double, System.Double, System.Double)

Adds a new Bubble point to the Series Points List and label.

public Int32 Add(System.Double, System.Double, System.Double, System.String)

Adds a new Bubble point to the Series Points List, label and color.

public Int32 Add(System.Double, System.Double, System.Double, System.String, System.Drawing.Color)

Remarks


The AddBubble method appends a new Bubble point to the Series Points List. The Bubble point is assigned to be at AX, AY coordinates and have ARadius, Label and Color parameters. The Label parameter is used to draw Axis Labels, Bubble Marks and Legend.  

See Also

Bubble Class | Bubble Members | Steema.TeeChart.Styles Namespace