Jump to content

Component: Bubble Chart (Charts): Difference between revisions

From Flowcode Help
m Text replacement - "style="background-color:#EAE1EA; color:#4B008D;"" to "class="mtx-class-propfolder""
m Text replacement - "style="background-color:#EAE1EA;"" to "class="mtx-class-propfolder""
 
Line 145: Line 145:
|-
|-
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" class="mtx-class-propfolder" | Appearance
| width="90%" class="mtx-class-propfolder" | Appearance
|-
|-
Line 179: Line 179:
| colspan="2" |  
| colspan="2" |  
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" class="mtx-class-propfolder" | X-axis
| width="90%" class="mtx-class-propfolder" | X-axis
|-
|-
Line 213: Line 213:
| colspan="2" |  
| colspan="2" |  
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" class="mtx-class-propfolder" | Y-axis
| width="90%" class="mtx-class-propfolder" | Y-axis
|-
|-
Line 247: Line 247:
| colspan="2" |  
| colspan="2" |  
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" class="mtx-class-propfolder" | Data Labels
| width="90%" class="mtx-class-propfolder" | Data Labels
|-
|-
Line 266: Line 266:
| colspan="2" |  
| colspan="2" |  
|-
|-
| width="10%" align="center" style="background-color:#EAE1EA;" | [[File:Fc9-conn-icon.png]]
| width="10%" align="center" class="mtx-class-propfolder" | [[File:Fc9-conn-icon.png]]
| width="90%" class="mtx-class-propfolder" | Legend
| width="90%" class="mtx-class-propfolder" | Legend
|-
|-

Latest revision as of 14:36, 13 July 2026

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