Chart.insert
void insert(int index, double val, string label = null, uint col = 0)Inserts a data value at a specific index.
Parameters
index | Index to insert at (1-based) |
val | The data value |
label | Optional label for this value |
col | Optional color for this value (0 for default) |