Ejemplo n.º 1
0
        public void LogarithmicAxis()
        {
            var s1 = new OxyPlot.Axes.LogarithmicAxis();
            var s2 = new LogarithmicAxis();

            OxyAssert.PropertiesAreEqual(s1, s2);
        }
Ejemplo n.º 2
0
 public void LogarithmicAxis()
 {
     var s1 = new OxyPlot.Axes.LogarithmicAxis();
     var s2 = new LogarithmicAxis();
     OxyAssert.PropertiesAreEqual(s1, s2);
 }