PiePlotC | PiePlot |
PiePlotC() SetMid() SetMidColor() SetMidCSIM() SetMidSize() SetMidTitle() |
Create a Pie plot with a filled circle in the middle
Argument | Default | Description |
---|---|---|
$data | Data array | |
$aCenterTitle | '' | Title for center circle |
Example
Specify all parameters for the center circle
Argument | Default | Description |
---|---|---|
$aTitle | Title text for center circle | |
$aColor | 'white' | Fill color for center circle |
$aSize | 0.5 | Size of center. Specified as fraction of radius |
Example
Specify fill color for center circle
Argument | Default | Description |
---|---|---|
$aColor | Color |
Example
Specify URL target for filled middle circle
Argument | Default | Description |
---|---|---|
$aTarget | Target URL string | |
$aAlt | Alt text |
Example
Specify size for center circle
Argument | Default | Description |
---|---|---|
$aSize | Size in fraction of the radius |
Example
Specify title for the center circle.
Argument | Default | Description |
---|---|---|
$aTitle | Title |
Example