I am looking to change colors on the Backtest Portfolio Equity report, and am failing. Basically just looking for a white background instead of black. Here is the standard code for the report:
I was hoping the GfxSetBkColor and GfxSetTextColor lines would change the background and the text color on the new chart. But it basically looks the same. Anyone do this successfully? Thanks!
SetChartBkColor and SetChartBkGradientFill along with adjusting the colors in the "Plot" statement allow me to change it nicely. Only thing I cannot seem to change is the text on the X and Y axis. Would like to make it black or red or something other than white so that I can use SetChartBkColor with colorWhite. See image below for numbers I am struggling to change the color of:
Axes font color can be changed only from Tools - Preferences - Colors - Axes (text).
There is not an AFL option for that one (yes, you may use Gfx but I meant there isn't simple option).