control.Region(n).Footer

Type:String
Purpose:Adds a footer to the region.
Default:""
Accessible:Runtime
Remarks:The footer is as default printed in the lower right corner of the region in black color and an eight point font. You can set the font's size and weight and the alignment of the footer: add a backslash (\) at the end of the text, followed by a number and/or the char b, if you want to have the text printetd bold. For left alignment add l, for centered add c.
Example:RMChartX1.AddRegion
RMChartX1.Region(1).Footer = "data source: www.yahoo.com"