Property SLScope.TSLDataChart.CursorsStayInView
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TSLDataChart
| Contents | 
Syntax
Delphi:
property CursorsStayInView : Boolean read FCursorsStayInView write SetCursorsStayInView default True;
C++ Builder:
__property bool CursorsStayInView = { read=FCursorsStayInView,  write=SetCursorsStayInView,  default=True };
Summary
Specifies if the cursors will remain within the view.
Description
Use this property to specify if the cursors will remain
within the view.
