DclDrawYBarLine

Description

Draw line that connects the bar chart of y direction.

Syntax

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

Arguments

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

Note

Related items