www.Chart4.NET | Samples
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
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.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 2.6.0.0 (2.6)
Syntax
| C# |
|---|
public PhotoSpecificationType PhotoSpecification { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property PhotoSpecification As PhotoSpecificationType |
| Visual Basic (Usage) |
|---|
Dim instance As HierarchyData Dim value As PhotoSpecificationType value = instance.PhotoSpecification instance.PhotoSpecification = value |
| Visual C++ |
|---|
public: property PhotoSpecificationType PhotoSpecification { PhotoSpecificationType get (); void set (PhotoSpecificationType value); } |
| J# |
|---|
/** @property */ public PhotoSpecificationType get_PhotoSpecification() /** @property */ public void set_PhotoSpecification(PhotoSpecificationType value) |
| JScript |
|---|
public function get PhotoSpecification () : PhotoSpecificationType public function set PhotoSpecification (value : PhotoSpecificationType) |
| JavaScript |
|---|
function get_PhotoSpecification(); function set_PhotoSpecification(value); |
Field Value
UnifoChart.Hierarchy.PhotoSpecificationType
Remarks
See Remarks section of PhotoPath.
