Hi,
I have a requirement like I need to display a graph which I am
rendering using a custom component.
I am keeping the custom component inside a canvas as shown below:
<mx:Canvas width="100%" height="100%" horizontalScrollPolicy="auto"
verticalScrollPolicy="auto">
<controls:FlexExploreGraph id="flexgraph" height="100%"
width="100%"/
>
</mx:Canvas>
The FlexExploreGraph in the above code is the custom component which I
am using to render the graph.
The problem is when the graph is displayed and if its width is more
than the browser application width the left part of the graph is
getting cut.I mean the graph is more left side than the scrollbar
starting position.I can only scroll towards the right and see the
other part of the graph towards right .
Can anyone give the solution for this problem?
Any help is greatly appreciated.
Thanks,
Madhavi
--
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.