BarDraw(Graphics, Graph Pane, Single, Single, Single, Single, Single, Boolean, 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 Draw(
Graphics g,
GraphPane pane,
float left,
float right,
float top,
float bottom,
float scaleFactor,
bool fullFrame,
bool isSelected,
PointPair dataValue
)VB
Public Sub Draw (
g As Graphics,
pane As GraphPane,
left As Single,
right As Single,
top As Single,
bottom As Single,
scaleFactor As Single,
fullFrame As Boolean,
isSelected As Boolean,
dataValue As PointPair
)