graphData | |||||||
Type | property | ||||||
Dictionary | widget.linegraph | ||||||
Library | Line Graph | ||||||
Syntax |
| ||||||
Associations | com.livecode.widget.linegraph | ||||||
Summary | The data displayed by the graph. | ||||||
Example |
| ||||||
Values |
| ||||||
Description | The graphData is the data to be displayed by the graph widget. Each line of the graphData should be a a comma delimited list. The first item of each line is the label for that point on the x-axis. The second and following items are the values for each series of data to plot. |