var fDesc=new Array(); fDesc[0] = "PlotPad is a visual control which provides easy-to-use functionality to create and manipulate cartesian plots (YX- or Y-t-plots) in WinForms applications for Windows OS.

In many applications the two-dimensional presentation of data is a task developers have to face, although it is not the main purpose of the application.

With PlotPad, the realisation of charts, plots or even dynamics scopes, is done quickly and easily.

Developers can adapt the visual appearance of the PlotPad control to the style of their application.

They simply need to connect their data to the component and then let it do the rest. Ready-To-Use built-in dialogs provide helpful functionality for the user and relieve the programmer to create their own solutions."; 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 = ''; } }