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

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621