DclDrawYErrorBar

Description

Draw error bar of y direction.

Syntax

Call DclDrawYErrorBar (X, y1, y2, [type], [index], [width])

Arguments

X < R (:) > The x coordinates value (the user coordinates) of an error bar.
Y1, y2 < R (:) > The y coordinates value (the user coordinates) of both ends of an error bar.
Type < I > The line type of an error bar.
Index < I > The line index of an error bar.
Width < I > The width (the regular coordinates system) of an error bar.

Note

Related items