www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Source of photos while using HierarchyData members (hpcData) to load data into the chart.
Namespace:
UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public enum PhotoSpecificationType |
| Visual Basic (Declaration) |
|---|
Public Enumeration PhotoSpecificationType |
| Visual Basic (Usage) |
|---|
Dim instance As PhotoSpecificationType |
| Visual C++ |
|---|
public enum class PhotoSpecificationType |
| J# |
|---|
public enum PhotoSpecificationType |
| JScript |
|---|
public enum PhotoSpecificationType |
| JavaScript |
|---|
UnifoChart.Hierarchy.PhotoSpecificationType = function(); UnifoChart.Hierarchy.PhotoSpecificationType.createEnum('UnifoChart.Hierarchy.PhotoSpecificationType', false); |
Members
| Member name | Description | |
|---|---|---|
| ByIndex |
Index (of photos exist in Photo_ImageList4Nodes) is specified in photo attribute of the node.
| |
| ByFileName |
Specifies that filename is specified in photo attribute of the node.
| |
| ByKeyName |
Key/Name (of photos exist in Photo_ImageList4Nodes) is specified in photo attribute of the node.
| |
| UseCommon |
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.
