コード例 #1
0
ファイル: MainView.java プロジェクト: BlueLover-zm/fs_test
 public void setLegendYPosition(int parseInt) {
   if (graph == null) {
     return;
   }
   graph.setLegendYBase(parseInt);
 }