IBubbleSeries.RadiusValues
IBubbleSeries
property RadiusValues: IValueList;
Type Library
TeeChartx
Description
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 [Visual Basic]:
TChart1.Series(0).asBubble.RadiusValues.Value(0) = 45.1
This sets the first bubble point radius to 45.1
Use AddBubble and Delete methods to add and delete points.