Hello, group. I have to render labels for horizontal axis, so I use the following MXML code: <mx:horizontalAxisRenderer> <mx:AxisRenderer labelRenderer="MyLabelRenderer"> </mx:horizontalAxisRenderer>
Where MyLabelRenderer.mxml is just a MXML component inhereted from Label. I assigned an init() function to the creationComplete event. In that function I can set any text to the 'text' property of the instance. But how can I get the default value of that text (I need to cut it if it is too long)? Like this.data in ItemRenderer. -- A vivid and creative mind characterizes you.

