Gets or sets visibility of the 'Copy to clipboard' button on the Toolbar.

Namespace:  PerpetuumSoft.Charts.Windows.Forms
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also