Subversion-Projekte lars-tiefland.php_share

Revision

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="932Adjustingtheradiusscale.html">
<LINK REL="Next" HREF="934Adjustingthelabelfonts.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="932Adjustingtheradiusscale.html">Previous</A>
<A HREF="934Adjustingthelabelfonts.html">Next</A>
<HR NOSHADE>
<H3><A NAME="9_3_3">9.3.3 Adjusting the grid lines</A></H3>
<P> As usual you have full freedom to select what grid lines you like to
 show (and what colors they should have). There are three different
 types of grid lines you may adjust. The radius minor and major grid
 lines 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 plot
 with 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/polarex4.png" WIDTH="300"></A>
<BR><B>Figure 139:</B> Using a logarithmic scale with just major
 gridlines <A href="exframes/frame_polarex4.html" target="blank">[src]</A>
&nbsp;
<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/polarex5.png" WIDTH="300"></A>
<BR><B>Figure 140:</B> Using a logarithmic scale with both minor and
 major gridlines <A href="exframes/frame_polarex5.html" target="blank">
[src]</A>&nbsp;
<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 angle
 division 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="932Adjustingtheradiusscale.html">Previous</A>
<A HREF="934Adjustingthelabelfonts.html">Next</A>
</BODY>
</HTML>