TBubbleSeries.RadiusValues

TBubbleSeries.RadiusValues
TBubbleSeries

property RadiusValues: TChartValueList;

Unit
BubbleCh

Description
The RadiusValues property is a dynamic array that stores each Bubble point Radius value.
You can change Radius values by using the RadiusValues.Value[] array of doubles property:

BubbleSeries1.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.