DrawingRegressionChannel CLASS

LowerDeviation PROPERTY (int)
Sets/Gets an lower deviation SYNTAX public int LowerDeviation { get; set; }
Sat, May 12, 2018 at 4:05 PM
MoveToBackground PROPERTY (bool)
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 4:06 PM
PriceType PROPERTY (PriceType)
Sets/Gets a price type SYNTAX public PriceType PriceType { get; set; }
Sat, May 12, 2018 at 4:06 PM
RegressionLineColor PROPERTY (Color)
Sets/Gets a regression line color SYNTAX public Color RegressionLineColor { get; set; }
Sat, May 12, 2018 at 4:30 PM
RegressionLineStyle PROPERTY (DrawingLineStyle)
Sets/Gets a regression line style SYNTAX public DrawingLineStyle RegressionLineStyle { get; set; }
Sat, May 12, 2018 at 4:31 PM
RegressionLineWidth PROPERTY (int)
Sets/Gets a regression line width SYNTAX public int RegressionLineWidth { get; set; }
Sat, May 12, 2018 at 4:33 PM
State PROPERTY (DrawingState)
Drawing locking state - locked or unlocked(can be managed from the terminal) SYNTAX public DrawingState State { get; set; }
Sat, May 12, 2018 at 4:36 PM
SynchronizeWithCharts PROPERTY (bool)
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 4:35 PM
TopAreaColor PROPERTY (Color)
Sets/Gets a top area color SYNTAX public Color TopAreaColor { get; set; }
Sat, May 12, 2018 at 4:45 PM
TopLineColor PROPERTY (Color)
Sets/Gets a top line color SYNTAX public Color TopLineColor { get; set; }
Sat, May 12, 2018 at 4:46 PM