Part of the Samples Website. 8/16/97.

samples.basicStuff.driveBarChart

«Illustrates the use of UserLand's BarChart demo app
if not app.start ("BarChart") «try starting up the BarChart application
return (false)
app.bringToFront ()
BarChart.newWindow (4, "Temperatures in Redwood City", "° F");
BarChart.setBar (1, "Jan", 54) «set the label of bar 1 to Jan, value to 54
BarChart.setBar (2, "Apr", 67)
BarChart.setBar (3, "Jul", 82)
BarChart.setBar (4, "Oct", 73)
return (true)


This page was last built on Sat, Aug 16, 1997 at 6:35:03 PM. You can download the current set of sample scripts from our FTP site. Dave