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="832Adjustingtheradiusscale.html"><LINK REL="Next" HREF="834Adjustingthelabelfonts.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="832Adjustingtheradiusscale.html">Previous</A><A HREF="834Adjustingthelabelfonts.html">Next</A><HR NOSHADE><H3><A NAME="8_3_3">8.3.3 Adjusting the grid lines</A></H3><P> As usual you have full freedom to select what grid lines you like toshow (and what colors they should have). There are three differenttypes of grid lines you may adjust. The radius minor and major gridlines and the angle grid lines.</P><P> You select what grid lines to show with a call to <A href="../ref/PolarAxis.html#_POLARAXIS_SHOWGRID">PolarAxis::ShowGrid()</A> The two example below shows a logarithmic plotwith either just major grid lines or both minor and major grid lines.</P><P><DIV class="example"><BR> <A href="exframes/frame_polarex4.html" target="blank"><IMG border="0"HEIGHT="350" src="img/img/img/img/img/img/polarex4.png" WIDTH="300"></A><BR><B>Figure 143:</B> Using a logarithmic scale with just majorgridlines <A href="exframes/frame_polarex4.html" target="blank">[src]</A> <P></P></DIV></P><P></P><P><DIV class="example"><BR> <A href="exframes/frame_polarex5.html" target="blank"><IMG border="0"HEIGHT="350" src="img/img/img/img/img/img/polarex5.png" WIDTH="300"></A><BR><B>Figure 144:</B> Using a logarithmic scale with both minor andmajor gridlines <A href="exframes/frame_polarex5.html" target="blank">[src]</A> <P></P></DIV></P><P> The colors of the grid lines are specified with a call to <A href="../ref/PolarAxis.html#_POLARAXIS_SETGRIDCOLOR">PolarAxis::SetGridColor()</A></P><P> For the angle grid lines it is possible to specify the angledivision between each grid line with the method <A href="../ref/PolarAxis.html#_POLARAXIS_SETANGLESTEP">PolarAxis::SetAngleStep()</A> You specify the step distance in degrees.By default the step size is 15 degrees.</P><HR NOSHADE><A HREF="toc.html">Contents</A><A HREF="832Adjustingtheradiusscale.html">Previous</A><A HREF="834Adjustingthelabelfonts.html">Next</A></BODY></HTML>