www.Chart4.NET (Documentation) |
Samples Download | Release Notes
XML content that contains data items (nodes) together with text, title, tooltip, imageindex etc. Each line of text (the first one being the node-title) should be separated by \n in the tree-node's text property. See
LoadFromXmlFile() for the desired XML format and remarks.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public string hpDataXml { get; set; }
public string hpDataXml { get; set; }
Public Property hpDataXml As String
Get
Set
Public Property hpDataXml As String
Get
Set
public:
property String^ hpDataXml {
String^ get ();
void set (String^ value);
}
member hpDataXml : string with get, set
member hpDataXml : string with get, set
/** @property */
public String get_hpDataXml()
/** @property */
public void set_hpDataXml(String value)
/** @property */
public String get_hpDataXml()
/** @property */
public void set_hpDataXml(String value)
Field Value
System.String
If you set Name property for the tree nodes, ensure that it is unique among tree nodes.
See
LoadFromXmlFile() for the desired XML format and remarks.