DclDrawAxis

機能

目盛間隔、ラベル間隔を指定して座標軸を描く.

書式

call DclDrawAxis (side, dlabel, dtick, [title], [unit], [factor], [offset], [section])

引数

side <C*> 座標軸の位置.
dlabel <R> ラベルの間隔.
dtick <R> 目盛の間隔.
title <C*> タイトル.省略値はブランク.
unit <C*> 単位.省略値はブランク.
factor <R> 座標軸の係数.省略値は1.
offset <R> 座標軸のオフセット.省略値は0.
section <R> side='h' または 'v' の時の切片.

備考

なし

関連項目