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="833Adjustingthegridlines.html">
8
<LINK REL="Next" HREF="835Adjustingthelabels.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="833Adjustingthegridlines.html">Previous</A>
26
<A HREF="835Adjustingthelabels.html">Next</A>
27
<HR NOSHADE>
28
<H3><A NAME="8_3_4">8.3.4 Adjusting the label fonts</A></H3>
29
<P> You can individually specify different fonts and colors for the
30
 angle and the radius labels. The radius font is specified with
31
 PolarAxis::SetFont() and the angle font is specified with a call to <A href="../ref/PolarAxis.html#_POLARAXIS_SETANGLEFONT">
32
 PolarAxis::SetAngleFont()</A></P>
33
<P> You can adjust the color with the method <A href="../ref/PolarAxis.html#_POLARAXIS_SETCOLOR">
34
PolarAxis::SetColor()</A> ?&gt;</P>
35
<P> The following example specifies different color for the labels. it
36
 also shows that you can add both a radial axis title as well as a
37
 tabbed title. In this example we have also chosen not to show the frame
38
 around the edge of the plot.</P>
39
<P><DIV class="example">
40
<BR> <A href="exframes/frame_polarex9.html" target="blank"><IMG border="0"
41
HEIGHT="320"       src="img/img/img/img/img/img/polarex9.png" WIDTH="350"></A>
42
<BR><B>Figure 145:</B> Different colors for labels, specifying both a
43
 tabbed title as well as a axis title <A href="exframes/frame_polarex9.html"
44
target="blank">[src]</A>&nbsp;
45
<P></P>
46
</DIV></P>
47
<P></P>
48
<HR NOSHADE>
49
<A HREF="toc.html">Contents</A>
50
<A HREF="833Adjustingthegridlines.html">Previous</A>
51
<A HREF="835Adjustingthelabels.html">Next</A>
52
</BODY>
53
</HTML>