"Export as image" text for right click menu

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

Syntax

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

See Also