| Search Locate Previous Next | Contents |
This function simply calls the appropriate plotting routine with the current value of the chart data array property as argument. For example:
ch.Set ('type' 'Bar')('array' (2 2½3 4 5 6))
ch.Run
... is exactly the same as:
ch.Bar 2 2½3 4 5 6
See also ...
Array chart data array
TypeOfChart chart type