Tagged Questions
0
votes
2answers
905 views
Dyanmically updating Legends - ActionScript 3
I have some issues in updating the legends created using action script.
Please read the following steps to understand the issue.
Created a line chart with two data Series.
Created a legend.
...
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++) {
...