ProgressBar
Standalone histogram horizontal/vertical.It fill the rectangular area of the component, of a calculated quantity, on the basis of the value of a variable with reference to the limits set.It has the following properties:
- background: background color of the component.
- barColor: color of progress bar.
- borderColor: border color
- borderSize: border size
- Enable: it allows to enable or not enable the visualisation of this element. If enable is not specifiedm it will be always visible. It is possible use both PLC label, the locar variables.
- label: label containing the value to represent
- min: extreme left if horizontal or inferior if vertical (usually used for minimum)
- max: extreme right if horizontal or superior if vertical (usually used for maximum)
- color: color bar graph
- Orientation: it shows if progress bar is horizontal (it fills from left to right) or vertical ( it fills from down to up).