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
|
|
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
|
||
|
|
|
|
Try making the background of the chart transparent (backgroundAlpha: 0), then wrap them both in a canvas, and put your watermark behind the chart
|
||
|