www.Chart4.NET (Documentation) | Samples Download | Release Notes
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
See HierarchyData for the data format and photo attribute.
Source of photos while using HierarchyData members (hpcData) to load data into the chart.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public enum PhotoSpecificationType
Members
Member name | Value | Description | |
---|---|---|---|
ByIndex | 0 | Index (of photos exist in Photo_ImageList4Nodes) is specified in photo attribute of the node. | |
ByFileName | 1 | Specifies that filename is specified in photo attribute of the node. | |
ByKeyName | 2 | Key/Name (of photos exist in Photo_ImageList4Nodes) is specified in photo attribute of the node. | |
UseCommon | 3 | Default. Photo attribute of each node is not specified. Will use photo list for levels Photo_ImageList4Levels (or common photo Photo_Image4Nodes, if Photo_ImageList4Levels is not specified). First item in the list corresponds to first level and so on. |
Remarks
See Also