Beispiel #1
0
        public object Clone()
        {
            AxisStyle res = new AxisStyle(_styleID);

            res.CopyFrom(this);
            return(res);
        }
Beispiel #2
0
        public object Clone()
        {
            var res = new AxisStyle();

            res.CopyFrom(this);
            return(res);
        }
Beispiel #3
0
 public object Clone()
 {
   AxisStyle res = new AxisStyle(_styleID);
   res.CopyFrom(this);
   return res;
 }