property Graph.Misc(Option as MiscEnum) as Variant
Defines the control's miscellaneous options

TypeDescription
Option as MiscEnum An MiscEnum expression that specifies the option to change
Variant Indicates the new value for the giving option (the type of the value depends on the option itself)  
The Misc property sets or gets different options of the control. The Refresh method refreshes the control. Use the BeginUpdate and EndUpdate method ay time when the control requires more changes at one time. Use the hWnd property to get the handle of the control's window.

For instance: