DynaChart2D class in Command line interface

2D Line chart (visual object). Can be used as the client object in the Window.

4 members:

integer memory
integer, 1 .. 1000
default=100

memory

maximum number of (x,y) pairs drawn in the graph.

function add
doesn't return a value

add

function add(float x_coordinate, float y_coordinate)

add (x,y) values for the next graph point

function clear
doesn't return a value

clear

function clear()
function new
returns DynaChart2D

create new DynaChart2D

function new()

Global context>>Experiment definition>>Command line interface