Chart.add

void add(double val, string label = null, uint col = 0)

Adds a data value to the chart.

Parameters

valThe data value
labelOptional label for this value
colOptional color for this value (0 for default)