Standalone API 2.7.9 reversed coloration of BID and ASK.
/*
* v2.7.9 modify some theme attributes of existing chart
*/
IChartTheme ichartTheme = ichartPresentationManager.getTheme(); // created chart
ichartTheme.setColor(ColoredElement.BID, Color.black); // BUG: BID color will display blue
ichartTheme.setColor(ColoredElement.ASK, Color.blue); // BUG: ASK color will display black
ichartPresentationManager.setTheme(ichartTheme); // modified theme
(I don't know how to attach a screenshot, since I was unable to drag and drop my screenshot to attach it. Why has the forum upload method changed? I'll attach an image if I can understand how. It says "Drop files here to attach them" but refuses to attach. I use the Google Chrome browser.)
Renamed .PNG to .png and attached the image on edit...
