mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-svn-id: http://www.observium.org/svn/observer/trunk@358 61d68cd4-352d-0410-923a-c4978735b2b8
38 lines
3.6 KiB
HTML
38 lines
3.6 KiB
HTML
<style type="text/css">
|
|
<!--
|
|
A:link {font-family: helvetica, arial, geneva, sans-serif; font-size: x-small; text-decoration: none; color: #0000ff}
|
|
A:visited {font-family: helvetica, arial, geneva, sans-serif; font-size: x-small; text-decoration: none; color: #0000ff}
|
|
A:hover {font-family: helvetica, arial, geneva, sans-serif; font-size: x-small; text-decoration: underline; color: #FF0000}
|
|
th {font-family: helvetica, arial; color : blue; font-size:85%; background : lightgrey; border-right:black solid 1pt; border-bottom:black solid 1pt;}
|
|
//-->
|
|
</style><hr><a name="_C_LOGSCALE"><div style="background-color:yellow;font-family:courier new;"></a>CLASS <b>LogScale</b> EXTENDS <a href="LinearScale .html#_C_LINEARSCALE " style="font-face:arial;font-weight:bold;">LinearScale </a></div>
|
|
<i>(Defined in: jpgraph_log.php : 20)</i><table border=1><tr><td> <a href="LogScale.html" style="font-family:arial;font-weight:bold;color:darkblue;">LogScale</a> </td><td> <a href="LinearScale .html" style="font-family:arial;font-weight:bold;color:darkblue;">LinearScale </a> </td></tr><tr><td valign=top> <a href="LogScale.html#_LOGSCALE_GETMAXVAL">GetMaxVal()</a> <br>
|
|
<a href="LogScale.html#_LOGSCALE_GETMINVAL">GetMinVal()</a> <br>
|
|
</td><td valign=top> </td></tr></table> <p><div style="font-weight:bold;font-family:arial;font-size:100%;">Class usage and Overview</div>Implements a logarithmic scale. Normally accessed through the axis 'scale' property, for example $graph->xaxis->sclal <p>
|
|
<div style="font-weight:bold;font-family:arial;font-size:85%;">See also related classes:</div><a href="LinearScale.html">LinearScale</a> and <a href="Axis.html">Axis</a> <p> <hr><span style="font-family:arial;font-size:120%;font-weight:bold;">Class Methods</span><hr><p>
|
|
<p> <p> <span style='font-size:110%;'><a name="_LOGSCALE_GETMAXVAL"><div style="border-top:solid black 2pt;background-color:lightblue;font-family:courier new;font-size:90%;font-weight:bold;"><b><font color="#000000">
|
|
function GetMaxVal()</font>
|
|
</b></div></a></span>
|
|
|
|
<span style='font-family:arial;font-size:90%;'><i>Get max value for scale.</i></span><p>
|
|
<br>
|
|
|
|
<div style="font-weight:bold;font-family:arial;font-size:85%;">Description</div>Get max scale value for scale. <br>
|
|
<div style="font-weight:bold;font-family:arial;font-size:85%;">See also</div><a href="LogScale.html#_LOGSCALE_GETMINVAL">LogScale::GetMinVal</a>
|
|
<div style="font-weight:bold;font-family:arial;font-size:85%;"><p>Example</div><span style="font-family:courier;font-size:85%;"><font color="#000000">
|
|
$max = $graph->yaxis->scale->GetMaxVal();</font>
|
|
</span><br>
|
|
<p>
|
|
<p> <p> <span style='font-size:110%;'><a name="_LOGSCALE_GETMINVAL"><div style="border-top:solid black 2pt;background-color:lightblue;font-family:courier new;font-size:90%;font-weight:bold;"><b><font color="#000000">
|
|
function GetMinVal()</font>
|
|
</b></div></a></span>
|
|
|
|
<span style='font-family:arial;font-size:90%;'><i>Get minimum scale value.</i></span><p>
|
|
<br>
|
|
|
|
<div style="font-weight:bold;font-family:arial;font-size:85%;">Description</div>Get minimum scale value. <br>
|
|
<div style="font-weight:bold;font-family:arial;font-size:85%;">See also</div><a href="LogScale.html#_LOGSCALE_GETMAXVAL">LogScale::GetMaxVal</a>
|
|
<div style="font-weight:bold;font-family:arial;font-size:85%;"><p>Example</div><span style="font-family:courier;font-size:85%;"><font color="#000000">
|
|
$max = $graph->yaxis->scale->GetMinVal();</font>
|
|
</span><br>
|
|
<p> <hr> <p> |