control.Caption.SetProperties(sCaption, [nBackColor], [nTextColor], [nFontsize], [nBold])

PurposeSet 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-
ExampleRMChartX1.Region(1).Caption.SetProperties "The caption", BabyBlue,Yellow,12,TRUE