Application path where the Flash control is stored

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

Syntax

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

Remarks

Default amxy.swf location is "~/amcharts/amxy/". In case you have the file located in some other directory you can override it here or set "amxy_dir" AppSetting in web.config file. You can also set "amcharts_dir" AppSetting if the file is located in "amxy" subdirectory but not under "~/amcharts" dir

See Also