control.Region(n).Caption.Titel

Type:String
Purpose:Text for the caption
Default:

""

Accessible:Runtime
Remarks:

The maximum length for the caption is 200 chars.

Example:RMChartX1.AddRegion
RMChartX1.Region(1).AddCaption
RMChartX1.Region(1).Caption.Titel = "This is the caption"