MinorGridLineColors
MinorGridLineColors ( directionAxis ; distributionAxis ; color1 ; color2 ; . . . ; color1000 )
Argument | Type | Range | Default | Note |
---|---|---|---|---|
directionAxis | int | 0..3 | all | |
distributionAxis | int | 0..3 | all | |
color1 | rgba | 0..255 | gray | |
color2 | rgba | 0..255 | gray | |
... | rgba | 0..255 | gray | |
color1000 | rgba | 0..255 | gray |
Examples
MinorGridLineColors(all;all;lightGray)
MinorGridLineColors(x;y;lightGray;gray)
Description
The minor grid functions work the same way as the major grid functions. Please note that the minor grid can only be activated by defining a minor interval number greater than 1 in the Scaling() function.