If set to true, context menu (when user right clicks on flash movie) "Export as image" will appear. This will allow user to export chart as an image. Collected image data will be posted to [ChartDirectory]/export.aspx

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

Syntax

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

See Also