This is the filename that will is used for the image when it is saved to disk. It should not include the path. If a filename is not provided prior to the SaveChartToFile method being used, then a unique filename will be automatically generated.

Namespace:  jChart
Assembly:  jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)

Syntax

C#
public string FileName { get; set; }
Visual Basic (Declaration)
Public Property FileName As String
Visual C++
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}

Field Value

Return Value

Remarks