Difference between revisions of "Component: Gauge ( Indicator)"

From Flowcode Help
Jump to navigationJump to search
 
Line 5: Line 5:
 
|-
 
|-
 
| width="20%" style="color:gray;" | Version
 
| width="20%" style="color:gray;" | Version
| 0.1
+
| 1.0
 
|-
 
|-
 
| width="20%" style="color:gray;" | Category
 
| width="20%" style="color:gray;" | Category
Line 15: Line 15:
 
Creates a circular gauge used to visually indicate a numeric value.
 
Creates a circular gauge used to visually indicate a numeric value.
  
==Component Source Code==
+
==Version information==
  
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_WEBEXP_Gauge.fcsx FC_Comp_Source_WEBEXP_Gauge.fcsx]
+
Library Version, Component Version, Date, Author, Info
 +
  
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_WEBEXP_Gauge.fcsx FC_Comp_Source_WEBEXP_Gauge.fcsx]
 
  
 
==Detailed description==
 
==Detailed description==
Line 214: Line 214:
 
| colspan="2" |  
 
| colspan="2" |  
 
|}
 
|}
 +
 +
==Component Source Code==
 +
 +
Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_WEBEXP_Gauge.fcsx FC_Comp_Source_WEBEXP_Gauge.fcsx]
 +
 +
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_WEBEXP_Gauge.fcsx FC_Comp_Source_WEBEXP_Gauge.fcsx]

Latest revision as of 08:59, 9 June 2025

Author MatrixTSL
Version 1.0
Category Indicator


Gauge component

Creates a circular gauge used to visually indicate a numeric value.

Version information

Library Version, Component Version, Date, Author, Info


Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Macro reference

GetValue

Fc9-comp-macro.png GetValue
 
Fc9-f32-icon.png - FLOAT Return


SetValue

Fc9-comp-macro.png SetValue
 
Fc9-f32-icon.png - FLOAT value
 
Fc9-void-icon.png - VOID Return


Property reference

Fc9-prop-icon.png Properties
Fc9-conn-icon.png Data
Fc9-type-10-icon.png Title
Caption for the gauge 
Fc9-type-15-icon.png Value
 
Fc9-conn-icon.png Scale
Fc9-type-15-icon.png Lower Bound
Minimum value for the scale 
Fc9-type-15-icon.png Upper Bound
Maximum value for the scale 
Fc9-type-16-icon.png Major Ticks
The number of major ticks on the scale 
Fc9-type-21-icon.png Minor Ticks
The number of minor ticks per major tick 
Fc9-type-12-icon.png Show Labels
Show values for the labels 
Fc9-type-16-icon.png Decimals
 
Fc9-conn-icon.png Style
Fc9-type-12-icon.png Style
 
Fc9-type-2-icon.png Outline
 
Fc9-type-2-icon.png Frame
 
Fc9-type-2-icon.png Inner Frame
 
Fc9-type-2-icon.png Face
 
Fc9-type-1-icon.png Minor Ticks
 
Fc9-type-1-icon.png Major Ticks
 
Fc9-type-2-icon.png Pointer Outline
 
Fc9-type-2-icon.png Pointer Fill
 
Fc9-type-2-icon.png Cap Outline
 
Fc9-type-2-icon.png Cap Fill
 
Fc9-type-1-icon.png Caption
 
Fc9-type-1-icon.png Value
 
Fc9-type-1-icon.png Scale
 
Fc9-conn-icon.png Coloured Ranges
Fc9-type-16-icon.png Number of Ranges
 
Fc9-conn-icon.png Advanced
Fc9-type-10-icon.png Custom Attributes
 

Component Source Code

Please click here to download the component source project: FC_Comp_Source_WEBEXP_Gauge.fcsx

Please click here to view the component source code (Beta): FC_Comp_Source_WEBEXP_Gauge.fcsx