Apr
13
2011

Flex object vs AS3 object

The object in Flex 4 is defined with , and the object in AS3 is defined with new Object() or {}. They are essentially the same, but there are slightly differences between them. [More]

Apr
12
2011

Completely hide series in a Flex chart

Generally, if there are already more Series in a chart, we usually don't directly remove the Series. We would hide them and show them again when needed rather than directly re-request data to redraw the chart. You may say, that's easy, just set the Series visible property to false, right? It's not true, the Series have been hidden, but their axes haven’t been updated. [More]

Month List