swf or jpg file of a background. Do not use progressive jpg file, it will be not visible with flash player 7. The chart will look for this file in ChartDirectory

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also