I would like to make a display object fullscreen in my Flex application. I understand it is easy to make the complete Stage fullscreen in flex (example). But I have two charts on my Stage and I would like to make one of the charts full screen on clicking a button (or on double clicking on the chart area) and as per my understanding a ColumnChart is a DisplayObject (API reference).
Is it possible to do so? and if it is possible then please post the code snippet.
Thanks