Search Locate Previous Next Contents

chRun – run with preset array and type

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


Continue to: chSeries – name each data series
© Copyright Causeway Graphical Systems Ltd 2003