Working with the linechart component is there any way of addressing
the individual chartItems? One by one.
Let's say you want at certain significant ChartItem to turn red is
there an index that you could traverse.
Something along the lines:
for (i -> lineseries.ItemArray)
 if(lineseries.itemArray[i]== threshold){
make Red;
}
}
Or are they out of bounds once created, unless you write your own
specific ItemRenderers???


I've tried to go about the problem by using the contentToLocal method.
but it doesn't supply any intelligeble coordinates.

Anyone have an idea how to go about this.

Y!






------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/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