\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 17 (Section  6.1.4 : Option \tkzname{right space})

\begin{tikzpicture}
\tkzInit[xmax=0.4,xstep=0.1]
\tkzDrawX[text=blue,color=red,right=12pt,right space=1]
\end{tikzpicture}

\end{document}