Example #1
0
 /**
  * Returns the maximal number of charts possible to store in the history.
  *
  * @return the maximal number of charts possible to store in the history
  */
 public int getMaxSizeOfHistory() {
   return chartMedi.getMaxSizeOfHistory();
 }