If this is set to true control will attempt to use ASP.NET AJAX methods to registrer client scripts

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

Syntax

C#
public bool UseAjaxIfAvailable { get; set; }
Visual Basic (Declaration)
Public Property UseAjaxIfAvailable As Boolean
Visual C++
public:
property bool UseAjaxIfAvailable {
	bool get ();
	void set (bool value);
}

See Also