Area Chart Fill


is possible fill chart pattern instead of solid colour?

it is.

if put following inside columnseries eample green gradient color. each of 3 values vertical colors on colume left right:

<mx:fill>
<mx:lineargradient>
<mx:entries>
<mx:array>
<mx:gradiententry color="#006200" ratio="0" alpha="100"/>
<mx:gradiententry color="#009700" ratio="0.1" alpha="100"/>
<mx:gradiententry color="#00c000" ratio="0.9" alpha="100"/>

</mx:array>
</mx:entries>
</mx:lineargradient>
</mx:fill>



More discussions in Flex (Read Only)


adobe

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums