button={ label=QUIT action=QUIT }
vbox={ name=noborder
message={ value="Below is a graph object." }
message={ value="You can adjust the scrollbars individually with the" }
message={ value="mouse, or hold down the meta key to ""draw"". " }
graph={ nsamp=50 action="PRINT $val" max=100 min=0 format="%.0f" 
	value=50 
        label=""
	orientation=vertical
	foreground=red
        height=10 width=300 }
}
button={ label="Reset values" action="ASSIGN graph1 50" }
button={ label="Print values" action="PRINT $graph1" }
