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