control.Region(n).ShowBorder

Type:Long (Boolean)
Purpose:Shows the region's border if TRUE
Default:0 (False).
Accessible:Runtime
Remarks:Especially when you design a chart with more then one region it can be helpfull to see the region's border on the chart. When everything is perfect, you should switch off this property.
Example:RMChartX1.AddRegion
RMChartX1.Region(1).ShowBorder = True