Gets or sets directory of the amCharts Flash file. Should be overriden in inherited classes

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

Syntax

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

See Also