Exemplo n.º 1
0
 public YAxisProperties()
 {
     AxisProperties = new AxisProperties();
     Position       = 0;
     AutoRange      = true;
 }
Exemplo n.º 2
0
        public XAxisProperties()
        {
            AxisProperties = new AxisProperties();

            LeftIndent = 0;
        }