www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Whether or not the text should be shown on the chart nodes. See Remarks. Default is true.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public bool ShowText { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ShowText As Boolean |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchySettings Dim value As Boolean value = instance.ShowText instance.ShowText = value |
| Visual C++ |
|---|
public: property bool ShowText { bool get (); void set (bool value); } |
| J# |
|---|
/** @property */ public boolean get_ShowText() /** @property */ public void set_ShowText(boolean value) |
| JScript |
|---|
public function get ShowText () : boolean public function set ShowText (value : boolean) |
| JavaScript |
|---|
function get_ShowText(); function set_ShowText(value); |
Field Value
System.Boolean
Remarks
Put Photo_Size to 100%, Photo_Margin to 0% and set apropriate image list to get image-only nodes for the chart.
