THE OBJECT SHAPE NUMBER N DISPLAYS DATA AS LINE
ACTION
The command CHART_LINE N changes the graphic displayed by the object CHART number N, which becomes a line.
By default, a CHART displays a line.
SYNTAX:
CHART_LINE N
USE ERROR EXAMPLE
chart 1
chart_bar 1
item_add 1,"1,1"
item_add 1,"2,2"
item_add 1,"3,3"
item_add 1,"3.5,4"
item_add 1,"4,5"
item_add 1,"4.5,6"
wait 1000
chart_line 1
item_add 1,"1,1"
item_add 1,"2,2"
item_add 1,"3,3"
item_add 1,"3.5,4"
item_add 1,"4,5"
item_add 1,"4.5,6"
CHART_LINE
CHART_LINE N
SEE ALSO
CHART
CHART_BAR
CHART_POINT