Error BarDraw(Graphics, Graph Pane, Boolean, Single, Single, Single, Single, Pen, 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,
bool isXBase,
float pixBase,
float pixValue,
float pixLowValue,
float scaleFactor,
Pen pen,
bool isSelected,
PointPair dataValue
)VB
Public Sub Draw (
g As Graphics,
pane As GraphPane,
isXBase As Boolean,
pixBase As Single,
pixValue As Single,
pixLowValue As Single,
scaleFactor As Single,
pen As Pen,
isSelected As Boolean,
dataValue As PointPair
)