www.Chart4.NET | Samples

Custom toolstrip to display on left 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 hpToolStrip4Left { get; set; }
Visual Basic (Declaration)
Public Property hpToolStrip4Left As HierarchyToolStrip
Visual Basic (Usage)
Dim instance As HierarchyWin
Dim value As HierarchyToolStrip

value = instance.hpToolStrip4Left

instance.hpToolStrip4Left = value
Visual C++
public:
property HierarchyToolStrip^ hpToolStrip4Left {
	HierarchyToolStrip^ get ();
	void set (HierarchyToolStrip^ value);
}
J#
/** @property */
public HierarchyToolStrip get_hpToolStrip4Left()
/** @property */
public  void set_hpToolStrip4Left(HierarchyToolStrip value)
JScript
public function get hpToolStrip4Left () : HierarchyToolStrip
public function set hpToolStrip4Left (value : HierarchyToolStrip)
JavaScript
function get_hpToolStrip4Left();
function set_hpToolStrip4Left(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