Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
simple question:
=> How can I, in a container_object, make the labels (tabs on the upper side) two-lined?
=> (my charts have no capture enabled)
Thanks a lot!
Best regards,
DataNibbler
Hi, DataNibbler
you mean labels of each Object?
how about use ='AAA'&chr(13)&'BBB' among Words.
It looks like
AAA
BBB
I tried but without result, I think it is not possible (you mau use multiline in header or chr(10) in text but the label will be shown always with only one row!
Try this
='New'&'\n'&'Line'
Hi Alessandro,
that's exactly the conclusion I was coming to. I can use that cr thing, but the tabs have only one row - and I cannot use an expression (the like of what eunduck proposed) in the labels (on the "general" tab of the dialog of the container_box), then the expression will show up as such, with the '=' and all - not at all what I had in mind ...
Well, if it's not possible, we'll have to live with that fact.
Thanks anyway!
Best regards,
DataNibbler
Hi Ravi,
where should I insert this? In the dialog of the chart or that of the container? Which tab?
In Window Title or Show title in chart after ticking
Go to properties->General
how about ='Bottom'&chr(10)&'10' ? I can display two lines in my tab header
I think.. Even though listbox has two lines, they couldn't sustain in Container box.
like this,,
I'm not sure, could be right or not.
it's Title, not Label...
Hi Wenkun,
that's interesting. Where do you enter this?`
Thanks a lot!
Best regards,
DataNibbler