| control.Region(n).DataAxis(n).TextColor | ||
| Type: | Long (RMC_Colors constant or any RGB value) |
| Purpose: | Sets the color for the value labels of the data axis. |
| Default: | Black |
| Accessible: | Runtime |
| Remarks: | - |
| Example: | RMChartX1.AddRegion RMChartX1.Region(1).AddDataAxis RMChartX1.Region(1).DataAxis(1).TextColor= Blue |