www.Chart4.NET | Samples

Custom toolstrip to display on top of the chart. Use ToolStrip members or designer to add items to the toolstrip.

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

Syntax

C#
public HierarchyToolStrip hpToolStrip4Top { get; set; }
Visual Basic (Declaration)
Public Property hpToolStrip4Top As HierarchyToolStrip
Visual Basic (Usage)
Dim instance As HierarchyWin
Dim value As HierarchyToolStrip

value = instance.hpToolStrip4Top

instance.hpToolStrip4Top = value
Visual C++
public:
property HierarchyToolStrip^ hpToolStrip4Top {
	HierarchyToolStrip^ get ();
	void set (HierarchyToolStrip^ value);
}
J#
/** @property */
public HierarchyToolStrip get_hpToolStrip4Top()
/** @property */
public  void set_hpToolStrip4Top(HierarchyToolStrip value)
JScript
public function get hpToolStrip4Top () : HierarchyToolStrip
public function set hpToolStrip4Top (value : HierarchyToolStrip)
JavaScript
function get_hpToolStrip4Top();
function set_hpToolStrip4Top(value);

Field Value

System.Windows.Forms.ToolStrip

Remarks

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.

See Also