PolarAxis | Axis |
HideTicks() SetAngleFont() SetAngleStep() SetColor() SetGridColor() SetTickColors() ShowAngleDegreeMark() ShowAngleLabel() ShowGrid() | StrokeLabels() __construct() |
HIde ticks marks
Argument | Default | Description |
---|---|---|
$aFlg | true | Hide radius tick marks |
$aAngleFlg | true | Hide angle tick marks |
Example:
Set font for angles
Argument | Default | Description |
---|---|---|
$aFontFam | Font family | |
$aFontStyle | FS_NORMAL | Font style |
$aFontSize | 10 | Font size |
Example:
Set angle step
Argument | Default | Description |
---|---|---|
$aStep | Step in degrees |
Example:
Specify axis and label colors
Argument | Default | Description |
---|---|---|
$aColor | Color for radius axis | |
$aRadColor | '' | Color for radius labels |
$aAngleColor | '' | Color for angle labels |
Example:
Set colors for the various grids
Argument | Default | Description |
---|---|---|
$aMajorColor | Major radius grid color | |
$aMinorColor | '' | Minor radius grid color |
$aAngleColor | '' | Angle grid color |
Example:
Specify color for axis tick marks
Argument | Default | Description |
---|---|---|
$aRadColor | Radius axis colors | |
$aAngleColor | '' | Angle axis colors |
Example:
Add a degree mark after each angel label
Argument | Default | Description |
---|---|---|
$aFlg | true | True=Add mark |
Example:
Show angle labels
Argument | Default | Description |
---|---|---|
$aFlg | true | True=show labels |
Example:
Determine what grid lines should be visible
Argument | Default | Description |
---|---|---|
$aMajor | true | Show major radius grid lines |
$aMinor | false | Show minor radius grid lines |
$aAngle | true | Show angle grid lines |
Example: