FontSpecDrawTenPower Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public void DrawTenPower(
	Graphics g,
	GraphPane pane,
	string text,
	float x,
	float y,
	AlignH alignH,
	AlignV alignV,
	float scaleFactor
)

Parameters

g  Graphics
 
pane  GraphPane
 
text  String
 
x  Single
 
y  Single
 
alignH  AlignH
 
alignV  AlignV
 
scaleFactor  Single
 

See Also