Hello Tom,

Many thanks for your attention.

For the showdataEffect, the error displayed is:

Access of possibly undefined property showDataEffect through a 
reference with static type mx.charts.series:LineSeries.


for the stroke problem, here is the copy of the variables found in 
the debug session:

Stroke = mx.graphics.Stroke (@3c3d401)
        alpha = 1 [0x1]
        caps = null
        color = 16711680 [0xff0000]
        joints = null
        miterLimit = 0 [0x0]
        pixelHinting = false
        scaleMode = "normal"
        weight = 30 [0x1e]
stroke = mx.graphics.Stroke (@3a077c1)
        alpha = 1 [0x1]
        caps = null
        color = 14976769 [0xe48701]
        joints = null
        miterLimit = 0 [0x0]
        pixelHinting = false
        scaleMode = "normal"
        weight = 3 [0x3]
First we can see that there are two 'stroke' one naming 'Stroke' and 
the other 'stroke'.

With my code I have touched the 'Stroke' ( because color 0xff0000 ), 
and my line on my graph seems have the color '0xe48701'

So two questions, what represent the 'Stroke', and how dynamically 
setup the color of my line ( called stroke )

Ruddy









------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to