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="88Specifyingthescalemanually.html">
<LINK REL="Next" HREF="810Handlingdatetimescales.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="88Specifyingthescalemanually.html">Previous</A>
<A HREF="810Handlingdatetimescales.html">Next</A>
<HR NOSHADE>
<H2><A NAME="8_9">8.9 Adjusting the automatic tick marks</A></H2>
<P> You can adjust the automatic tick marks by telling JpGraph how dense
 you want them to be. You use the <A href="../ref/Graph.html#_GRAPH_SETTICKDENSITY">
 Graph::SetTickDensity()</A> method. You can set the density setting in
 four steps</P>
<UL>
<LI> TICKD_VERYSPARSE, Very few ticks</LI>
<LI> TICKD_SPARSE, Few ticks</LI>
<LI> TICKD_NORMAL, Standard number of ticks</LI>
<LI> TICKD_DENSE, Large number of ticks</LI>
</UL>
<P> Taking the previous example with the manual scale but automatic
 ticks and using a denser ticks setting gives the following result<DIV class="example">
<BR> <A href="exframes/frame_manscaleex3.html" target="blank"><IMG border="0"
HEIGHT="200"  src="img/manscaleex3.png" WIDTH="250"></A>
<BR><B>Figure 75:</B> Manual scale with automatic ticks but with a
 denser tick settings. <A href="exframes/frame_manscaleex3.html" target="blank">
[src]</A>&nbsp;
<P></P>
</DIV></P>
<P></P>
<HR NOSHADE>
<A HREF="toc.html">Contents</A>
<A HREF="88Specifyingthescalemanually.html">Previous</A>
<A HREF="810Handlingdatetimescales.html">Next</A>
</BODY>
</HTML>