Forums

Full Version: TSLScope setting to make strip chart recorder
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

What properties in the TSLScope component do I have to change to make it a strip chart recorder. i.e. make the data scroll across the scope and not be stored.

Thanks
Jovan

PS: Please move this to the VCL section

Dave

Hi!

Please have a look at the PLScrollingScopeDemo and check out the next scope-properties:
- SizeLimit
- XAxis.Max.Value
- set XAxis.Max.AutoScale to False
- set XAxis.Max.Mode to mamOffset

Regards,
Dave
Reference URL's