DrawingRegressionChannel CLASS
Sets/Gets an lower deviation SYNTAX public int LowerDeviation { get; set; }
Sat, May 12, 2018 at 4:05 PM
Prints drawing behind the chart SYNTAX public bool MoveToBackground { get; set; }
Sat, May 12, 2018 at 4:06 PM
Sets/Gets a price type SYNTAX public PriceType PriceType { get; set; }
Sat, May 12, 2018 at 4:06 PM
Sets/Gets a regression line color SYNTAX public Color RegressionLineColor { get; set; }
Sat, May 12, 2018 at 4:30 PM
Sets/Gets a regression line style SYNTAX public DrawingLineStyle RegressionLineStyle { get; set; }
Sat, May 12, 2018 at 4:31 PM
Sets/Gets a regression line width SYNTAX public int RegressionLineWidth { get; set; }
Sat, May 12, 2018 at 4:33 PM
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
Represents drawing in all charts that had same Instrument SYNTAX public bool SynchronizeWithCharts { get; set; }
Sat, May 12, 2018 at 4:35 PM
Sets/Gets a top area color SYNTAX public Color TopAreaColor { get; set; }
Sat, May 12, 2018 at 4:45 PM
Sets/Gets a top line color SYNTAX public Color TopLineColor { get; set; }
Sat, May 12, 2018 at 4:46 PM