DclDrawAxisLog

Description

Draw the logarithm axis of coordinates.

Syntax

Call DclDrawAxisLog (Side, nlabel, nticks, [title], [unit], [format], [factor], [section], label_pos)

Arguments

Side < C*> The location of the axis of coordinates.
Nlabel < I > The number of the label that I paint in the range of 1 column. One to 4 from Integer value is designated.
1: Draw 1~10n only to a label.
2: 1~10 n ,2~10 n Draw to a label.
3: 1~10 n ,2~10 n ,5~10 n Draw to a label.
4: Draw label in the place where a user designated.
Nticks < I > The number of the indication that I paint in the range of 1 column. It designates it in 1 to 9 ranges. In the case that a small value is designated than 9 It is omitted from the narrow place in an indication interval.
Title < C*> A title. A The default value is blank.
Unit < C*> A unit. A The default value is blank.
Format < C*> The format that makes character of the coordinates value of label location.
Factor < R > The coefficient of the axis of coordinates. The default value is1.
Section < R > The interception in time of side=' h', or' v'.
Label_pos < R (:) > The location of the label that I paint in the range of 1 column. The value of each element shall be small than 10 with 1 or more. Also label_pos (1) shall be 1.

Note

None

Related items