コード例 #1
0
ファイル: Axes2D.cs プロジェクト: pythonidmanyurdu/ironlab
 /// <summary>
 /// Set the innermost bottom X Axis and innermost left Y Axis to have equal scales.
 /// </summary>
 public void SetAxesEqual()
 {
     EqualAxes = new AxisPair(XAxes.Bottom, YAxes.Left);
 }
コード例 #2
0
ファイル: Axes2D.cs プロジェクト: irriss/IronPlot.net
 /// <summary>
 /// Set the innermost bottom X Axis and innermost left Y Axis to have equal scales.
 /// </summary>
 public void SetAxesEqual()
 {
     EqualAxes = new AxisPair(XAxes.Bottom, YAxes.Left);
 }