Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
2
<HTML>
3
<HEAD>
4
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
5
<LINK REL="Start" HREF="index.html">
6
<LINK REL="Contents" HREF="toc.html">
7
<LINK REL="Prev" HREF="932Adjustingtheradiusscale.html">
8
<LINK REL="Next" HREF="934Adjustingthelabelfonts.html">
9
<STYLE TYPE="text/css"><!--
10
BODY { font-family: serif }
11
H1 { font-family: sans-serif }
12
H2 { font-family: sans-serif }
13
H3 { font-family: sans-serif }
14
H4 { font-family: sans-serif }
15
H5 { font-family: sans-serif }
16
H6 { font-family: sans-serif }
17
SUB { font-size: smaller }
18
SUP { font-size: smaller }
19
PRE { font-family: monospace }
20
A { text-decoration: none }
21
--></STYLE>
22
</HEAD>
23
<BODY>
24
<A HREF="toc.html">Contents</A>
25
<A HREF="932Adjustingtheradiusscale.html">Previous</A>
26
<A HREF="934Adjustingthelabelfonts.html">Next</A>
27
<HR NOSHADE>
28
<H3><A NAME="9_3_3">9.3.3 Adjusting the grid lines</A></H3>
29
<P> As usual you have full freedom to select what grid lines you like to
30
 show (and what colors they should have). There are three different
31
 types of grid lines you may adjust. The radius minor and major grid
32
 lines and the angle grid lines.</P>
33
<P> You select what grid lines to show with a call to <A href="../ref/PolarAxis.html#_POLARAXIS_SHOWGRID">
34
PolarAxis::ShowGrid()</A> The two example below shows a logarithmic plot
35
 with either just major grid lines or both minor and major grid lines.</P>
36
<P><DIV class="example">
37
<BR> <A href="exframes/frame_polarex4.html" target="blank"><IMG border="0"
38
HEIGHT="350"  src="img/polarex4.png" WIDTH="300"></A>
39
<BR><B>Figure 139:</B> Using a logarithmic scale with just major
40
 gridlines <A href="exframes/frame_polarex4.html" target="blank">[src]</A>
41
&nbsp;
42
<P></P>
43
</DIV></P>
44
<P></P>
45
<P><DIV class="example">
46
<BR> <A href="exframes/frame_polarex5.html" target="blank"><IMG border="0"
47
HEIGHT="350"  src="img/polarex5.png" WIDTH="300"></A>
48
<BR><B>Figure 140:</B> Using a logarithmic scale with both minor and
49
 major gridlines <A href="exframes/frame_polarex5.html" target="blank">
50
[src]</A>&nbsp;
51
<P></P>
52
</DIV></P>
53
<P> The colors of the grid lines are specified with a call to <A href="../ref/PolarAxis.html#_POLARAXIS_SETGRIDCOLOR">
54
 PolarAxis::SetGridColor()</A></P>
55
<P> For the angle grid lines it is possible to specify the angle
56
 division between each grid line with the method <A href="../ref/PolarAxis.html#_POLARAXIS_SETANGLESTEP">
57
 PolarAxis::SetAngleStep()</A> You specify the step distance in degrees.
58
 By default the step size is 15 degrees.</P>
59
<HR NOSHADE>
60
<A HREF="toc.html">Contents</A>
61
<A HREF="932Adjustingtheradiusscale.html">Previous</A>
62
<A HREF="934Adjustingthelabelfonts.html">Next</A>
63
</BODY>
64
</HTML>