Login Page - Create Account

Support Board


Date/Time: Wed, 12 Feb 2025 18:30:37 +0000



Post From: Stationary Text from ACSIL

[2017-10-31 14:11:37]
cross - Posts: 70
Text moves to the left with the chart which is not the expected behaviour (imo).


    TextTool.DrawingType = DRAWING_STATIONARY_TEXT;
    TextTool.AddMethod = UTAM_ADD_OR_ADJUST;
    TextTool.AddAsUserDrawnDrawing = 1;
    TextTool.UseRelativeVerticalValues = 1;
    TextTool.BeginDateTime = 80;
    TextTool.BeginValue = 90;

Thanks