DynaChart2D class, available in: Framsticks Theater2D Line chart (visual object). Can be used as the client object in the Window.This class has 4 members:
sdleiF
int memory1 .. 1000
default=100
memorymaximum number of (x,y) pairs drawn in the graph.
snoitcnuF
function add(float x_coordinate, float y_coordinate)doesn't return a valueaddadd (x,y) values for the next graph point
function clear()doesn't return a valueclear
function new()returns DynaChart2Dcreate new DynaChart2D
Global context>>Experiment definition>>Command line interface>>Framsticks Theater