Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The text could be displayed in different lines in chart "Text" by expression. Is it possible to realize in chart "Button", or other charts?
have you tried using chr(10) ?
eg: 'A' & chr(10) & 'B' & chr(10) & 'C'
Regards,
Aditya