www.Chart4.NET (Documentation) |
Samples Download | Release Notes
Folder path (relative or absolute) of where the photo files are there in the system. Required, if you set
PhotoSpecification as ByFileName and photo files are not in the application's root folder.
Namespace: UnifoChart.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
public string PhotoPath { get; set; }
public string PhotoPath { get; set; }
Public Property PhotoPath As String
Get
Set
Public Property PhotoPath As String
Get
Set
public:
property String^ PhotoPath {
String^ get ();
void set (String^ value);
}
member PhotoPath : string with get, set
member PhotoPath : string with get, set
/** @property */
public String get_PhotoPath()
/** @property */
public void set_PhotoPath(String value)
/** @property */
public String get_PhotoPath()
/** @property */
public void set_PhotoPath(String value)
Field Value
System.String
See also
PhotoSpecification. If you havn't specify the PhotoPath, then you have to specify the path (relative or absolute) together with each filename specified in the XML/table/array format (see
HierarchyData for the data format).
You can omit the path, if the files are at the same folder as the application's root folder.