| control.Region(n).Width | ||
| Type: | Long |
| Purpose: | Sets the Width of the region in pixel. |
| Default: | -1 (region ends 1 pixel in front of the right border of the chart) |
| Accessible: | Runtime |
| Remarks: | You can set the width either as an absolut value (e.g. 300), or as a relative (negative) value (e.g. -5): in this case the region ends n pixel in front of the right border of the chart. |
| Example: | RMChartX1.AddRegion RMChartX1.Region(1).Width = 300 |