ChartDirector 5.1 (.NET Edition)

DrawArea.vline


Usage

[VB] Public Sub vline(y1 As Integer, y2 As Integer, x As Integer, c As Integer)
[C#] public void vline(int y1, int y2, int x, int c);

Description

Draws a vertical line.

Arguments

ArgumentDefaultDescription
y1(Mandatory)The y coordinate of the first end-point of the line.
y2(Mandatory)The y coordinate of the second end-point of the line.
x(Mandatory)The x coordinate of the line.
c(Mandatory)The color of the line.

Return Value

None