Hi,
how i can modify the rotation of a textlabel marker, to fix the position of the textlabel always in orizontal.
thanks
Mario
You need to manually draw the Label by subclassing the Line class you are using and override the Render method.
Call base.Render then either draw text directly using the graphics object, or call Label.Render.
Now label is always orizontal but the position is not correct, I can not calculate marker position.
class
{
}