示例#1
0
 public YAxisProperties()
 {
     AxisProperties = new AxisProperties();
     Position       = 0;
     AutoRange      = true;
 }
示例#2
0
        public XAxisProperties()
        {
            AxisProperties = new AxisProperties();

            LeftIndent = 0;
        }