1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
3 <html><head><title>$.jqplot.CanvasOverlay
</title><link rel=
"stylesheet" type=
"text/css" href=
"../../styles/main.css"><script language=JavaScript
src=
"../../javascript/main.js"></script><script language=JavaScript
src=
"../../javascript/searchdata.js"></script></head><body class=
"ContentPage" onLoad=
"NDOnLoad()"><script language=JavaScript
><!--
4 if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>
6 <!-- Generated by Natural Docs, version 1.4 -->
7 <!-- http://www.naturaldocs.org -->
9 <!-- saved from url=(0026)http://www.naturaldocs.org -->
14 <div id=Content
><div class=
"CClass"><div class=CTopic id=MainTopic
><div class=
"CTitle logo"><div class=
"nav"><a class=
"nav" href=
"../../../index.php"><span>></span>Home
</a><a class=
"nav" href=
"../../../tests/"><span>></span>Examples
</a><a class=
"nav" href=
"../../../docs/"><span>></span>Docs
</a><a class=
"nav" href=
"http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download
</a><a class=
"nav" href=
"../../../info.php"><span>></span>Info
</a><a class=
"nav" href=
"../../../donate.php"><span>></span>Donate
</a></div><a name=
"$.jqplot.CanvasOverlay"></a>$.jqplot.
<wbr>CanvasOverlay
</div><div class=CBody
><!--START_ND_SUMMARY--><div class=Summary
><div class=STitle
>Summary
</div><div class=SBorder
><table border=
0 cellspacing=
0 cellpadding=
0 class=STable
><tr class=
"SMain"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay" >$.jqplot.
<wbr>CanvasOverlay
</a></td><td class=SDescription
></td></tr><tr class=
"SGroup SIndent1"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.Properties" >Properties
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.objects" id=link1
onMouseOver=
"ShowTip(event, 'tt1', 'link1')" onMouseOut=
"HideTip('tt1')">objects
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.name" >name
</a></td><td class=SDescription
>Optional name for the overlay object.
</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.show" >show
</a></td><td class=SDescription
>true to show (draw), false to not draw.
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.lineWidth" >lineWidth
</a></td><td class=SDescription
>Width of the line.
</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.lineCap" >lineCap
</a></td><td class=SDescription
>Type of ending placed on the line [
‘round
’,
‘butt
’,
‘square
’]
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.color" >color
</a></td><td class=SDescription
>color of the line
</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.shadow" >shadow
</a></td><td class=SDescription
>wether or not to draw a shadow on the line
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.shadowAngle" >shadowAngle
</a></td><td class=SDescription
>Shadow angle in degrees
</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.shadowOffset" >shadowOffset
</a></td><td class=SDescription
>Shadow offset from line in pixels
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.shadowDepth" >shadowDepth
</a></td><td class=SDescription
>Number of times shadow is stroked, each stroke offset shadowOffset from the last.
</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.shadowAlpha" >shadowAlpha
</a></td><td class=SDescription
>Alpha channel transparency of shadow.
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.xaxis" >xaxis
</a></td><td class=SDescription
>X axis to use for positioning/scaling the line.
</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.yaxis" >yaxis
</a></td><td class=SDescription
>Y axis to use for positioning/scaling the line.
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.showTooltip" >showTooltip
</a></td><td class=SDescription
>Show a tooltip with data point values.
</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.showTooltipPrecision" >showTooltipPrecision
</a></td><td class=SDescription
>Controls how close to line cursor must be to show tooltip.
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.tooltipLocation" >tooltipLocation
</a></td><td class=SDescription
>Where to position tooltip,
‘n
’,
‘ne
’,
‘e
’,
‘se
’,
‘s
’,
‘sw
’,
‘w
’,
‘nw
’</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.fadeTooltip" >fadeTooltip
</a></td><td class=SDescription
>true = fade in/out tooltip, flase = show/hide tooltip
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.tooltipFadeSpeed" >tooltipFadeSpeed
</a></td><td class=SDescription
>‘slow
’,
‘def
’,
‘fast
’, or number of milliseconds.
</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.tooltipOffset" >tooltipOffset
</a></td><td class=SDescription
>Pixel offset of tooltip from the highlight.
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#$.jqplot.CanvasOverlay.tooltipFormatString" id=link2
onMouseOver=
"ShowTip(event, 'tt2', 'link2')" onMouseOut=
"HideTip('tt2')">tooltipFormatString
</a></td><td class=SDescription
>Format string passed the x and y values of the cursor on the line.
</td></tr><tr class=
"SClass"><td class=SEntry
><a href=
"#Line" >Line
</a></td><td class=SDescription
>A straight line.
</td></tr><tr class=
"SGroup SIndent1"><td class=SEntry
><a href=
"#Line.Properties" >Properties
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#Line.start" >start
</a></td><td class=SDescription
>[x, y] coordinates for the start of the line.
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#Line.stop" id=link3
onMouseOver=
"ShowTip(event, 'tt3', 'link3')" onMouseOut=
"HideTip('tt3')">stop
</a></td><td class=SDescription
>[x, y] coordinates for the end of the line.
</td></tr><tr class=
"SClass"><td class=SEntry
><a href=
"#HorizontalLine" >HorizontalLine
</a></td><td class=SDescription
>A straight horizontal line.
</td></tr><tr class=
"SGroup SIndent1"><td class=SEntry
><a href=
"#HorizontalLine.Properties" >Properties
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#HorizontalLine.y" >y
</a></td><td class=SDescription
>y value to position the line
</td></tr><tr class=
"SProperty SIndent2"><td class=SEntry
><a href=
"#HorizontalLine.xmin" >xmin
</a></td><td class=SDescription
>x value for the start of the line, null to scale to axis min.
</td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#HorizontalLine.xmax" >xmax
</a></td><td class=SDescription
>x value for the end of the line, null to scale to axis max.
</td></tr><tr class=
"SClass"><td class=SEntry
><a href=
"#DashedHorizontalLine" >DashedHorizontalLine
</a></td><td class=SDescription
>A straight dashed horizontal line.
</td></tr><tr class=
"SGroup SIndent1"><td class=SEntry
><a href=
"#DashedHorizontalLine.Properties" >Properties
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#DashedHorizontalLine.dashPattern" id=link4
onMouseOver=
"ShowTip(event, 'tt4', 'link4')" onMouseOut=
"HideTip('tt4')">dashPattern
</a></td><td class=SDescription
>Array of line, space settings in pixels.
</td></tr><tr class=
"SClass"><td class=SEntry
><a href=
"#VerticalLine" >VerticalLine
</a></td><td class=SDescription
>A straight vertical line.
</td></tr><tr class=
"SClass"><td class=SEntry
><a href=
"#DashedVerticalLine" >DashedVerticalLine
</a></td><td class=SDescription
>A straight dashed vertical line.
</td></tr><tr class=
"SGroup SIndent1"><td class=SEntry
><a href=
"#DashedVerticalLine.Properties" >Properties
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent2 SMarked"><td class=SEntry
><a href=
"#DashedVerticalLine.dashPattern" id=link5
onMouseOver=
"ShowTip(event, 'tt5', 'link5')" onMouseOut=
"HideTip('tt5')">dashPattern
</a></td><td class=SDescription
>Array of line, space settings in pixels.
</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
16 <div class=
"CGroup"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.Properties"></a>Properties
</h3></div></div>
18 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.objects"></a>objects
</h3><div class=CBody
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>this.objects = []
</td></tr></table></blockquote></div></div></div>
20 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.name"></a>name
</h3><div class=CBody
><p>Optional name for the overlay object.
Can be later used to retrieve the object by name.
</p></div></div></div>
22 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.show"></a>show
</h3><div class=CBody
><p>true to show (draw), false to not draw.
</p></div></div></div>
24 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.lineWidth"></a>lineWidth
</h3><div class=CBody
><p>Width of the line.
</p></div></div></div>
26 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.lineCap"></a>lineCap
</h3><div class=CBody
><p>Type of ending placed on the line [
‘round
’,
‘butt
’,
‘square
’]
</p></div></div></div>
28 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.color"></a>color
</h3><div class=CBody
><p>color of the line
</p></div></div></div>
30 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.shadow"></a>shadow
</h3><div class=CBody
><p>wether or not to draw a shadow on the line
</p></div></div></div>
32 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.shadowAngle"></a>shadowAngle
</h3><div class=CBody
><p>Shadow angle in degrees
</p></div></div></div>
34 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.shadowOffset"></a>shadowOffset
</h3><div class=CBody
><p>Shadow offset from line in pixels
</p></div></div></div>
36 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.shadowDepth"></a>shadowDepth
</h3><div class=CBody
><p>Number of times shadow is stroked, each stroke offset shadowOffset from the last.
</p></div></div></div>
38 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.shadowAlpha"></a>shadowAlpha
</h3><div class=CBody
><p>Alpha channel transparency of shadow.
0 = transparent.
</p></div></div></div>
40 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.xaxis"></a>xaxis
</h3><div class=CBody
><p>X axis to use for positioning/scaling the line.
</p></div></div></div>
42 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.yaxis"></a>yaxis
</h3><div class=CBody
><p>Y axis to use for positioning/scaling the line.
</p></div></div></div>
44 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.showTooltip"></a>showTooltip
</h3><div class=CBody
><p>Show a tooltip with data point values.
</p></div></div></div>
46 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.showTooltipPrecision"></a>showTooltipPrecision
</h3><div class=CBody
><p>Controls how close to line cursor must be to show tooltip.
Higher number = closer to line, lower number = farther from line.
1.0 = cursor must be over line.
</p></div></div></div>
48 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.tooltipLocation"></a>tooltipLocation
</h3><div class=CBody
><p>Where to position tooltip,
‘n
’,
‘ne
’,
‘e
’,
‘se
’,
‘s
’,
‘sw
’,
‘w
’,
‘nw
’</p></div></div></div>
50 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.fadeTooltip"></a>fadeTooltip
</h3><div class=CBody
><p>true = fade in/out tooltip, flase = show/hide tooltip
</p></div></div></div>
52 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.tooltipFadeSpeed"></a>tooltipFadeSpeed
</h3><div class=CBody
><p>’slow
’,
‘def
’,
‘fast
’, or number of milliseconds.
</p></div></div></div>
54 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.tooltipOffset"></a>tooltipOffset
</h3><div class=CBody
><p>Pixel offset of tooltip from the highlight.
</p></div></div></div>
56 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"$.jqplot.CanvasOverlay.tooltipFormatString"></a>tooltipFormatString
</h3><div class=CBody
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>tooltipFormatString: '%d, %d' }
</td></tr></table></blockquote><p>Format string passed the x and y values of the cursor on the line. e.g.,
‘Dogs: %
.2f, Cats: %d
’.
</p></div></div></div>
58 <div class=
"CClass"><div class=CTopic
><h2 class=CTitle
><a name=
"Line"></a>Line
</h2><div class=CBody
><p>A straight line.
</p><!--START_ND_SUMMARY--><div class=Summary
><div class=STitle
>Summary
</div><div class=SBorder
><table border=
0 cellspacing=
0 cellpadding=
0 class=STable
><tr class=
"SGroup"><td class=SEntry
><a href=
"#Line.Properties" >Properties
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent1 SMarked"><td class=SEntry
><a href=
"#Line.start" >start
</a></td><td class=SDescription
>[x, y] coordinates for the start of the line.
</td></tr><tr class=
"SProperty SIndent1"><td class=SEntry
><a href=
"#Line.stop" id=link6
onMouseOver=
"ShowTip(event, 'tt3', 'link6')" onMouseOut=
"HideTip('tt3')">stop
</a></td><td class=SDescription
>[x, y] coordinates for the end of the line.
</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
60 <div class=
"CGroup"><div class=CTopic
><h3 class=CTitle
><a name=
"Line.Properties"></a>Properties
</h3></div></div>
62 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"Line.start"></a>start
</h3><div class=CBody
><p>[x, y] coordinates for the start of the line.
</p></div></div></div>
64 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"Line.stop"></a>stop
</h3><div class=CBody
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>stop: [] }
</td></tr></table></blockquote><p>[x, y] coordinates for the end of the line.
</p></div></div></div>
66 <div class=
"CClass"><div class=CTopic
><h2 class=CTitle
><a name=
"HorizontalLine"></a>HorizontalLine
</h2><div class=CBody
><p>A straight horizontal line.
</p><!--START_ND_SUMMARY--><div class=Summary
><div class=STitle
>Summary
</div><div class=SBorder
><table border=
0 cellspacing=
0 cellpadding=
0 class=STable
><tr class=
"SGroup"><td class=SEntry
><a href=
"#HorizontalLine.Properties" >Properties
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent1 SMarked"><td class=SEntry
><a href=
"#HorizontalLine.y" >y
</a></td><td class=SDescription
>y value to position the line
</td></tr><tr class=
"SProperty SIndent1"><td class=SEntry
><a href=
"#HorizontalLine.xmin" >xmin
</a></td><td class=SDescription
>x value for the start of the line, null to scale to axis min.
</td></tr><tr class=
"SProperty SIndent1 SMarked"><td class=SEntry
><a href=
"#HorizontalLine.xmax" >xmax
</a></td><td class=SDescription
>x value for the end of the line, null to scale to axis max.
</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
68 <div class=
"CGroup"><div class=CTopic
><h3 class=CTitle
><a name=
"HorizontalLine.Properties"></a>Properties
</h3></div></div>
70 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"HorizontalLine.y"></a>y
</h3><div class=CBody
><p>y value to position the line
</p></div></div></div>
72 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"HorizontalLine.xmin"></a>xmin
</h3><div class=CBody
><p>x value for the start of the line, null to scale to axis min.
</p></div></div></div>
74 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"HorizontalLine.xmax"></a>xmax
</h3><div class=CBody
><p>x value for the end of the line, null to scale to axis max.
</p></div></div></div>
76 <div class=
"CClass"><div class=CTopic
><h2 class=CTitle
><a name=
"DashedHorizontalLine"></a>DashedHorizontalLine
</h2><div class=CBody
><p>A straight dashed horizontal line.
</p><!--START_ND_SUMMARY--><div class=Summary
><div class=STitle
>Summary
</div><div class=SBorder
><table border=
0 cellspacing=
0 cellpadding=
0 class=STable
><tr class=
"SGroup"><td class=SEntry
><a href=
"#DashedHorizontalLine.Properties" >Properties
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent1 SMarked"><td class=SEntry
><a href=
"#DashedHorizontalLine.dashPattern" id=link7
onMouseOver=
"ShowTip(event, 'tt4', 'link7')" onMouseOut=
"HideTip('tt4')">dashPattern
</a></td><td class=SDescription
>Array of line, space settings in pixels.
</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
78 <div class=
"CGroup"><div class=CTopic
><h3 class=CTitle
><a name=
"DashedHorizontalLine.Properties"></a>Properties
</h3></div></div>
80 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"DashedHorizontalLine.dashPattern"></a>dashPattern
</h3><div class=CBody
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>dashPattern: [
8,
8] }
</td></tr></table></blockquote><p>Array of line, space settings in pixels.
Default is
8 pixel of line,
8 pixel of space.
Note, limit to a
2 element array b/c of bug with higher order arrays.
</p></div></div></div>
82 <div class=
"CClass"><div class=CTopic
><h2 class=CTitle
><a name=
"VerticalLine"></a>VerticalLine
</h2><div class=CBody
><p>A straight vertical line.
</p></div></div></div>
84 <div class=
"CClass"><div class=CTopic
><h2 class=CTitle
><a name=
"DashedVerticalLine"></a>DashedVerticalLine
</h2><div class=CBody
><p>A straight dashed vertical line.
</p><!--START_ND_SUMMARY--><div class=Summary
><div class=STitle
>Summary
</div><div class=SBorder
><table border=
0 cellspacing=
0 cellpadding=
0 class=STable
><tr class=
"SGroup"><td class=SEntry
><a href=
"#DashedVerticalLine.Properties" >Properties
</a></td><td class=SDescription
></td></tr><tr class=
"SProperty SIndent1 SMarked"><td class=SEntry
><a href=
"#DashedVerticalLine.dashPattern" id=link8
onMouseOver=
"ShowTip(event, 'tt5', 'link8')" onMouseOut=
"HideTip('tt5')">dashPattern
</a></td><td class=SDescription
>Array of line, space settings in pixels.
</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
86 <div class=
"CGroup"><div class=CTopic
><h3 class=CTitle
><a name=
"DashedVerticalLine.Properties"></a>Properties
</h3></div></div>
88 <div class=
"CProperty"><div class=CTopic
><h3 class=CTitle
><a name=
"DashedVerticalLine.dashPattern"></a>dashPattern
</h3><div class=CBody
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>dashPattern: [
8,
8] }
</td></tr></table></blockquote><p>Array of line, space settings in pixels.
Default is
8 pixel of line,
8 pixel of space.
Note, limit to a
2 element array b/c of bug with higher order arrays.
</p></div></div></div>
93 <div id=Footer
>Copyright
© 2009 -
2010 Chris Leonello
· Updated October
7th,
2012 · <a href=
"http://www.naturaldocs.org">Generated by Natural Docs
</a></div><!--Footer-->
96 <div id=Menu
><div class=MEntry
><div class=MGroup
><a href=
"javascript:ToggleMenu('MGroupContent1')">Usage and Options
</a><div class=MGroupContent id=MGroupContent1
><div class=MEntry
><div class=MFile
><a href=
"../usage-txt.html">Usage
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqPlotOptions-txt.html">jqPlot Options
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../optionsTutorial-txt.html">Options Tutorial
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqPlotCssStyling-txt.html">jqPlot CSS Customization
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../changes-txt.html">Change Log
</a></div></div><div class=MEntry
><div class=MLink
><a href=
"../../tests/">Examples
</a></div></div></div></div></div><div class=MEntry
><div class=MGroup
><a href=
"javascript:ToggleMenu('MGroupContent4')">API Documentation
</a><div class=MGroupContent id=MGroupContent4
><div class=MEntry
><div class=MFile
><a href=
"../jqplot-core-js.html">jqPlot Charts
</a></div></div><div class=MEntry
><div class=MGroup
><a href=
"javascript:ToggleMenu('MGroupContent2')">Core Renderers
</a><div class=MGroupContent id=MGroupContent2
><div class=MEntry
><div class=MFile
><a href=
"../jqplot-axisTickRenderer-js.html">Axis Tick Renderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-canvasGridRenderer-js.html">Canvas Grid Renderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-divTitleRenderer-js.html">Div Title Renderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-linearAxisRenderer-js.html">Linear Axis Renderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-markerRenderer-js.html">Marker Renderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-shapeRenderer-js.html">Shape Renderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-shadowRenderer-js.html">Shadow Renderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-lineRenderer-js.html">Line Renderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-axisLabelRenderer-js.html">Axis Label Renderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-themeEngine-js.html">Theme Engine
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../jqplot-toImage-js.html">fn
</a></div></div></div></div></div><div class=MEntry
><div class=MGroup
><a href=
"javascript:ToggleMenu('MGroupContent3')">Plugins
</a><div class=MGroupContent id=MGroupContent3
><div class=MEntry
><div class=MFile
><a href=
"jqplot-barRenderer-js.html">jqplot.
<wbr>BarRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-BezierCurveRenderer-js.html">jqplot.
<wbr>BezierCurveRenderer.js
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-blockRenderer-js.html">jqplot.
<wbr>BlockRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-bubbleRenderer-js.html">jqplot.
<wbr>BubbleRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-canvasAxisLabelRenderer-js.html">jqplot.
<wbr>CanvasAxisLabelRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-canvasAxisTickRenderer-js.html">jqplot.
<wbr>CanvasAxisTickRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-pyramidGridRenderer-js.html">jqplot.
<wbr>CanvasGridRenderer
</a></div></div><div class=MEntry
><div class=MFile id=MSelected
>jqplot.
<wbr>CanvasOverlay
</div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-categoryAxisRenderer-js.html">jqplot.
<wbr>CategoryAxisRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-ciParser-js.html">jqplot.
<wbr>ciParser
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-cursor-js.html">jqplot.
<wbr>Cursor
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-dateAxisRenderer-js.html">jqplot.
<wbr>DateAxisRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-donutRenderer-js.html">jqplot.
<wbr>DonutRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-dragable-js.html">jqplot.
<wbr>Dragable
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-enhancedLegendRenderer-js.html">jqplot.
<wbr>enhancedLegendRenderer.js
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-funnelRenderer-js.html">jqplot.
<wbr>FunnelRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-highlighter-js.html">jqplot.
<wbr>Highlighter
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-logAxisRenderer-js.html">jqplot.
<wbr>LogAxisRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-mekkoAxisRenderer-js.html">jqplot.
<wbr>MekkoAxisRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-mekkoRenderer-js.html">jqplot.
<wbr>MekkoRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-meterGaugeRenderer-js.html">jqplot.
<wbr>MeterGaugeRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-ohlcRenderer-js.html">jqplot.
<wbr>OHLCRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-pieRenderer-js.html">jqplot.
<wbr>PieRenderer
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-pointLabels-js.html">jqplot.
<wbr>PointLabels
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-pyramidAxisRenderer-js.html">jqplot.
<wbr>pyramidAxisRenderer.js
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-pyramidRenderer-js.html">jqplot.
<wbr>pyramidRenderer.js
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"jqplot-trendline-js.html">jqplot.
<wbr>Trendline
</a></div></div></div></div></div></div></div></div><div class=MEntry
><div class=MFile
><a href=
"../gpl-2-0-txt.html">GPL License
</a></div></div><div class=MEntry
><div class=MFile
><a href=
"../MIT-LICENSE-txt.html">MIT License
</a></div></div><div class=MEntry
><div class=MGroup
><a href=
"javascript:ToggleMenu('MGroupContent5')">Index
</a><div class=MGroupContent id=MGroupContent5
><div class=MEntry
><div class=MIndex
><a href=
"../../index/General.html">Everything
</a></div></div><div class=MEntry
><div class=MIndex
><a href=
"../../index/Classes.html">Classes
</a></div></div><div class=MEntry
><div class=MIndex
><a href=
"../../index/Properties.html">Properties
</a></div></div><div class=MEntry
><div class=MIndex
><a href=
"../../index/Functions.html">Functions
</a></div></div><div class=MEntry
><div class=MIndex
><a href=
"../../index/Hooks.html">Hooks
</a></div></div><div class=MEntry
><div class=MIndex
><a href=
"../../index/Files.html">Files
</a></div></div></div></div></div><script type=
"text/javascript"><!--
97 var searchPanel
= new SearchPanel("searchPanel", "HTML", "../../search");
98 --></script><div id=MSearchPanel class=MSearchPanelInactive
><input type=text id=MSearchField value=Search
onFocus=
"searchPanel.OnSearchFieldFocus(true)" onBlur=
"searchPanel.OnSearchFieldFocus(false)" onKeyUp=
"searchPanel.OnSearchFieldChange()"><select id=MSearchType
onFocus=
"searchPanel.OnSearchTypeFocus(true)" onBlur=
"searchPanel.OnSearchTypeFocus(false)" onChange=
"searchPanel.OnSearchTypeChange()"><option id=MSearchEverything selected
value=
"General">Everything
</option><option value=
"Classes">Classes
</option><option value=
"Files">Files
</option><option value=
"Functions">Functions
</option><option value=
"Hooks">Hooks
</option><option value=
"Properties">Properties
</option></select></div><script language=JavaScript
><!--
99 HideAllBut([3, 4], 6);// --></script></div><!--Menu-->
103 <!--START_ND_TOOLTIPS-->
104 <div class=CToolTip
id=
"tt1"><div class=CProperty
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>this.objects = []
</td></tr></table></blockquote></div></div><div class=CToolTip
id=
"tt2"><div class=CProperty
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>tooltipFormatString: '%d, %d' }
</td></tr></table></blockquote>Format string passed the x and y values of the cursor on the line.
</div></div><div class=CToolTip
id=
"tt3"><div class=CProperty
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>stop: [] }
</td></tr></table></blockquote>[x, y] coordinates for the end of the line.
</div></div><div class=CToolTip
id=
"tt4"><div class=CProperty
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>dashPattern: [
8,
8] }
</td></tr></table></blockquote>Array of line, space settings in pixels.
</div></div><div class=CToolTip
id=
"tt5"><div class=CProperty
><blockquote><table border=
0 cellspacing=
0 cellpadding=
0 class=Prototype
><tr><td>dashPattern: [
8,
8] }
</td></tr></table></blockquote>Array of line, space settings in pixels.
</div></div><!--END_ND_TOOLTIPS-->
109 <div id=MSearchResultsWindow
><iframe src=
"" frameborder=
0 name=MSearchResults id=MSearchResults
></iframe><a href=
"javascript:searchPanel.CloseResultsWindow()" id=MSearchResultsWindowClose
>Close
</a></div>
112 <script language=JavaScript
><!--
113 if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>