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