[go: up one dir, main page]

File: charts.html

package info (click to toggle)
tora 1.3.21-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,252 kB
  • ctags: 10,397
  • sloc: cpp: 108,822; sh: 10,861; makefile: 766; xml: 69; perl: 6
file content (41 lines) | stat: -rw-r--r-- 1,892 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<HTML><HEAD><TITLE>Using charts</TITLE></HEAD><BODY>
<H1>Using charts</H1>
There are several different chart types in TOra, you can see them all in the screenshot below.<P>
<IMG SRC=images/charts.png BORDER=1><P>
<H2>Piecharts</H2>
This is the most simple chart. If the chart is too small you can open a snapshot of the chart
by doubleclicking it. You can also open a context menu by rightclicking it. In the context menu
you can choose to print the chart as well and open a snapshot in a new window.<P>
<H2>Linecharts & barcharts</H2>
These two charts work in the same way. The difference is that in a barchart the values are added
on top of each other so you can easily see the sum of all values.<P>
You can zoom a part of a chart by leftclicking it and dragging a selection. If a chart is currently
zoomed the word <B>Zoom</B> is printed in the upper left corner. You can remove the zooming by right
clicking on the chart.<P>
The snapshot feature, context menu and printing works the same for these charts as for the piechart.
In the context menu you have an additional item though that is <B>Properties</B>.<P>
<IMG SRC=images/chartsetup.png><P>
<TABLE>
<TR><TD VALIGN=top><B>
Y-Axis</B></TD>
<TD VALIGN=top>This part is pretty self explanatory and is used to set up the range to display on the Y-axis of the chart.
</TD></TR>
<TR><TD VALIGN=top><B>
Show last value</B></TD>
<TD VALIGN=top>Display the last sample added to the chart under the title of the chart.
</TD></TR>
<TR><TD VALIGN=top><B>
Show axis legend</B></TD>
<TD VALIGN=top>Display text with the range and units of the axises.
</TD></TR>
<TR><TD VALIGN=top><B>
Show chart legend</B></TD>
<TD VALIGN=top>Display the colors used in the chart in a legend to the right.
</TD></TR>
<TR><TD VALIGN=top><B>Divide chart in grids
</B></TD>
<TD VALIGN=top>How many gridlines to divide a chart into.
</TD></TR>
</TABLE>
</BODY>
</HTML>