Page 1 of 1

SIMPLEGRAPH - Title outside the object?

PostPosted: September 4th, 2007, 2:02 pm
by mch
Hi all,

First Good job for your component.

Now my question :)
I'm trying to put a text outside the object. Is it possible? I need this functionnality because I put a bitmap in the object and the text is no appear so clearly

Regards,

Michel

PostPosted: September 5th, 2007, 3:33 pm
by Kambiz
Well, a workaround can be using a second borderless and transparent node for label.

PostPosted: September 6th, 2007, 6:46 pm
by mch
Hi,

Did you have some example of this workarround?

Regards,
Michel

PostPosted: September 7th, 2007, 3:37 am
by Kambiz
Just drop another rectangular node on the graph and set its Brush.Style to bsClear and Pen.Style to psClear.

PostPosted: September 17th, 2007, 1:45 pm
by kokkoras
Nice (and dirty) workaround!