Blame | Letzte Änderung | Log anzeigen | RSS feed
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1"><LINK REL="Start" HREF="index.html"><LINK REL="Contents" HREF="toc.html"><LINK REL="Prev" HREF="716Handlingnullvaluesinlineplots.html"><LINK REL="Next" HREF="718Usinglogarithmicscale.html"><STYLE TYPE="text/css"><!--BODY { font-family: serif }H1 { font-family: sans-serif }H2 { font-family: sans-serif }H3 { font-family: sans-serif }H4 { font-family: sans-serif }H5 { font-family: sans-serif }H6 { font-family: sans-serif }SUB { font-size: smaller }SUP { font-size: smaller }PRE { font-family: monospace }A { text-decoration: none }--></STYLE></HEAD><BODY><A HREF="toc.html">Contents</A><A HREF="716Handlingnullvaluesinlineplots.html">Previous</A><A HREF="718Usinglogarithmicscale.html">Next</A><HR NOSHADE><H3><A NAME="7_1_7">7.1.7 Using the step-style to render line plots</A></H3><P> Step style refers to an alternate way of rendering line plots by notdrawing a direct line between two adjacent points but rather draw twosegments. The first segment being a horizontal line to the next X-valueand then a vertical line from that point to the correct Y-value. Thisis perhaps easier demonstrated by an example as seen below.</P><P> You specify that you want the plot to be rendered with this style bycalling the method <A href="../ref/LinePlot.html#_LINEPLOT_SETSTEPSTYLE">SetStepStyle()</A> on the lineplot.<DIV class="example"><BR> <A href="exframes/frame_example6.2.html" target="blank"><IMG border="0"HEIGHT="240" src="img/img/img/img/img/img/example6.2.png" WIDTH="300"></A><BR><B>Figure 16:</B> Rendering a line plot with the step style <A href="exframes/frame_example6.2.html"target="blank">[src]</A> <P></P></DIV></P><P></P><HR NOSHADE><A HREF="toc.html">Contents</A><A HREF="716Handlingnullvaluesinlineplots.html">Previous</A><A HREF="718Usinglogarithmicscale.html">Next</A></BODY></HTML>