I'm using WGSetMultiColors successfully in my scatter plots to get per-point coloring. I also have a high-low-close plot that I'd like to do the same with.
In the PDF version of the VB doc, WinVB100.pdf, it mentions that this routine can be used in the WGStockOpenHighLowClose plot, can I use it for WGHighLowClose as well? Thanks, Tony.
No, the WGSetMultiColors does not affect the WGOpenHighLowClose plots. Since those plots requre two colors for each x-value, one for the symbol and one for the lines, they were not implemented for use with multi-colors, which only provides for one unique color per x-value.