The Bubble class contains properties specific to Bubble charts.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[TypeConverterAttribute(typeof(Bubble..::..TypeConverter))]
public class Bubble : c1SpecialData
Visual Basic
<TypeConverterAttribute(GetType(Bubble..::..TypeConverter))> _
Public Class Bubble _
	Inherits c1SpecialData

Remarks

The Bubble class and its properties are only used for bubble charts. It is returned by the Bubble property of a ChartGroup.

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Chart..::..c1SpecialData
    C1.Win.C1Chart..::..Bubble

See Also