GraphLockGraphObjects method (WinStudio scripts)
Note:  This topic applies to the graphing tool, which is supported for
		backward compatibility.  We recommend that, if you want to add charts or gauges
		to a form, use the newer FusionCharts tool instead. For more information, see 
		About charts and gauges. 
	 
      Applies To
IWSFormComponent interface, graph objects
Definition
Locks or unlocks graph objects during run time.
Syntax
object.GraphLockGraphObjects( Boolean )
| Part | Description | 
| object | Required. A reference to a valid graph component object. | 
| Boolean | Required.
					 Determines whether graph objects are locked during run time. 
 | 
Example
ThisForm.Components("graph1").GraphLockGraphObjects( True )