Esempio n. 1
0
            public void CategoryAxis()
            {
                var s1 = new Axes.CategoryAxis();
                var s2 = new CategoryAxis();

                OxyAssert.PropertiesAreEqual(s1, s2);
            }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CategoryAxis" /> class.
 /// </summary>
 public CategoryAxis()
 {
     InternalAxis = new Axes.CategoryAxis();
 }
Esempio n. 3
0
 public void CategoryAxis()
 {
     var s1 = new Axes.CategoryAxis();
     var s2 = new CategoryAxis();
     OxyAssert.PropertiesAreEqual(s1, s2);
 }