Gets or sets a value indicating that the toolbar is visible.

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

Syntax

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

See Also