www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Custom statustrip to display on bottom of the chart. Use StatusStrip members or designer to add items to the statustrip.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public HierarchyStatusStrip hpStatusStrip { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property hpStatusStrip As HierarchyStatusStrip |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyWin Dim value As HierarchyStatusStrip value = instance.hpStatusStrip instance.hpStatusStrip = value |
| Visual C++ |
|---|
public: property HierarchyStatusStrip^ hpStatusStrip { HierarchyStatusStrip^ get (); void set (HierarchyStatusStrip^ value); } |
| J# |
|---|
/** @property */ public HierarchyStatusStrip get_hpStatusStrip() /** @property */ public void set_hpStatusStrip(HierarchyStatusStrip value) |
| JScript |
|---|
public function get hpStatusStrip () : HierarchyStatusStrip public function set hpStatusStrip (value : HierarchyStatusStrip) |
| JavaScript |
|---|
function get_hpStatusStrip(); function set_hpStatusStrip(value); |
Field Value
System.Windows.Forms.StatusStrip
Remarks
Set AvailableOnChart property to true to see the statustrip on the chart. See StatusStrip members.To add events to the (newly added) items, access the control from source code window.
