ZedGraph LogoZedGraph Class Library Documentation
IsVisible Property
NamespacesZedGraphAxisIsVisible
This property determines whether or not the Axis is shown.
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);
}
Value
true to show the axis, false to disable all drawing of this axis
Remarks
Note that even if the axis is not visible, it can still be actively used to draw curves on a graph, it will just be invisible to the user
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621