v2 and v3 users, upgrade to v4 with a 50% discount.
One developer license upgrade is only $149 USD.
v4 has all the features in v2 and v3, plus the following:
Get and
set profile X and Y data seperately via 1-dim array, using
new properties ProfileXData and ProfileYData. Greatly improves
efficiency when only need to change X or Y values.
Added export chart data
to Clipboard feature
Added copy chart image
to Clipboard feature
Added "ExportDataVisibleProfilesOnly"
property. Set this property to True to export only visible profiles.
When False, all profile data is exported.
Added SetPan, SetZoom and SetZoomWindow
methods, which along with existing methods and properties, allow
developers to use their own toolbar and have full functionality
of XY Chartmore »
Added StairMode property,
which draws a profile in steps more »
Added MarkerSampleStep
property to optimize refresh times when there many samples displayed
with markers. If MarkerSampleStep is 2, every other data point
marker is drawn. Increasing the MarkerSampleStep property decreases
the refresh time by not having to draw every marker
Added YScroll event, which
triggers whenever one of the Y axis scrollbars are clicked or
scrolled
Easily add multiple units support for each scale. Chart
data is supplied in base units, then simply set the ScaleFactor
accordingly. more »
DateTime formatting down to miliseconds using "hh:mm:ss.fff"
format string more »