コード例 #1
0
 /** Shows a grid line for every y axis major tickmark. */
 public void setShowMajorYGrid(boolean showGrid) {
   yaxis.setShowMajorGrid(showGrid);
   if (!showGrid) {
     setShowMinorYGrid(showGrid);
   }
 }