control.Region(n).Caption.BackColor

Type:Long (RMC_Colors constant or any RGB value)
Purpose:Sets the background color of the caption
Default:

No back color

Accessible:Runtime
Remarks:

-

Example:RMChartX1.AddRegion
RMChartX1.Region(1).AddCaption
RMChartX1.Region(1).Caption.BackColor = RGB(255,255,225)