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
|
%表題 DclDrawXBoxLine
%
%履歴
%\Drireki{
% 11/09/15 辻野 智紀 (HTML から PDF へ)
% }
%
\subsection{DclDrawXBoxLine}
\label{sgpack.DclDrawXBoxLine}
\begin{enumerate}
\item 機能
\begin{quote} x 方向の箱グラフをつなぐ線を描く.
\end{quote}
\item 書式
\begin{quote}
{\tt call DclDrawXBoxLine(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}
|