| 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:
chSet ('type' 'Bar')('array' (2 2½3 4 5 6))
chRun
... is exactly the same as:
chBar 2 2½3 4 5 6
See also ...
Array chart data array
TypeOfChart chart type