| 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="861StockCharts.html">
|
|
|
8 |
<LINK REL="Next" HREF="863ImagemapsforBoxandStockcharts.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="861StockCharts.html">Previous</A>
|
|
|
26 |
<A HREF="863ImagemapsforBoxandStockcharts.html">Next</A>
|
|
|
27 |
<HR NOSHADE>
|
|
|
28 |
<H3><A NAME="8_6_2">8.6.2 BoxPLots : Stock charts with a median line</A></H3>
|
|
|
29 |
<P> A minor variation of stock charts is the "BoxPlot()" this is almost
|
|
|
30 |
the same as StockPlot() but with the very small difference that in
|
|
|
31 |
addition to the open,close,min, max values you also specify a median
|
|
|
32 |
value . The median lies between the open and close value and is
|
|
|
33 |
illustrated as a horizontal line within the bar.<DIV class="example">
|
|
|
34 |
<BR> <A href="exframes/frame_boxstockex1.html" target="blank"><IMG border="0"
|
|
|
35 |
HEIGHT="200" src="img/boxstockex1.png" WIDTH="300"></A>
|
|
|
36 |
<BR><B>Figure 65:</B> A simple box type stock plot <A href="exframes/frame_boxstockex1.html"
|
|
|
37 |
target="blank">[src]</A>
|
|
|
38 |
<P></P>
|
|
|
39 |
</DIV></P>
|
|
|
40 |
<P> You may modify the median line color for positive and negative data
|
|
|
41 |
points / bars by using the <A href="../ref/BoxPlot.html#_BOXPLOT_SETMEDIANCOLOR">
|
|
|
42 |
SetMedianColor()</A> method.</P>
|
|
|
43 |
<HR NOSHADE>
|
|
|
44 |
<A HREF="toc.html">Contents</A>
|
|
|
45 |
<A HREF="861StockCharts.html">Previous</A>
|
|
|
46 |
<A HREF="863ImagemapsforBoxandStockcharts.html">Next</A>
|
|
|
47 |
</BODY>
|
|
|
48 |
</HTML>
|