BarDraw Single Bar(Graphics, Graph Pane, Curve Item, Axis, Axis, Int 32, Int 32, Single, Single) 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 DrawSingleBar(
Graphics g,
GraphPane pane,
CurveItem curve,
Axis baseAxis,
Axis valueAxis,
int pos,
int index,
float barWidth,
float scaleFactor
)VB
Public Sub DrawSingleBar (
g As Graphics,
pane As GraphPane,
curve As CurveItem,
baseAxis As Axis,
valueAxis As Axis,
pos As Integer,
index As Integer,
barWidth As Single,
scaleFactor As Single
)