ZedGraph LogoZedGraph Class Library Documentation
IsAllTics Property
NamespacesZedGraphMinorTicIsAllTics
This is convenience property sets the status of all the different tic properties in this instance to the same value. true to activate all tics, false to clear all tics.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsAllTics{ set;}
Public WriteOnly Property IsAllTics As Boolean
public:
property bool IsAllTics {
	void set (bool value);
}
Remarks
This setting does not persist. That is, you can clear all the tics with IsAllTics = false, then activate them individually (example: IsOutside = true).
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621