Not sure about setting the property via Actionscript (haven't tried myself), but why not bind your value in MXML to a variable, and then change the value of the variable... I know this will work...


<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




__,_._,___

Reply via email to