Component: Bar meter (Misc): Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 16: | Line 16: | ||
==Component Source Code== | ==Component Source Code== | ||
Please click here to download the component source project: [https://www.flowcode.co.uk/wikicopy/componentsource/FC_Comp_Source_bargraph.fcfx FC_Comp_Source_bargraph.fcfx] | |||
Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_bargraph.fcfx FC_Comp_Source_bargraph.fcfx] | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_bargraph.fcfx FC_Comp_Source_bargraph.fcfx] | ||
==Detailed description== | ==Detailed description== | ||
| Line 30: | Line 34: | ||
==Examples== | ==Examples== | ||
| Line 40: | Line 46: | ||
==Macro reference== | ==Macro reference== | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | |||
|- | |||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | |||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''GetValue''' | |||
|- | |||
| colspan="2" | Gets the bar graphs value | |||
|- | |||
|- | |||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-f32-icon.png]] - FLOAT | |||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | |||
|} | |||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | |||
|- | |||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | |||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetValue''' | |||
|- | |||
| colspan="2" | | |||
|- | |||
|- | |||
| width="10%" align="center" | [[File:Fc9-f32-icon.png]] - FLOAT | |||
| width="90%" | Value | |||
|- | |||
| colspan="2" | | |||
|- | |||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | |||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | |||
|} | |||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | |||
|- | |||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | |||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetTitle''' | |||
|- | |||
| colspan="2" | | |||
|- | |||
|- | |||
| width="10%" align="center" | [[File:Fc9-string-icon.png]] - STRING | |||
| width="90%" | Title | |||
|- | |||
| colspan="2" | Title text to show on the graph | |||
|- | |||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | |||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | |||
|} | |||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | |||
|- | |||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | |||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''ShowScale''' | |||
|- | |||
| colspan="2" | | |||
|- | |||
|- | |||
| width="10%" align="center" | [[File:Fc9-bool-icon.png]] - BOOL | |||
| width="90%" | Show | |||
|- | |||
| colspan="2" | True to show scale, else false | |||
|- | |||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | |||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | |||
|} | |||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | |||
|- | |||
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]] | |||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''SetRange''' | |||
|- | |||
| colspan="2" | Sets the range of the graph | |||
|- | |||
|- | |||
| width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT | |||
| width="90%" | Min | |||
|- | |||
| colspan="2" | Min (start) value | |||
|- | |||
| width="10%" align="center" | [[File:Fc9-s16-icon.png]] - INT | |||
| width="90%" | Max | |||
|- | |||
| colspan="2" | Maximum (end) value | |||
|- | |||
| width="10%" align="center" style="border-top: 2px solid #000;" | [[File:Fc9-void-icon.png]] - VOID | |||
| width="90%" style="border-top: 2px solid #000;" | ''Return'' | |||
|} | |||
==Property reference== | |||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | |||
|- | |||
| width="10%" align="center" style="background-color:#D8C9D8;" | [[File:Fc9-prop-icon.png]] | |||
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''Properties''' | |||
|- | |||
|}==Macro reference== | |||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
Revision as of 15:25, 20 January 2023
| Author | |
| Version | 1.0 |
| Category | Misc |
Bar meter component
A simple bar meter showing a scale and value
Component Source Code
Please click here to download the component source project: FC_Comp_Source_bargraph.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_bargraph.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
| GetValue | |
| Gets the bar graphs value | |
| Return | |
| SetValue | |
| Value | |
| Return | |
| SetTitle | |
| Title | |
| Title text to show on the graph | |
| Return | |
| ShowScale | |
| Show | |
| True to show scale, else false | |
| Return | |
| SetRange | |
| Sets the range of the graph | |
| Min | |
| Min (start) value | |
| Max | |
| Maximum (end) value | |
| Return | |
Property reference
| Properties |
==Macro reference==
| GetValue | |
| Gets the bar graphs value | |
| Return | |
| SetValue | |
| Value | |
| Return | |
| SetTitle | |
| Title | |
| Title text to show on the graph | |
| Return | |
| ShowScale | |
| Show | |
| True to show scale, else false | |
| Return | |
| SetRange | |
| Sets the range of the graph | |
| Min | |
| Min (start) value | |
| Max | |
| Maximum (end) value | |
| Return | |
Property reference
| Properties |
==Macro reference==
| GetValue | |
| Gets the bar graphs value | |
| Return | |
| SetValue | |
| Value | |
| Return | |
| SetTitle | |
| Title | |
| Title text to show on the graph | |
| Return | |
| ShowScale | |
| Show | |
| True to show scale, else false | |
| Return | |
| SetRange | |
| Sets the range of the graph | |
| Min | |
| Min (start) value | |
| Max | |
| Maximum (end) value | |
| Return | |
Property reference
| Properties |