Пример #1
0
 /**
  * Sets the size for the history.
  *
  * @param size_history Size for the history length; must be between 1 and 100
  */
 public void setMaxSizeForHistory(int size_history) {
   chartMedi.setMaxSizeForHistory(size_history);
 }