www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Use Add() to add a new item (of the type Field Value) to the list.
Each item in the list corresponds to that level of nodes (from root) in the chart.
If only one item is added, the same will be used for all levels.
ImageList of background images for each level of nodes, in case corresponding item in Node_BackgroundTypeList is set as Image. See Remarks.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
Field Value
List of System.Windows.Forms.ImageList ObjectRemarks
Each item in the list corresponds to that level of nodes (from root) in the chart.
If only one item is added, the same will be used for all levels.
- This property will be used only if Node_BackgroundTypeList is set as Image.
- The image will fit into the total available rectangle. If you want the image to display in a tiled fashion, set Node_BackgroundTypeList as Brush, set Node_BackgroundBrushList.BrushType as ImageTileBrush, and set the image in Node_BackgroundBrushList.Image.
- See also Chart_BackgroundImage.
- 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