Easychart:pen legend,X-Trace label,Mark label with linebreak

Easychart :

The pen name in the legend support HTML to have pen name with line break
The pen name in the legend don’t support \n to have pen name with line break

html is not supported by XtraceLabel and Mark label which seem only to support \n
(perhaps due to the group name prefix ???)

getXtraceLabel only works in X-Trace mode because the function is designed to get the X-Trace label and not the Mark label.
We can use it to replace
with \n but it doesn’t solve the Mark-label case !

:scratch: What is the solution to have line break both in :

  • pen legend
  • XtraceLabel
  • Mark label

:prayer: