Hi,

I have a 3d funnel chart and I use a the following layout.

<mx:canvas>
<!--I have a button for maximize and minimize state-->
<mx:Viestack>
<mx:VBox>
<mx:Spinner label="loading.."/>
</<mx:VBox>
<mx:VBox>
<!--funnel 3d chart--/>
</mx:VBox>
</mx:viewstack>
</mx:canvas>


The issue I am facing is the chart somehow cuts off on top so its not
getting  displayed properly inside the vbox.
This is in the minimize state of this layout, when I expand and allow
it to occupy the whole window it gets displayed properly.
Once I collapse it after I maximised it idsplays perfectly fine even
in collapsed/minimized state.

WHat I noticed is the first time when it is in minimized state I see a
lot of space inside the vbox at the bottom, but once I maximize the
container that space is reduced.

I tried various things but no success, but when I tried removing the
spinner altogether I see the chart displayed properly even the first
time in minimized state. I tried include in layout and visible
properties instead of viewstack, but does not work. I cannot remove
the spinner completely, I tried adding and removing it as necessary,
but still the space that I notice at bottom of the vbox is not
removed.
I also tried padding at the bottom.


How can I put the chart at the bottom of the vbox and reduce the space
so that it gets displayed properly.

Thanks.





-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to