| control.Region(n).HighLowSeries.ColorHigh | ||
| Type: | Long (RMC_Colors constant or any RGB value) |
| Purpose: | Sets the color for a HighLowSeries object in case the closing value is higher or equal than the opening value. |
| Default: | LimeGreen |
| Accessible: | Runtime |
| Remarks: | - |
| Example: | RMChartX1.AddRegion RMChartX1.Region(1).AddHighLowSeries RMChartX1.Region(1).HighLowSeries.ColorHigh = GhostGreen |