delayPick for align and valign for tile is not working
STYLE = {align:series(LEFT,RIGHT), color:series(red,blue), delayPick:true}
new Tile(new Rectangle({min:10, max:200}, 100), 1,5, 0,30).center();
delayPick for align and valign for tile is not working
STYLE = {align:series(LEFT,RIGHT), color:series(red,blue), delayPick:true}
new Tile(new Rectangle({min:10, max:200}, 100), 1,5, 0,30).center();
Thinking it is in the Tile itself that align is not working - complicated - will see what's happening tomorrow.
Oh. I figured it out. We can't do this at the moment. The align is always the same for a single column. When there are multiple columns, then it aligns according to the vee value.