Void IDygraphComponent.AddSeries(IDictionary<Double, Double> values, String label, String color)
Adds a serie to the chart.
Examples
Parameters
-
values
Type: IDictionary<Double, Double>
Pairs of values on the x axis and y axis.
-
label
Type: String
Label of the serie.
-
color
Type: String
Color of the serie of the same form as in a .css file (#AABBCC, rgb(255, 100, 120)
or "yellow").