Values[0][0] = value.
However, I want to add a text on top of it to show what is the value of it.
I know there is some kind like draw.text
But I want to on top on the line.
Even if I make the y-value on the draw,text.
If it goes to others plot, it still may falls middle of the lines .
What I want is to create a standardize text price that will always on top of the plot values without intersect it.

Comment