PPCC Namespace
Gets or sets the visibility of the pop up values

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

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

See Also