<divid=Content><divclass="CClass"><divclass=CTopicid=MainTopic><divclass="CTitle logo"><divclass="nav"><aclass="nav"href="../../../index.php"><span>></span>Home</a><aclass="nav"href="../../../tests/"><span>></span>Examples</a><aclass="nav"href="../../../docs/"><span>></span>Docs</a><aclass="nav"href="http://bitbucket.org/cleonello/jqplot/downloads/"><span>></span>Download</a><aclass="nav"href="../../../info.php"><span>></span>Info</a><aclass="nav"href="../../../donate.php"><span>></span>Donate</a></div><aname="$.jqplot.LogAxisRenderer"></a>$.jqplot.<wbr>LogAxisRenderer</div><divclass=CBody><p>A plugin for a jqPlot to render a logarithmic axis.</p><p>To use this renderer, include the plugin in your source</p><blockquote><pre><script type="text/javascript" language="javascript" src="plugins/jqplot.logAxisRenderer.js"></script></pre></blockquote><p>and supply the appropriate options to your plot</p><blockquote><pre>{axes:{xaxis:{renderer:$.jqplot.LogAxisRenderer}}}</pre></blockquote><!--START_ND_SUMMARY--><divclass=Summary><divclass=STitle>Summary</div><divclass=SBorder><tableborder=0cellspacing=0cellpadding=0class=STable><trclass="SMain"><tdclass=SEntry><ahref="#$.jqplot.LogAxisRenderer">$.jqplot.<wbr>LogAxisRenderer</a></td><tdclass=SDescription>A plugin for a jqPlot to render a logarithmic axis.</td></tr><trclass="SProperty SIndent1 SMarked"><tdclass=SEntry><ahref="#$.jqplot.LogAxisRenderer.axisDefaults">axisDefaults</a></td><tdclass=SDescription>Default properties which will be applied directly to the series.</td></tr><trclass="SGroup SIndent1"><tdclass=SEntry><ahref="#$.jqplot.LogAxisRenderer.Properties">Properties</a></td><tdclass=SDescription>Properties</td></tr><trclass="SProperty SIndent2 SMarked"><tdclass=SEntry><ahref="#$.jqplot.LogAxisRenderer.drawBaseline"id=link1onMouseOver="ShowTip(event, 'tt1', 'link1')"onMouseOut="HideTip('tt1')">drawBaseline</a></td><tdclass=SDescription>True to draw the axis baseline.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
<divclass="CProperty"><divclass=CTopic><h3class=CTitle><aname="$.jqplot.LogAxisRenderer.axisDefaults"></a>axisDefaults</h3><divclass=CBody><p>Default properties which will be applied directly to the series.</p></div></div></div>
<divclass="CGroup"><divclass=CTopic><h3class=CTitle><aname="$.jqplot.LogAxisRenderer.Properties"></a>Properties</h3><divclass=CBody><p>Properties</p><tableborder=0cellspacing=0cellpadding=0class=CDescriptionList><tr><tdclass=CDLEntry>/ base</td><tdclass=CDLDescription>the logarithmic base, commonly 2, 10 or Math.E</td></tr><tr><tdclass=CDLEntry>tickDistribution</td><tdclass=CDLDescription>’even’ or ‘power’. ‘even’ gives equal pixel spacing of the ticks on the plot. ‘power’ gives ticks in powers of 10.</td></tr></table></div></div></div>
<divclass="CProperty"><divclass=CTopic><h3class=CTitle><aname="$.jqplot.LogAxisRenderer.drawBaseline"></a>drawBaseline</h3><divclass=CBody><blockquote><tableborder=0cellspacing=0cellpadding=0class=Prototype><tr><td>this.drawBaseline = true</td></tr></table></blockquote><p>True to draw the axis baseline.</p></div></div></div>
<divclass=CToolTipid="tt1"><divclass=CProperty><blockquote><tableborder=0cellspacing=0cellpadding=0class=Prototype><tr><td>this.drawBaseline = true</td></tr></table></blockquote>True to draw the axis baseline.</div></div><!--END_ND_TOOLTIPS-->