|
Textbox |
Posted by Helmut on Jan-04-2018 02:48 |
|
Hi Peter,
there is a possibility a non-transparent textbox with frame,
which when zooming in the position is going to create.
Or a freely definable legend.
I found that.
But that's not what I'm looking for.
' Call c.addText(575, 247, _
' "<*block,valign=absmiddle*><*img=small_molecule.png*> <*block*>" & _
' "<*font=timesbi.ttf,size=10,color=804040*>" & Legende & "<*/*>").setAlignment( _
' cd.BottomRight)
Something else.
How do I get a legend symbol with text above
For example, setDataSymbol (cd.CircleSymbol, 6) in the Pareto or Gause distribution?
Regards
Helmut |
Re: Textbox |
Posted by Peter Kwan on Jan-04-2018 22:15 |
|
Helmut,
I am not sure if I understand what you need. If you need to a non-transparent textbox at a pixel coordinate, with the content being a symbol and then some text, it is like:
Dim t
Set t = c.addText(5, 100, "<*img=@Circle,color=00CC00,width=7*> ABCD")
Call t.setBackground(&HFFFFFF, &H0)
If the above is not what you need, is it possible to attach an example image to help me understand what you need?
Regards
Peter Kwan |
|