예제 #1
0
 /**
  * Sets the type of chart to the constant SCATTERPLOT
  *
  * @return true of set correctly;
  */
 public boolean SetChartType() {
   super.SetChartType(ChartType.BARCHART);
   return true;
 }