public ValueList RadiusValues {get; set;}
Remarks
The RadiusValues property is a TList object that stores each Bubble point Radius value. You can change Radius values by using the RadiusValues.Value[] array of doubles property:
Example
This sets the first bubble point radius to 45.1
Use AddBubble and Delete methods to add and delete points.
[C#]
((Steema.TeeChart.Styles.Bubble)tChart1.Series[0]).RadiusValues.Value[0] = 45.1;
See Also
Bubble Class | Bubble Members | Steema.TeeChart.Styles Namespace