AxisDrawMinorTics Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public void DrawMinorTics(
	Graphics g,
	GraphPane pane,
	double baseVal,
	float shift,
	float scaleFactor,
	float topPix
)

Parameters

g  Graphics
 
pane  GraphPane
 
baseVal  Double
 
shift  Single
 
scaleFactor  Single
 
topPix  Single
 

See Also