www.Chart4.NET (Documentation) |
Samples 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.HierarchyAssembly: UnifoChart.Hierarchy (in UnifoChart.Hierarchy.dll) Version: 5.1.0.0 (5.1.0)
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);
}
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