GraphEnableRuntimeProperties method (WinStudio scripts)
Applies To
IWSFormComponent interface, graph objects
Definition
Enables or disables the context (right-click) menu option to open the Chart Properties dialog box.
Syntax
object.GraphEnableRuntimeProperties( Boolean )
Part | Description |
object | Required. A reference to a valid graph component object. |
Boolean | Required.
Determines whether the Chart Properties context menu option is enabled.
|
Example
ThisForm.Components("graph1").GraphEnableRuntimeProperties(TRUE)