BarDraw Bars 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 DrawBars(
Graphics g,
GraphPane pane,
CurveItem curve,
Axis baseAxis,
Axis valueAxis,
float barWidth,
int pos,
float scaleFactor
)VB
Public Sub DrawBars (
g As Graphics,
pane As GraphPane,
curve As CurveItem,
baseAxis As Axis,
valueAxis As Axis,
barWidth As Single,
pos As Integer,
scaleFactor As Single
)