| 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="834Adjustingthelabelfonts.html">
|
|
|
8 |
<LINK REL="Next" HREF="836Imagemaps.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="834Adjustingthelabelfonts.html">Previous</A>
|
|
|
26 |
<A HREF="836Imagemaps.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H3><A NAME="8_3_5">8.3.5 Adjusting the labels</A></H3>
|
|
|
29 |
<P> As can be seen from the previous examples the angle labels have a
|
|
|
30 |
small superscripted "o" after each label. You can select if you like to
|
|
|
31 |
show this degree mark or not with a call to the <A href="../ref/PolarAxis.html#_POLARAXIS_SHOWANGLEDEGREEMARK">
|
|
|
32 |
PolarAxis::SetANgleDegreeMark()</A> method by which you can enable or
|
|
|
33 |
disable that mark after the angels.</P>
|
|
|
34 |
<P> For the radius labels all standard formatting that can be done to
|
|
|
35 |
the X-Y axis such as format string or format callbacks are supported.</P>
|
|
|
36 |
<P> A common modification for polar plots is probably to disable the
|
|
|
37 |
display the last label when using a 360 degree plot since the last
|
|
|
38 |
label will "collide" with the plot box around the plot area. It is
|
|
|
39 |
possible to disable the last label with a call to <A href="../ref/Axis.html#_AXIS_HIDELASTTICKLABEL">
|
|
|
40 |
Axis::HideLastTickLabel()</A> As you can see this has been used in some
|
|
|
41 |
of the examples in this chapter.</P>
|
|
|
42 |
<HR NOSHADE>
|
|
|
43 |
<A HREF="toc.html">Contents</A>
|
|
|
44 |
<A HREF="834Adjustingthelabelfonts.html">Previous</A>
|
|
|
45 |
<A HREF="836Imagemaps.html">Next</A>
|
|
|
46 |
</BODY>
|
|
|
47 |
</HTML>
|