DrawingComment CLASS

Text PROPERTY (string)
Gets/Sets a Comment's text SYNTAX public string Text { get; set; }
Wed, May 9, 2018 at 11:38 AM
DrawingComment (TimePrice point, string text, int windowIndex) CONSTRUCTOR
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
GetPoint (int pointIndex) METHOD (Return: TimePrice)
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
SetPoint (int pointIndex, TimePrice newPoint) METHOD (Return: void)
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