www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Set AvailableOnChart property to true to see the toolstrip on the chart. See ToolStrip members.To add events to the (newly added) items, access the control from source code window.
Custom toolstrip to display on top of the chart. Use ToolStrip members or designer to add items to the toolstrip.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public HierarchyToolStrip hpToolStrip4Top { get; set; }
/** @property */ public HierarchyToolStrip get_hpToolStrip4Top() /** @property */ public void set_hpToolStrip4Top(HierarchyToolStrip value)
Field Value
System.Windows.Forms.ToolStripRemarks
See Also