TSLScope setting to make strip chart recorder - Printable Version +- Forums (http://mitov.com/forum) +-- Forum: VCL Components (/forum-6.html) +--- Forum: PlotLab (/forum-27.html) +--- Thread: TSLScope setting to make strip chart recorder (/thread-797.html) |
TSLScope setting to make strip chart recorder - JovanD - 09-18-2012 10:36 PM 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 RE: TSLScope setting to make strip chart recorder - Dave - 09-20-2012 10:23 AM 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 |