SymbolDraw Symbol(Graphics, Graph Pane, Int 32, Int 32, Single, Boolean, Point Pair) 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 DrawSymbol(
Graphics g,
GraphPane pane,
int x,
int y,
float scaleFactor,
bool isSelected,
PointPair dataValue
)VB
Public Sub DrawSymbol (
g As Graphics,
pane As GraphPane,
x As Integer,
y As Integer,
scaleFactor As Single,
isSelected As Boolean,
dataValue As PointPair
)