Hey guys,
For some reason any attempt for me to use:
drawShapeRelative(0,high(0) * 1.01,Shape.UPARROW,null,Color.black,drawnElementId ++);
drawShapeRelative(0,high(0) * 1.02,Shape.UPARROW,null,Color.black,drawnElementId ++);
is not working. I only get the last one.
I've tried all sorts of different tagID variations but I cant get it.
However, I can use the drawShape 4 times and then put one ShapeRelative above that.
But multiple DrawSHapeRelative isnt working.
Any ideas?
For some reason any attempt for me to use:
drawShapeRelative(0,high(0) * 1.01,Shape.UPARROW,null,Color.black,drawnElementId ++);
drawShapeRelative(0,high(0) * 1.02,Shape.UPARROW,null,Color.black,drawnElementId ++);
is not working. I only get the last one.
I've tried all sorts of different tagID variations but I cant get it.
However, I can use the drawShape 4 times and then put one ShapeRelative above that.
But multiple DrawSHapeRelative isnt working.
Any ideas?
Comment