Flex Custom UIComponents
- by user164142
I have created a graph component in AS3 which extends UIComponent. I created an mxml component which is just a Label. The idea is to use the label component to show the values on the graph when you hover over points.
I have tried two approaches.
Create the Label component using ClassFactory inside the graph so it gets created in the graph…