1.5.1
- add
chart.add_value_by_index(int serie_index, double value)
method, to add a value to a serie given its serie_index (unlikechart.add_value()
which takes the serie as argument)
chart.add_value_by_index(int serie_index, double value)
method, to add a value to a serie given its serie_index (unlike chart.add_value()
which takes the serie as argument)