add_value_by_index


Description:

[ Version ( deprecated = true , deprecated_since = "1.7.0" , replacement = "Retrieve the Serie from Chart.series and add the value using serie.add" ) ]
public void add_value_by_index (int serie_index, double value) throws ChartError

Warning: add_value_by_index is deprecated since 1.7.0. Use Retrieve the Serie from Chart.series and add the value using serie.add.