RadarGraph | Graph |
Add() HideTickMarks() RadarGraph() SetCenter() SetColor() SetPlotSize() SetPos() SetScale() SetSize() SetTickDensity() SetTitles() ShowMinorTickmarks() Stroke() SupressTickMarks() |
Add a spider plot to the spider graph
Argument | Default | Description |
---|---|---|
&$splot | Plot to add (instance of SpiderPlot) |
Example
Hide tick marks on spider axis
Argument | Default | Description |
---|---|---|
$aFlag | true | True=Hide tick marks |
Example
Construct a new radar graph
Argument | Default | Description |
---|---|---|
$width | 300 | Imaghe width |
$height | 200 | Image Height |
$cachedName | "" | Cache file name |
$timeout | 0 | Cache timout (in minutes) |
$inline | 1 | Inline image |
Example
Specify position for center of spider graph
Argument | Default | Description |
---|---|---|
$px | Fraction of width | |
$py | 0.5 | Fraction of height |
Example
Set background color for graph
Argument | Default | Description |
---|---|---|
$c | Color |
Example
Specify size of spider graph
Argument | Default | Description |
---|---|---|
$aSize | Fraction of image size |
Example
Alias for Set Center. Specify position of the center of the graph
Argument | Default | Description |
---|---|---|
$px | Fraction of width | |
$py | 0.5 | Fraction of height |
Example
Specify manual scale for spider graph
Argument | Default | Description |
---|---|---|
$axtype | Axis type | |
$ymin | 1 | Min Y-value |
$ymax | 1 | Max Y-value |
Example
Specify the length of the axis
Argument | Default | Description |
---|---|---|
$aSize | Fraction of image size |
Example
Specify tick density
Argument | Default | Description |
---|---|---|
$densy | TICKD_NORMAL | Density |
Example
Specify titles for all the spider axis
Argument | Default | Description |
---|---|---|
$title | Array of titles |
Example
Show minor tick marks
Argument | Default | Description |
---|---|---|
$aFlag | true | True=Show minor tick marks |
Example
Stroke the Spider graph
Argument | Default | Description |
---|---|---|
$aStrokeFileName | "" | Filename |
Example
Suppress all tick marks on the spider axis
Argument | Default | Description |
---|---|---|
$f | true | True=Hide tick marks |
Example