<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/33142127?origin\x3dhttp://fishyweb.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe", messageHandlersFilter: gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER, messageHandlers: { 'blogger-ping': function() {} } }); } }); </script>

One line No-brainer usage of yUML from .net Wednesday, July 14, 2010 |

If you’ve not seen the beauty of yUML – do check it out here - yUML.

yUML as a service, provides a simple way to express your Classes, Activities & Usecases and translates your expressions into pretty pictures (aka., uml diagrams)

On the similar lines of Sequence Diagram Editor – by, Marcus Strauch

 

Ok, to the juicy part :)

pictureBox1.Load(“1-*[me]">http://yuml.me/diagram/scruffy/class/[test]<>1-*[me]”);

where - http://yuml.me/diagram/scruffy/class/<…> – the <…> part is your expression