www.Chart4.NET | Samples

Whether the context menu should be displayed or not, in the bottom of the chart. Default is false.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public bool hpShowContextMenu { get; set; }
Visual Basic (Declaration)
Public Property hpShowContextMenu As Boolean
Visual Basic (Usage)
Dim instance As HierarchyWeb
Dim value As Boolean

value = instance.hpShowContextMenu

instance.hpShowContextMenu = value
Visual C++
public:
property bool hpShowContextMenu {
	bool get ();
	void set (bool value);
}
J#
/** @property */
public boolean get_hpShowContextMenu()
/** @property */
public  void set_hpShowContextMenu(boolean value)
JScript
public function get hpShowContextMenu () : boolean
public function set hpShowContextMenu (value : boolean)
JavaScript
function get_hpShowContextMenu();
function set_hpShowContextMenu(value);

Field Value

System.Boolean

See Also