WinStudio
IWSFormComponent interface, graph objects
Enables or disables the context (right-click) menu option to open the Chart Properties dialog box.
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.
|
ThisForm.Components("graph1").GraphEnableRuntimeProperties(TRUE)