IBubbleSeries
Hierarchy Properties Methods
Type Library
TeeChartx
Description
Follow this link for a visual representation of this Series type.
The BubbleSeries class outputs all points as "bubbles", each one with a different bubble radius value.
Set the ParentChart property to the desired Chart class. Use the AddBubble method to manually fill area points.
Right-click the class at design-time to access the DataSource Wizard Dialog to connect the Series to another Series or to any Table or Query class.
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 PointSeries ancestor description for all common Series properties like Marks, Axis dependence, Pointers and events.