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

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621