Can Comment go to the Indicator window

 
Currently every Comment("text") goes to the upper left corner of the chart. I want it to print on the Indicator window instead so It wont eat up the precious location used by other indicator, script or ea..

Is it possible for Comment to print directly on the Indicator window instead of the chart?
If so, how?
 
No, you can use object Label in these cases. See "MQL4: Object functions" ( "MQL4: ObjectSetText" for OBJ_LABEL )
Reason: