Desription of arrow misses

 

Hi All!

Why is the description of the arrow not shown?

   ObjectCreate(0,"Arrow",OBJ_ARROW_UP,0,Time[1],Low[1],0,0,0,0);
   ObjectSetText("Arrow","description",12,"Times New Roman",Green);

F8 -> show objects description is activated.

Greetings,

Jan.

 
Jan Tarnogrocki:

Hi All!

Why is the description of the arrow not shown?

F8 -> show objects description is activated.

Greetings,

Jan.

   ObjectCreate( "Arrow", OBJ_ARROW, 0, Time[1], Low[1] );
   ObjectSet   ( "Arrow", OBJPROP_ARROWCODE, OBJ_ARROW_UP );
   ObjectSet   ( "Arrow", OBJPROP_COLOR, clrGreen );
   ObjectSet   ( "Arrow", OBJPROP_WIDTH, 2 );
 
Alexander Voronkov:
And what about the description?
 
It looks like a bug. If I insert an arrow manually and add a description it is not shown on chart too. With other graphical objects description is readable. I use build 830.
Reason: