var fDesc=new Array(); fDesc[0] = "DynaPlot has been designed with the special requirements of test and measurement applications in mind. DynaPlot's appearance is scaled dynamically
with the overall size of the control.Built-in tools like auto scale, pan, scroll, a stacked zoom and cursors let the user quickly get down to the interesting parts of the data. DynaPlot's tolerance masks are a feature which makes it unique among comparable products. You may add any number of upper and lower tolerance curves to test your data in real time.
Tolerance violations are highlighted and the client application can take action depending on the test verdict.
Key Features:
Line, bar and scatter plots
Dynamic scaling of chart elements with window extent
Built-in keyboard and mouse navigation tools for scroll, pan, zoom, auto
scale and cursor functions
Limit lines and tolerance masks with highlighted tolerance violations for
use in T&M applications
Linear and logarithmic scaling
Automatic grid lines. Time/date and engineering formats
Custom scale annotation
Real time programming support
Data curves and data bitmaps in one chart
Any number of named markers
Charts can be copied to clipboard or saved as bmp- or compressed PNG-encoded files
for server applications
Comprehensive, yet easy to learn programming interface."; 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 = ''; } }