OAS Logo

OAS Bargraph Widget

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.

Bargraph vertical
Bargraph horizontal

Slots

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