HierarchyWin hpMenu4Chart Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

Context menu containing chart options to display on the chart on a user action. See Remarks section.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public HierarchyMenuStrip hpMenu4Chart { get; set; }
/** @property */
public HierarchyMenuStrip get_hpMenu4Chart()
/** @property */
public void set_hpMenu4Chart(HierarchyMenuStrip value)

Field Value

System.Windows.Forms.HierarchyMenuStrip
Remarks

  • Set AvailableOnChart property to true to see the context menu on the chart on a user action (ex: on right-clicking).
  • Set Button4MouseAction property to specify the user action on which the menu has to be displayed.
  • Some items should be added to Items collection to get it displayed. Use OnlineContextMenuStrip members or designer to add and remove items of the menu.
  • To add events to the (newly added) items, access the control from source code window.
  • If no items are added, the default menu would be displayed. To enable the default context menu, set hpMenu4Context.AvailableOnChart property to true.
See Also