Jump to content

Component: Bubble Chart (Charts)

From Flowcode Help
Revision as of 14:36, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder"")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Author Steve Tandy
Version 2.0
Category Charts


Bubble Chart component

A 2d bubble chart component.

Component Source Code

Please click here to download the component source project: FC_Comp_Source_ChartBubble.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_ChartBubble.fcfx

Detailed description

No detailed description exists yet for this component

Examples

No additional examples






Macro reference

AddPoint

AddPoint
Add a data bubble to the selected data series. 
- STRING Category
The category name for the data point 
- FLOAT X
The X coordinate of the data point 
- FLOAT Y
The Y coordinate of the data point 
- FLOAT Value
The value of the data point bubble 
- VOID Return


Clear

Clear
Resets the XY chart and removes all data points. 
- VOID Return


Property reference

Properties
Appearance
Style
 
Title
 
Marker Shape
 
Fill Gradient
 
Transparency
 
Bubble Scale
 
X-axis
Name
 
Show Grid
 
Auto-scale
 
Start
 
End
 
Logarithmic
 
Y-axis
Name
 
Show Grid
 
Auto-scale
 
Start
 
End
 
Logarithmic
 
Data Labels
Show Category
 
Show Value
 
Angle
 
Legend
Position
 
Draw Border