DrawingRegressionChannel CLASS

TopLineStyle PROPERTY (DrawingLineStyle)
Sets/Gets a top line style SYNTAX public DrawingLineStyle TopLineStyle { get; set; }
Sat, May 12, 2018 at 4:47 PM
TopLineWidth PROPERTY (int)
Sets/Gets a top line width SYNTAX public int TopLineWidth { get; set; }
Sat, May 12, 2018 at 4:48 PM
UpperDeviation PROPERTY (int)
Sets/Gets an upper deviation SYNTAX public int UpperDeviation { get; set; }
Sat, May 12, 2018 at 4:49 PM
DrawingRegressionChannel (TimePrice point1, TimePrice point2, int windowIndex) CONSTRUCTOR
Constructor for a Regression Channel tool SYNTAX public DrawingRegressionChannel (TimePrice point1,TimePrice point2,int windowIndex) PARAMETERS ...
Sat, May 12, 2018 at 4:50 PM
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 pointInde...
Sat, May 12, 2018 at 4:51 PM
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) ...
Sat, May 12, 2018 at 4:53 PM