Chart.add
void add(double val, string label = null, uint col = 0)Adds a data value to the chart.
Parameters
val | The data value |
label | Optional label for this value |
col | Optional color for this value (0 for default) |
void add(double val, string label = null, uint col = 0)Adds a data value to the chart.
val | The data value |
label | Optional label for this value |
col | Optional color for this value (0 for default) |