OHLCBarDraw(Graphics, Graph Pane, Boolean, Single, Single, Single, Single, Single, Single, Pen) 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 pixHigh,
float pixLow,
float pixOpen,
float pixClose,
float halfSize,
Pen pen
)VB
Public Sub Draw (
g As Graphics,
pane As GraphPane,
isXBase As Boolean,
pixBase As Single,
pixHigh As Single,
pixLow As Single,
pixOpen As Single,
pixClose As Single,
halfSize As Single,
pen As Pen
)