how to obtain fillColor from mx:LegendItem
Posted
by Mohit Ranka
on Stack Overflow
See other posts from Stack Overflow
or by Mohit Ranka
Published on 2010-05-11T09:57:09Z
Indexed on
2010/05/11
10:04 UTC
Read the original article
Hit count: 164
I need to get the fillcolor from a legendItem, howerver doing
lItem.getStyle("fill")
returns a different color than the actual legendItem marker color. Any pointers on what am I doing wrong here?
© Stack Overflow or respective owner