Grid |
SetColor() SetFill() SetLineStyle() SetWeight() Show() |
Set color of grid lines
Argument | Default | Description |
---|---|---|
$aMajColor | Major color | |
$aMinColor | false | Minor color |
Example
Specify fill style for grid
Argument | Default | Description |
---|---|---|
$aFlg | true | Flag, True=enable fill |
$aColor1 | 'lightgray' | Fill color 1 |
$aColor2 | 'lightblue' | Fill color 2 |
Example
Specify if grid line should be dashed, dotted or solid
Argument | Default | Description |
---|---|---|
$aType | String to specify line type |
Example
Set line weight for grid line
Argument | Default | Description |
---|---|---|
$aWeight | Line width in pixels |
Example
Specify if both major and minor grid should be displayed
Argument | Default | Description |
---|---|---|
$aShowMajor | true | True=Show major grid lines |
$aShowMinor | false | True=Show minor grid lines |
Example