ZedGraph LogoZedGraph Class Library Documentation
Size Property
NamespacesZedGraphMinorTicSize
The length of the major tic marks.
Declaration Syntax
C#Visual BasicVisual C++
public float Size{ get; set;}
Public Property Size As Single
public:
property float Size {
	float get ();
	void set (float value);
}
Value
The tic size is measured in points (1/72 inch)
Remarks
This length will be scaled according to the CalcScaleFactor()() for the GraphPane
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621