DrawingComment CLASS
Gets/Sets a Comment's text SYNTAX public string Text { get; set; }
Wed, May 9, 2018 at 11:38 AM
Constructor for a DrawingComment tool SYNTAX public DrawingComment (TimePrice point,string text,int windowIndex) PARAMETERS point — TimePrice...
Wed, May 9, 2018 at 11:42 AM
returns point coordinates in a chart measure format - time(X) price(Y) SYNTAX public TimePrice GetPoint (int pointIndex) PARAMETERS pointInd...
Wed, May 9, 2018 at 11:44 AM
sets drawing's point coordinates in a chart measure format - time(X) price(Y) SYNTAX public void SetPoint (int pointIndex,TimePrice newPoint) ...
Wed, May 9, 2018 at 11:46 AM