HI Alex,

I haven't used charts, but in general the way to do it is to you absolute positioning. Add your chart and then add your box.
<canvas>
 <chart />
 <box />
</canvas>

that way the box would be above the chart in z-order. Later items in the MXML are higher in the z-order, so they go over other items.

HTH,

Michael

alex wrote:

Hi ,

If I have some big component like a Chart and I want to position a
small Box with Text somewhere in the corner of the Chart but on top of
it - meaning a layer above the Chart and obscuring it.
Is it possible in Flex?

Thanks guys.

Reply via email to