Open GoogleCodeExporter opened 8 years ago
I see that fills is exposed on the lineGroup, however if I try to iterate
through the
fills and apply them to my legend, the color is always gray.
private function getColor(iteration:int, obj:Object):Number
{
return areaPalette.colors[iteration];
}
The above gives me all black fills, not sure if I am using the api wrong, but
if I
copy out the halo theme, and then iterate over the that array with my repeater,
I get
the fills, I just can't seem to get the fills working correctly.
I am probably doing this wrong.
Original comment by patrickl...@gmail.com
on 14 Apr 2010 at 3:58
Original issue reported on code.google.com by
patrickl...@gmail.com
on 13 Apr 2010 at 6:05Attachments: