| control.Region(n).Grid.BicolorMode | ||
| Type: | Long (BicolorMode constant) |
| Purpose: | RMC_BICOLOR_DATAAXIS:
Every second row (or column) of the data axis will have a slightly darker color than that one choosen for the grid's background.
RMC_BICOLOR_LABELAXIS: Every second row (or column) of the label axis will have a slightly darker color than that one choosen for the grid's background. RMC_BICOLOR_BOTH: Every second row and column of the grid will have a slightly darker color than that one choosen for the grid's background. |
| Default: | 0 (RMC_BICOLOR_NONE) |
| Accessible: | Runtime |
| Remarks: | You could use the bicolor mode instead of (and of course in combination with) the gridlines. This property is only valid with grid-based charts, not with XY charts. |
| Example: | RMChartX1.AddRegion RMChartX1.Region(1).AddGrid RMChartX1.Region(1).Grid.BicolorMode = RMC_BICOLOR_DATAAXIS |