<mx:verticalAxis maximum="{maxValue}" />
<mx:Script>
private function someFunc():void
{
maxValue = XX;
}
</mx:Script>
On 6/25/06, ruddyvanduynslager
<[EMAIL PROTECTED]> wrote:
Hi,
I would change the maximum vertical axis value in actionScript.
I've tried this:
myChart.verticalAxis.maximum = ...
but that doesn't works.
It seem that the properties 'maximum' cannot be accessible via
myChart.verticalAxis.
Some ideas ?
Thanks
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
![]()
SPONSORED LINKS
Web site design development Computer software development Software design and development Macromedia flex Software development best practice
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
__,_._,___
- Re: [flexcoders] Chart VerticlaAxis Maximum Brendan Meutzner
- RE: [flexcoders] Chart VerticlaAxis Maximum Ely Greenfield
Reply via email to

