Exemple #1
0
 /**
  * Adds a given number to the series and immediately updates the chart if it already has been
  * drawn. If the chart has not yet been drawn all items are added to the chart when it is drawn
  * the first time.
  *
  * @param number the number to be added to the series
  */
 public void addData(Number number) {
   addData(number, true, false);
 }