NETIndicator
Сontrolled flow will be interrupted when the script SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack) PARAMETERS callBack — WaitCallb...
Wed, Apr 25, 2018 at 12:34 PM
Сontrolled flow will be interrupted when the script SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack,object state) PARAMETERS callBac...
Wed, Apr 25, 2018 at 12:39 PM
Сontrolled flow will be interrupted when the script SYNTAX public Thread QueueUserWorkItem (WaitCallback callBack,object state,ApartmentState apartment...
Wed, Apr 25, 2018 at 12:44 PM
Removes redrawn parts of indicator's line within the interval set by offset SYNTAX public void RemoveMarker (int line,int offset,Color color) P...
Wed, Apr 25, 2018 at 12:59 PM
Sends a message via e-mail; SYNTAX public void SendEmail (string address,string subject,string body,string filename) PARAMETERS address — stringsub...
Wed, Apr 25, 2018 at 1:01 PM
Sends a message via e-mail; SYNTAX public void SendEmail (string address,string subject,string body) PARAMETERS address — stringsubject — stringbod...
Wed, Apr 25, 2018 at 1:04 PM
Sends a message via e-mail; SYNTAX public void SendEmail (string subject,string body) PARAMETERS subject — stringbody — string RETURN void
Wed, Apr 25, 2018 at 1:06 PM
Sets a value into clouds buffer; SYNTAX public void SetCloud (int cloudNumber,int index,int lineNumber,double value,int color,GradientMode gradientMeth...
Wed, Apr 25, 2018 at 1:08 PM
Sets a value into clouds buffer; SYNTAX public void SetCloud (int cloudNumber,int index,int lineNumber,double value,int color,GradientMode gradientMeth...
Thu, Apr 26, 2018 at 7:53 AM
Sets the two values into clouds buffer; SYNTAX public void SetCloud (int cloudNumber,int index,double value1,double value2,int color1,int color2,Gradie...
Thu, Apr 26, 2018 at 9:14 AM