ChartDirector 7.1 (C++ Edition)

DrawArea.vline


Usage

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