DclDrawAxisSpecify

Description

Draw indication and label are designated and the axis of coordinates.

Syntax

Call DclDrawAxisSpecify (Side, label_pos, tick_pos, [label], [title], [unit], [factor], [offset], [section])

Arguments

Side < C*> The location of the axis of coordinates.
Label_pos < R (:) > The location of a label.
Tick_pos < R (:) > The location of an indication.
Label < C*(:) > The character string of a label.
Title < C*> A title. It is a blank at the time of omission.
Unit < C*> A unit. It is a blank at the time of omission.
Factor < R > The coefficient of the axis of coordinates. It is 1 at the time of omission.
Offset < R > The offset of the axis of coordinates. It is 0 at the time of omission.
Section < R > Side=' h' or' v' Of it is the interception in time. It is 0 at the time of omission.

Note

None

Related items