var fDesc=new Array(); fDesc[0] = "Building interactive diagrams and model surfaces has never been easier than with WPF Diagrams 2. Designed to support any type of diagram, developers can add a touch of magic to any WPF application in no time.

WPF Diagrams has numerous features and capabilities all packaged together in a nice set of controls. We have focused on building a tight API that makes it efficient for you to create rich visualizations through diagrams in no time. The feature set below covers many of the key feature areas included in WPF Diagrams."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }