vote up 0 vote down star

Hi community,

does someone know how to add a watermark to a charting component in flex? Maybe to a Line Chart or just simple to a canvas.

Thanks in advance

Sebastian

flag

1 Answer

vote up 1 vote down check

Try making the background of the chart transparent (backgroundAlpha: 0), then wrap them both in a canvas, and put your watermark behind the chart

<mx:Canvas><mx:Image/><mx:Chart/></mx:Canvas>

link|flag
thanks I'll try it =) – Xelluloid Jul 31 at 10:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.