ZedGraph LogoZedGraph Class Library Documentation
ScaledTic Method (scaleFactor)
NamespacesZedGraphMinorTicScaledTic(Single)
Calculate the scaled tic size for this Axis
Declaration Syntax
C#Visual BasicVisual C++
public float ScaledTic(
	float scaleFactor
)
Public Function ScaledTic ( _
	scaleFactor As Single _
) As Single
public:
float ScaledTic (
	float scaleFactor
)
Parameters
scaleFactor (Single)
The scaling factor to be used for rendering objects. This is calculated and passed down by the parent GraphPane object using the CalcScaleFactor()() method, and is used to proportionally adjust font sizes, etc. according to the actual size of the graph.
Return Value
The scaled tic size, in points (1/72 inch)
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621