THE OBJECT SHAPE NUMBER N DISPLAYS DATA AS POINTS
ACTION
The command CHART_LINE N changes the graphic displayed by the object CHART number N, which becomes points.
By default, a CHART displays a line.
SYNTAX:
CHART_POINT N
USE ERROR EXAMPLE
chart 1
chart_point 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_POINT
CHART_POINT N
SEE ALSO
CHART
CHART_BAR
CHART_LINE