[]
The Bubble class contains properties specific to Bubble charts.
[TypeConverter(typeof(Bubble.TypeConverter))]
public class Bubble : c1SpecialData
The Bubble class and its properties are only used for bubble charts. It is returned by the Bubble property of a ChartGroup.
Name | Description |
---|---|
EncodingMethod | Gets or sets the method used for calculating bubble size in a bubble chart. |
MaximumSize | Gets or sets the maximum bubble size in a bubble chart. |
MinimumSize | Gets or sets the minimum bubble size in a bubble chart. |