long description on the chart

 

How to show a long description on the chart (more then 256 chars)?

 
bobolanin:

How to show a long description on the chart (more then 256 chars)?

Hello,

it this a good solution for you?

use \n to split the large string into several rows:

Comment(" abcd"+"\n"+"fghi...");

 
bobolanin:

How to show a long description on the chart (more then 256 chars)?

Comment()

Any values, separated by commas. To delimit output information into several lines, a line break symbol "\n" or "\r\n" is used. Number of parameters cannot exceed 64. Total length of the input comment (including invisible symbols) cannot exceed 2045 characters (excess symbols will be cut out during output).

 

i think it is not enough, we need new object

like label and text but with possibility use longer messages ;)

Reason: