TBubbleSeries

TBubbleSeries
Hierarchy     Properties     Methods     Events     

Series with different point dimensions.




Unit
BubbleCh

Description
The Bubble series outputs all points as "bubbles", each one with a different bubble radius value.
To see a visual representation of this Series type, go to the TeeChart User Guide.

Set the
ParentChart property to the desired Chart component.

Use the
AddBubble method to manually fill bubble points:

Series1.AddBubble( 100, 100, 50 );

All radius values are stored at RadiusValues property.

The
Pointer property determines all formatting attributes.

By default, the radius values are expressed in vertical axis coordinates.
Set the
Squared property to False to calculate bubble heights in vertical coordinates and bubble widths in horizontal coordinates.

Please refer to
TPointSeries ancestor description for all common Series properties like Marks, Axis dependence, Pointers and events.