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

Source of photos while using HierarchyData members (hpcData) to load data into the chart.

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

public enum PhotoSpecificationType
public enum PhotoSpecificationType
Members

  Member nameValueDescription
ByIndex0 Index (of photos exist in Photo_ImageList4Nodes) is specified in photo attribute of the node.
ByFileName1 Specifies that filename is specified in photo attribute of the node.
ByKeyName2 Key/Name (of photos exist in Photo_ImageList4Nodes) is specified in photo attribute of the node.
UseCommon3 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 HierarchyData for the data format and photo attribute.
See Also