1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
%表題 DclDrawYBoxLine
%
%履歴
%\Drireki{
% 11/09/15 辻野 智紀 (HTML から PDF へ)
% }
%
\subsection{DclDrawYBoxLine}
\label{sgpack.DclDrawYBoxLine}
\begin{enumerate}
\item 機能
\begin{quote} y 方向の箱グラフをつなぐ線を描く.
\end{quote}
\item 書式
\begin{quote}
{\tt call DclDrawYBoxLine(x, y, [type], [index])}
\end{quote}
\item 引数
\begin{quote}
\begin{tabular}{llp{10cm}}
{\tt x} & {\tt <R(:)>} & 箱グラフの中心の x 座標値 (ユーザー座標). \\
{\tt y} & {\tt <R(:)>} & 箱グラフの端の y 座標値 (ユーザー座標). \\
{\tt type} & {\tt <I>} & 箱グラフの枠のラインタイプ. \\
{\tt index} & {\tt <I>} & 箱グラフの枠のラインインデクス. \\
\end{tabular}
\end{quote}
\item 備考
\begin{quote}
\begin{itemize}
\item {\tt type}, {\tt index} を省略したときは,
{\tt DclSetFrameType, DclSetFrameIndex}
によって設定された値が使われる.
初期値はそれぞれ 1, 1.
\item ここで設定した {\tt type, index} は,
上記設定ルーチンによって設定された値を変更しない.
\end{itemize}
\end{quote}
\item 関連項目
\begin{quote}
\begin{itemize}
\item 関連ルーチン (box)
\end{itemize}
\end{quote}
\end{enumerate}
|