Try using zero instead of Low as the yposition parameter, with an offset of something like 10.
GP --- In [email protected], "dralexchambers" <[EMAIL PROTECTED]> wrote: > > I'd like to plot a square at the bottom of my chart according to an > array I have which could either be 1 or 0. > > I have tried: > > PlotShapes(shapeSquare,IIf(myVar==1,colorGreen,colorRed),0,L,0); > > However, this plots at the Low of each bar. > > Please see this screenshot for the effect I am trying to achieve: > > http://www.chambers-media.com/01.jpg > > Thanks! >
