www.Chart4.NET | Samples

ImageList containing photos corresponding to each levels of nodes, in case Photo_ImageList4Nodes is not specified. See Remarks.

Namespace:  UnifoChart.Hierarchy
Assembly:  UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)

Syntax

C#
public ImageList Photo_ImageList4Levels { get; set; }
Visual Basic (Declaration)
Public Property Photo_ImageList4Levels As ImageList
Visual Basic (Usage)
Dim instance As HierarchySettings
Dim value As ImageList

value = instance.Photo_ImageList4Levels

instance.Photo_ImageList4Levels = value
Visual C++
public:
property ImageList^ Photo_ImageList4Levels {
	ImageList^ get ();
	void set (ImageList^ value);
}
J#
/** @property */
public ImageList get_Photo_ImageList4Levels()
/** @property */
public  void set_Photo_ImageList4Levels(ImageList value)
JScript
public function get Photo_ImageList4Levels () : ImageList
public function set Photo_ImageList4Levels (value : ImageList)
JavaScript
function get_Photo_ImageList4Levels();
function set_Photo_ImageList4Levels(value);

Field Value

System.Windows.Forms.ImageList Object

Remarks

  • Priority is for Photo_ImageList4Nodes, Photo_ImageList4Levels and least for Photo_Image4Nodes.
  • 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