SymbolDrawSymbol(Graphics, GraphPane, Int32, Int32, Single, Boolean, PointPair) Method

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
public void DrawSymbol(
	Graphics g,
	GraphPane pane,
	int x,
	int y,
	float scaleFactor,
	bool isSelected,
	PointPair dataValue
)

Parameters

g  Graphics
 
pane  GraphPane
 
x  Int32
 
y  Int32
 
scaleFactor  Single
 
isSelected  Boolean
 
dataValue  PointPair
 

See Also