TBubbleSeries.Squared
TBubbleSeries
property Squared: Boolean;
Unit
BubbleCh
Description
Default value: True
The Squared property determines how Bubble size is calculated.
By default, the horizontal and vertical Bubble sizes are equal to each Bubble's radius.
When Squared is False, Bubble horizontal and vertical sizes are calculated independently based on Series axis scales.
Series1.Squared := False ;