ZedGraph LogoZedGraph Class Library Documentation
IsVisible Property
NamespacesZedGraphGraphObjIsVisible
Gets or sets a value that determines if this GraphObj will be visible in the graph. true displays the item, false hides it.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsVisible{ get; set;}
Public Property IsVisible As Boolean
public:
property bool IsVisible {
	bool get ();
	void set (bool value);
}

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621