DclDrawXBarLine

Description

Draw line that connects the bar chart of x direction.

Syntax

Call DclDrawXBarLine (X, y, [type], [index], [width])

Arguments

X < R (:) > The x coordinates value (the user coordinates) of the edge of a bar chart.
Y < R (:) > The central y coordinates value (the user coordinates) of a bar chart.
Type < I > A line type.
Index < I > Line index.
Width < I > The width (the regular coordinates system) of a bar chart.

Note

Related items