LineDrawSegment Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public void DrawSegment(
	Graphics g,
	GraphPane pane,
	float x1,
	float y1,
	float x2,
	float y2,
	float scaleFactor
)

Parameters

g  Graphics
 
pane  GraphPane
 
x1  Single
 
y1  Single
 
x2  Single
 
y2  Single
 
scaleFactor  Single
 

See Also