The Bargraph widget displays the given value in relation to it’s min and max value. Via the background property the user can change the color of the Bar to his liking. Also brushes are supported.
| Name | Type | Default |
|---|---|---|
| value | Numeric | 75 |
| max | Numeric | 100 |
| min | Numeric | 0 |
| background | Brush | BBrush.makeRadialGradient(new Stop[] {BBrush.stop(0, BColor.make(\"#00ff00\")), BBrush.stop(100.0, BColor.red) }) |
| orientation | BOrientation | BOrientation.vertical |
Copyright © 2022-2025 OpenAutomationSystem GmbH. All rights reserved.