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="934Adjustingthelabelfonts.html">
<LINK REL="Next" HREF="936Imagemaps.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="934Adjustingthelabelfonts.html">Previous</A>
<A HREF="936Imagemaps.html">Next</A>
<HR NOSHADE>
<H3><A NAME="9_3_5">9.3.5 Adjusting the labels</A></H3>
<P> As can be seen from the previous examples the angle labels have a
 small superscripted &quot;o&quot; after each label. You can select if you like to
 show this degree mark or not with a call to the <A href="../ref/PolarAxis.html#_POLARAXIS_SHOWANGLEDEGREEMARK">
 PolarAxis::SetANgleDegreeMark()</A> method by which you can enable or
 disable that mark after the angels.</P>
<P> For the radius labels all standard formatting that can be done to
 the X-Y axis such as format string or format callbacks are supported.</P>
<P> A common modification for polar plots is probably to disable the
 display the last label when using a 360 degree plot since the last
 label will &quot;collide&quot; with the plot box around the plot area. It is
 possible to disable the last label with a call to <A href="../ref/Axis.html#_AXIS_HIDELASTTICKLABEL">
Axis::HideLastTickLabel()</A> As you can see this has been used in some
 of the examples in this chapter.</P>
<HR NOSHADE>
<A HREF="toc.html">Contents</A>
<A HREF="934Adjustingthelabelfonts.html">Previous</A>
<A HREF="936Imagemaps.html">Next</A>
</BODY>
</HTML>