AxisDraw Minor Tics Method
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
public void DrawMinorTics(
Graphics g,
GraphPane pane,
double baseVal,
float shift,
float scaleFactor,
float topPix
)VB
Public Sub DrawMinorTics (
g As Graphics,
pane As GraphPane,
baseVal As Double,
shift As Single,
scaleFactor As Single,
topPix As Single
)