ZedGraph LogoZedGraph Class Library Documentation
IsOutside Property
NamespacesZedGraphMinorTicIsOutside
Gets or sets a property that determines whether or not the minor outside tic marks are shown.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsOutside{ get; set;}
Public Property IsOutside As Boolean
public:
property bool IsOutside {
	bool get ();
	void set (bool value);
}
Value
true to show the minor outside tic marks, false otherwise
Remarks
These are the tic marks on the outside of the Axis border. The minor tic spacing is controlled by MinorStep.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621