IF i do as Hanan AND Amon (that is an AND not an OR) said--I get the values to the right, but inside the inner box. i'm not smart enuf to figure out why...
I know most of you know this, but the standard box size under $10/share is .5---not 1. So when you are comparing, say SUNW from other P&F charts to AB, this MIGHT explain the difference. I also think Investors Intelligence http://www.investorsintelligence.com/x/default.html is one of the, if not THE Standards in P&F. hth, ron Amon Ra wrote: > You must click on the chart and the grids will apeared > snip Hanan wrote: After debugging the code i have found that: if (PlotGridLines) { // plot the values ... } Is never accessed which explains why we can not see the plot. i have replaced it ( just for debug ) with: if (1==1) { } And i can see the Axis values. Not sure regarding the reason for if to be non true although i choose Yes in ParamToggle() Hanan
