Search Locate Previous Next Contents

ch.Run – 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:

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


Continue to: ch.Series – name each data series
© Copyright Causeway Graphical Systems Ltd 2003