SymbolDraw Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public void Draw(
	Graphics g,
	GraphPane pane,
	LineItem curve,
	float scaleFactor,
	bool isSelected
)

Parameters

g  Graphics
 
pane  GraphPane
 
curve  LineItem
 
scaleFactor  Single
 
isSelected  Boolean
 

See Also