You could try "DrawLabelEx"
From the help:
AxMap.DrawLabelEx (int DrawHandle, string Text, double x, double y, double Rotation)
Draws a label on the specified drawing layer.
Something like:
From the help:
AxMap.DrawLabelEx (int DrawHandle, string Text, double x, double y, double Rotation)
Draws a label on the specified drawing layer.
Something like:
Map0.DrawLabelEX LastrinaObj1, "AAAA", , Xx, Yy, 0.0)