예제 #1
0
파일: Graph.cs 프로젝트: ErnadS/LogPlotter
 public void setShown_Y(float yMin, float yMax)
 {
     projection.setRangeY(yMin, yMax);
 }
예제 #2
0
파일: Graph.cs 프로젝트: ErnadS/LogPlotter
 public void SetRangeY(float yMin, float yMax)
 {
     Projection.setRangeY(yMin, yMax);
 }