Adds a serie to the chart.
Declaration Syntax
public void AddSeries(IDictionary<double, double> values, string label, string color)
Parameters
- values(IDictionary<double, double>)
Pairs of values on the x axis and y axis.
- label(string)
Label of the serie.
- color(string)
Color of the serie of the same form as in a .css file (#AABBCC, rgb(255, 100, 120) or "yellow").