HierarchySettings Photo_ImageList4Nodes Property Chart4.NET - Organization Charting Component (C#/VB.NET/ASP.NET) - Documentation
Onlinewww.Chart4.NET (Documentation) | OnlineSamples Download | Release Notes

ImageList of photos corresponding to each node, mapped by node's ImageIndex property. See Remarks.

Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public ImageList Photo_ImageList4Nodes { get; set; }
/** @property */
public ImageList get_Photo_ImageList4Nodes()
/** @property */
public void set_Photo_ImageList4Nodes(ImageList value)

Field Value

System.Windows.Forms.ImageList Object
Remarks

  • Priority is for Photo_ImageList4Nodes, Photo_ImageList4Levels and least for Photo_Image4Nodes.
  • If data is imported from a datasource (like XML or database) other than TreeView/TreeNodeCollection, then specify the index/name in 'photo' attribute.
  • To get clear photos in nodes, set apropriate ImagSize (preferably 48x48) and ColorDepth (preferably Depth32Bit) properties of ImageList (before adding images to it).
See Also