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

How the photos for chart nodes are specified in the XML/table/array format. If it is set as ByFileName, then you may want to set PhotoPath too. Default is UsePhoto_ImageList4Levels.

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

public PhotoSpecificationType PhotoSpecification { get; set; }
/** @property */
public PhotoSpecificationType get_PhotoSpecification()
/** @property */
public void set_PhotoSpecification(PhotoSpecificationType value)

Field Value

UnifoChart.Hierarchy.PhotoSpecificationType
Remarks

See Remarks section of PhotoPath.
See Also