| control.Caption.SetProperties(sCaption, [nBackColor], [nTextColor], [nFontsize], [nBold]) | ||
| Purpose | Set the properties in one call instead setting each property apart. | |
| Parameter | ||
| sCaption String | See Titel | |
| nBackColor Long (RMC_Colors constant or any RGB value) | See BackColor | |
| nTextColor Long(RMC_Colors constant or any RGB value) | See TextColor | |
| nFontsize Long | See FontSize | |
| nBold Long (Boolean) | See Bold | |
| Return value | - | |
| Remarks | - | |
| Example | RMChartX1.Region(1).Caption.SetProperties "The caption", BabyBlue,Yellow,12,TRUE | |