DrawingRegressionChannel CLASS
Sets/Gets a top line style SYNTAX public DrawingLineStyle TopLineStyle { get; set; }
Sat, May 12, 2018 at 4:47 PM
Sets/Gets a top line width SYNTAX public int TopLineWidth { get; set; }
Sat, May 12, 2018 at 4:48 PM
Sets/Gets an upper deviation SYNTAX public int UpperDeviation { get; set; }
Sat, May 12, 2018 at 4:49 PM
Constructor for a Regression Channel tool SYNTAX public DrawingRegressionChannel (TimePrice point1,TimePrice point2,int windowIndex) PARAMETERS ...
Sat, May 12, 2018 at 4:50 PM
returns point coordinates in a chart measure format - time(X) price(Y) SYNTAX public TimePrice GetPoint (int pointIndex) PARAMETERS pointInde...
Sat, May 12, 2018 at 4:51 PM
sets drawing's point coordinates in a chart measure format - time(X) price(Y) SYNTAX public void SetPoint (int pointIndex,TimePrice newPoint) ...
Sat, May 12, 2018 at 4:53 PM