FilePath Property

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

If FilePath is given, the chart will be saved to that location according to the given ExportFormat; Export function will return null. If not given, the Export function returns the stream of data or a Bitmap object as the case may be.
Namespace: UnifoChart.Hierarchy
Assembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
Syntax

public string FilePath { get; set; }
public string FilePath { get; set; }
Public Property FilePath As String 
	Get 
	Set
Public Property FilePath As String 
	Get 
	Set
public:
property String^ FilePath {
	String^ get ();
	void set (String^ value);
}
public:
property String^ FilePath {
	String^ get ();
	void set (String^ value);
}
member FilePath : string with get, set
member FilePath : string with get, set
/** @property */
public String get_FilePath()
/** @property */
public void set_FilePath(String value)
/** @property */
public String get_FilePath()
/** @property */
public void set_FilePath(String value)

Field Value

System.String
See Also

AltStyle によって変換されたページ (->オリジナル) /