Tagged Questions
0
votes
3answers
1k views
Adding LegendItems in Flex places horizontally not vertically (as it's supposed to)
I'm dynamically inserting LegendItems into a Legend using the following code:
signalLegend.removeAllChildren();
signalLegend.direction = "vertical";
for (var i:int = 0; i < numItems - 1; i++) {
...