Beispiel #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components   = new System.ComponentModel.Container();
     this.checkBox1    = new System.Windows.Forms.CheckBox();
     this.buttonColor1 = new Steema.TeeChart.ButtonColor();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.pie1         = new Steema.TeeChart.Styles.Pie();
     this.timer1       = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "A procedure to draw elliptical shadows. \r\nUseful for circular series like Pie, at" +
                          " Chart OnBeforeDrawSeries event.\r\n\r\nDrawEllipseShadow( Chart1.Canvas, Chart1.Col" +
                          "or, R );";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Controls.Add(this.buttonColor1);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Elevation         = 315;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 0;
     this.tChart1.Aspect.Rotation          = 360;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     //
     // tChart1.Axes
     //
     //
     // tChart1.Axes.Bottom
     //
     //
     // tChart1.Axes.Bottom.Grid
     //
     this.tChart1.Axes.Bottom.Grid.Color = System.Drawing.Color.Gray;
     //
     // tChart1.Axes.Bottom.Ticks
     //
     this.tChart1.Axes.Bottom.Ticks.Length = 2;
     //
     // tChart1.Axes.Depth
     //
     //
     // tChart1.Axes.Depth.Grid
     //
     this.tChart1.Axes.Depth.Grid.Color = System.Drawing.Color.Gray;
     //
     // tChart1.Axes.Depth.Ticks
     //
     this.tChart1.Axes.Depth.Ticks.Length = 2;
     //
     // tChart1.Axes.Left
     //
     //
     // tChart1.Axes.Left.Grid
     //
     this.tChart1.Axes.Left.Grid.Color = System.Drawing.Color.Gray;
     //
     // tChart1.Axes.Left.Ticks
     //
     this.tChart1.Axes.Left.Ticks.Length = 2;
     //
     // tChart1.Axes.Right
     //
     //
     // tChart1.Axes.Right.Grid
     //
     this.tChart1.Axes.Right.Grid.Color = System.Drawing.Color.Gray;
     //
     // tChart1.Axes.Right.Ticks
     //
     this.tChart1.Axes.Right.Ticks.Length = 2;
     //
     // tChart1.Axes.Top
     //
     //
     // tChart1.Axes.Top.Grid
     //
     this.tChart1.Axes.Top.Grid.Color = System.Drawing.Color.Gray;
     //
     // tChart1.Axes.Top.Ticks
     //
     this.tChart1.Axes.Top.Ticks.Length = 2;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Header.Visible = false;
     //
     // tChart1.Legend
     //
     //
     // tChart1.Legend.Shadow
     //
     //
     // tChart1.Legend.Shadow.Brush
     //
     this.tChart1.Legend.Shadow.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tChart1.Name = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Brush
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Brush.Gradient.EndColor    = System.Drawing.Color.Yellow;
     this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.Empty;
     this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.White;
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Gradient.EndColor    = System.Drawing.Color.Yellow;
     this.tChart1.Panel.Gradient.MiddleColor = System.Drawing.Color.Empty;
     this.tChart1.Panel.Gradient.StartColor  = System.Drawing.Color.White;
     //
     // tChart1.Panel.ImageBevel
     //
     this.tChart1.Panel.ImageBevel.Visible = true;
     this.tChart1.Panel.ImageBevel.Width   = 5;
     //
     // tChart1.Panel.Shadow
     //
     this.tChart1.Panel.Shadow.Height = 0;
     this.tChart1.Panel.Shadow.Width  = 0;
     this.tChart1.Series.Add(this.pie1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Right
     //
     //
     // tChart1.Walls.Right.Brush
     //
     this.tChart1.Walls.Right.Brush.Color = System.Drawing.Color.Silver;
     this.tChart1.BeforeDrawSeries       += new Steema.TeeChart.PaintChartEventHandler(this.tChart1_BeforeDrawSeries);
     //
     // checkBox1
     //
     this.checkBox1.Checked         = true;
     this.checkBox1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location        = new System.Drawing.Point(16, 8);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "View Shadow:";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // buttonColor1
     //
     this.buttonColor1.Color    = System.Drawing.Color.Empty;
     this.buttonColor1.Location = new System.Drawing.Point(136, 9);
     this.buttonColor1.Name     = "buttonColor1";
     this.buttonColor1.TabIndex = 1;
     this.buttonColor1.Text     = "Color...";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButton3);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Location = new System.Drawing.Point(232, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(184, 37);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Animation";
     //
     // radioButton3
     //
     this.radioButton3.Location        = new System.Drawing.Point(128, 17);
     this.radioButton3.Name            = "radioButton3";
     this.radioButton3.Size            = new System.Drawing.Size(50, 13);
     this.radioButton3.TabIndex        = 2;
     this.radioButton3.Text            = "Fast";
     this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.Checked         = true;
     this.radioButton2.Location        = new System.Drawing.Point(71, 17);
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.Size            = new System.Drawing.Size(50, 13);
     this.radioButton2.TabIndex        = 1;
     this.radioButton2.TabStop         = true;
     this.radioButton2.Text            = "Slow";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.Location        = new System.Drawing.Point(14, 17);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(50, 13);
     this.radioButton1.TabIndex        = 0;
     this.radioButton1.Text            = "None";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChanged);
     //
     // pie1
     //
     //
     // pie1.Brush
     //
     this.pie1.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(153)), ((System.Byte)(153)));
     this.pie1.LabelMember = "Labels";
     //
     // pie1.Marks
     //
     //
     // pie1.Marks.Symbol
     //
     //
     // pie1.Marks.Symbol.Shadow
     //
     this.pie1.Marks.Symbol.Shadow.Height  = 1;
     this.pie1.Marks.Symbol.Shadow.Visible = true;
     this.pie1.Marks.Symbol.Shadow.Width   = 1;
     //
     // pie1.Pen
     //
     this.pie1.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(128)));
     //
     // pie1.Shadow
     //
     this.pie1.Shadow.Height = 20;
     this.pie1.Shadow.Width  = 20;
     this.pie1.Title         = "pie1";
     //
     // pie1.XValues
     //
     this.pie1.XValues.DataMember = "Angle";
     this.pie1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // pie1.YValues
     //
     this.pie1.YValues.DataMember = "Pie";
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // PieShadowEllipse
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "PieShadowEllipse";
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.lineSeries1  = new Steema.TeeChart.Styles.Line();
     this.buttonPen1   = new Steema.TeeChart.ButtonPen();
     this.buttonPen2   = new Steema.TeeChart.ButtonPen();
     this.buttonColor1 = new Steema.TeeChart.ButtonColor();
     this.gridBand1    = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(528, 56);
     this.textBox1.Text = "Line series Outline property is a Pen used to display the same line at the backgr" +
                          "ound with a bigger size.\r\n\r\nline1.Outline.Color = Color.Yellow ;";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonColor1);
     this.panel1.Controls.Add(this.buttonPen2);
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Location = new System.Drawing.Point(0, 56);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(528, 42);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.View3D            = false;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Location = new System.Drawing.Point(0, 98);
     this.tChart1.Name     = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Brush
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Series.Add(this.lineSeries1);
     this.tChart1.Size = new System.Drawing.Size(528, 211);
     this.tChart1.Tools.Add(this.gridBand1);
     //
     // lineSeries1
     //
     //
     // lineSeries1.Brush
     //
     this.lineSeries1.Brush.Color = System.Drawing.Color.Red;
     //
     // lineSeries1.LinePen
     //
     this.lineSeries1.LinePen.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(0)), ((System.Byte)(0)));
     //
     // lineSeries1.Marks
     //
     //
     // lineSeries1.Marks.Symbol
     //
     //
     // lineSeries1.Marks.Symbol.Shadow
     //
     this.lineSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.lineSeries1.Marks.Symbol.Shadow.Visible = true;
     this.lineSeries1.Marks.Symbol.Shadow.Width   = 1;
     //
     // lineSeries1.OutLine
     //
     this.lineSeries1.OutLine.Color   = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(0)));
     this.lineSeries1.OutLine.Visible = true;
     //
     // lineSeries1.Pointer
     //
     this.lineSeries1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.lineSeries1.Title         = "lineSeries1";
     //
     // lineSeries1.XValues
     //
     this.lineSeries1.XValues.DataMember = "X";
     this.lineSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // lineSeries1.YValues
     //
     this.lineSeries1.YValues.DataMember = "Y";
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(15, 9);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.TabIndex  = 0;
     this.buttonPen1.Text      = "&Line...";
     //
     // buttonPen2
     //
     this.buttonPen2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen2.Location  = new System.Drawing.Point(112, 8);
     this.buttonPen2.Name      = "buttonPen2";
     this.buttonPen2.TabIndex  = 1;
     this.buttonPen2.Text      = "&Outline...";
     //
     // buttonColor1
     //
     this.buttonColor1.Color    = System.Drawing.Color.Empty;
     this.buttonColor1.Location = new System.Drawing.Point(208, 8);
     this.buttonColor1.Name     = "buttonColor1";
     this.buttonColor1.TabIndex = 2;
     this.buttonColor1.Text     = "&Color...";
     this.buttonColor1.Click   += new System.EventHandler(this.buttonColor1_Click);
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(128)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // Line_Outline
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(528, 309);
     this.Name = "Line_Outline";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(ImageBar));
     this.imageBar1    = new Steema.TeeChart.Styles.ImageBar();
     this.label1       = new System.Windows.Forms.Label();
     this.pictureBox1  = new System.Windows.Forms.PictureBox();
     this.checkBox1    = new System.Windows.Forms.CheckBox();
     this.checkBox2    = new System.Windows.Forms.CheckBox();
     this.buttonColor1 = new Steema.TeeChart.ButtonColor();
     this.gridBand1    = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "The Image Bar series displays bar points filled with a custom image.\r\nThe image c" +
                          "an be \"tiled\" or \"stretched\".";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonColor1);
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "Image Bar Series"
     };
     this.tChart1.Name = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Brush
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Series.Add(this.imageBar1);
     this.tChart1.Tools.Add(this.gridBand1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Pen
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     this.tChart1.Walls.Bottom.Size        = 3;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 3;
     //
     // imageBar1
     //
     //
     // imageBar1.Brush
     //
     this.imageBar1.Brush.Color = System.Drawing.Color.Red;
     this.imageBar1.Image       = ((System.Drawing.Image)(resources.GetObject("imageBar1.Image")));
     this.imageBar1.ImageTiled  = false;
     //
     // imageBar1.Marks
     //
     //
     // imageBar1.Marks.Symbol
     //
     //
     // imageBar1.Marks.Symbol.Shadow
     //
     this.imageBar1.Marks.Symbol.Shadow.Height  = 1;
     this.imageBar1.Marks.Symbol.Shadow.Visible = true;
     this.imageBar1.Marks.Symbol.Shadow.Width   = 1;
     this.imageBar1.Title = "imageBar1";
     //
     // imageBar1.XValues
     //
     this.imageBar1.XValues.DataMember = "X";
     this.imageBar1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // imageBar1.YValues
     //
     this.imageBar1.YValues.DataMember = "Bar";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(10, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(46, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Image:";
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(56, 8);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(32, 24);
     this.pictureBox1.TabIndex = 1;
     this.pictureBox1.TabStop  = false;
     this.pictureBox1.Click   += new System.EventHandler(this.pictureBox1_Click);
     //
     // checkBox1
     //
     this.checkBox1.Checked    = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location   = new System.Drawing.Point(104, 8);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(56, 24);
     this.checkBox1.TabIndex   = 2;
     this.checkBox1.Text       = "Tiled";
     this.checkBox1.Click     += new System.EventHandler(this.checkBox1_Click);
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(166, 9);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(80, 24);
     this.checkBox2.TabIndex = 3;
     this.checkBox2.Text     = "Color Each";
     this.checkBox2.Click   += new System.EventHandler(this.checkBox2_Click);
     //
     // buttonColor1
     //
     this.buttonColor1.Color    = System.Drawing.Color.Empty;
     this.buttonColor1.Location = new System.Drawing.Point(280, 8);
     this.buttonColor1.Name     = "buttonColor1";
     this.buttonColor1.Size     = new System.Drawing.Size(72, 23);
     this.buttonColor1.TabIndex = 4;
     this.buttonColor1.Text     = "Color...";
     this.buttonColor1.Click   += new System.EventHandler(this.buttonColor1_Click);
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // ImageBar
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "ImageBar";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.shadowColor = new Steema.TeeChart.ButtonColor();
     this.UDShaHoriz  = new System.Windows.Forms.NumericUpDown();
     this.UDShaVert   = new System.Windows.Forms.NumericUpDown();
     this.UDShaTrans  = new System.Windows.Forms.NumericUpDown();
     this.bOK         = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.UDShaHoriz)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UDShaVert)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UDShaTrans)).BeginInit();
     this.SuspendLayout();
     //
     // shadowColor
     //
     this.shadowColor.Color    = System.Drawing.Color.Empty;
     this.shadowColor.Location = new System.Drawing.Point(48, 16);
     this.shadowColor.Name     = "shadowColor";
     this.shadowColor.Size     = new System.Drawing.Size(72, 23);
     this.shadowColor.TabIndex = 0;
     this.shadowColor.Text     = "&Color...";
     //
     // UDShaHoriz
     //
     this.UDShaHoriz.Location      = new System.Drawing.Point(81, 52);
     this.UDShaHoriz.Name          = "UDShaHoriz";
     this.UDShaHoriz.Size          = new System.Drawing.Size(40, 20);
     this.UDShaHoriz.TabIndex      = 1;
     this.UDShaHoriz.ValueChanged += new System.EventHandler(this.UDShaHoriz_ValueChanged);
     //
     // UDShaVert
     //
     this.UDShaVert.Location      = new System.Drawing.Point(81, 78);
     this.UDShaVert.Name          = "UDShaVert";
     this.UDShaVert.Size          = new System.Drawing.Size(40, 20);
     this.UDShaVert.TabIndex      = 2;
     this.UDShaVert.ValueChanged += new System.EventHandler(this.UDShaVert_ValueChanged);
     //
     // UDShaTrans
     //
     this.UDShaTrans.Location      = new System.Drawing.Point(80, 103);
     this.UDShaTrans.Name          = "UDShaTrans";
     this.UDShaTrans.Size          = new System.Drawing.Size(40, 20);
     this.UDShaTrans.TabIndex      = 3;
     this.UDShaTrans.ValueChanged += new System.EventHandler(this.UDShaTrans_ValueChanged);
     //
     // bOK
     //
     this.bOK.Location = new System.Drawing.Point(45, 136);
     this.bOK.Name     = "bOK";
     this.bOK.TabIndex = 4;
     this.bOK.Text     = "OK";
     this.bOK.Click   += new System.EventHandler(this.bOK_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 56);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 16);
     this.label1.TabIndex = 5;
     this.label1.Text     = "&Horiz Size:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 80);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 6;
     this.label2.Text     = "&Vert Size:";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(-1, 104);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(77, 16);
     this.label3.TabIndex = 7;
     this.label3.Text     = "&Transparency:";
     //
     // ShadowEditor
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(144, 166);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.bOK);
     this.Controls.Add(this.UDShaTrans);
     this.Controls.Add(this.UDShaVert);
     this.Controls.Add(this.UDShaHoriz);
     this.Controls.Add(this.shadowColor);
     this.Name  = "ShadowEditor";
     this.Text  = "ShadowEditor";
     this.Load += new System.EventHandler(this.ShadowEditor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.UDShaHoriz)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UDShaVert)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UDShaTrans)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Function_Bollinger));
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     this.buttonColor1   = new Steema.TeeChart.ButtonColor();
     this.candle1        = new Steema.TeeChart.Styles.Candle();
     this.line1          = new Steema.TeeChart.Styles.Line();
     this.bollinger1     = new Steema.TeeChart.Functions.Bollinger();
     this.panel1.SuspendLayout();
     this.chartContainer.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Text = "Bollinger bands is a special function used as a financial indicator.\r\nIt calculat" +
                          "es and displays two lines, using a moving average \r\n(exponential or not) and the" +
                          " standard deviation.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonColor1);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.numericUpDown2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.numericUpDown1);
     //
     // tChart1
     //
     //
     //
     //
     this.tChart1.Aspect.View3D  = false;
     this.tChart1.Aspect.ZOffset = 0;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Bottom.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Bottom.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Bottom.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Bottom.MaximumOffset = 5;
     this.tChart1.Axes.Bottom.MinimumOffset = 5;
     //
     //
     //
     this.tChart1.Axes.Bottom.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Bottom.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Bottom.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Depth.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Depth.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Depth.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Depth.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Depth.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Depth.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.DepthTop.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.DepthTop.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.DepthTop.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.DepthTop.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.DepthTop.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.DepthTop.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Left.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Left.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Left.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Left.MaximumOffset = 5;
     this.tChart1.Axes.Left.MinimumOffset = 5;
     //
     //
     //
     this.tChart1.Axes.Left.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Left.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Left.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Right.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Right.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Right.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Right.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Right.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Right.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Top.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Top.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Top.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Top.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Top.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Top.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Header.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.tChart1.Header.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Header.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Header.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Header.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     //
     //
     //
     this.tChart1.Header.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Legend.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
     this.tChart1.Legend.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Legend.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Legend.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Legend.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
     this.tChart1.Legend.Brush.Gradient.Visible     = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Legend.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.tChart1.Legend.Pen.Visible = false;
     //
     //
     //
     //
     //
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     //
     //
     //
     this.tChart1.Panel.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
     this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Panel.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Panel.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
     this.tChart1.Panel.Brush.Gradient.UseMiddle   = false;
     this.tChart1.Series.Add(this.candle1);
     this.tChart1.Series.Add(this.line1);
     this.tChart1.Series.Add(this.bollinger1.LowBand);
     this.tChart1.Size = new System.Drawing.Size(440, 205);
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Back.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
     this.tChart1.Walls.Back.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Back.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
     //
     //
     //
     this.tChart1.Walls.Back.Pen.Visible = false;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Bottom.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Bottom.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Walls.Bottom.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Walls.Bottom.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Left.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Left.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Left.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Walls.Left.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Walls.Left.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Right.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     //
     //
     //
     this.tChart1.Walls.Right.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Right.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Right.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Walls.Right.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Walls.Right.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.tChart1.Walls.Right.Pen.Visible = false;
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location      = new System.Drawing.Point(134, 12);
     this.numericUpDown1.Name          = "numericUpDown1";
     this.numericUpDown1.Size          = new System.Drawing.Size(50, 20);
     this.numericUpDown1.TabIndex      = 1;
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(89, 14);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(45, 23);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Period:";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(208, 15);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(56, 16);
     this.label2.TabIndex = 4;
     this.label2.Text     = "Deviation:";
     //
     // numericUpDown2
     //
     this.numericUpDown2.Location      = new System.Drawing.Point(268, 12);
     this.numericUpDown2.Name          = "numericUpDown2";
     this.numericUpDown2.Size          = new System.Drawing.Size(50, 20);
     this.numericUpDown2.TabIndex      = 3;
     this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
     //
     // checkBox1
     //
     this.checkBox1.Checked    = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location   = new System.Drawing.Point(341, 10);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(104, 24);
     this.checkBox1.TabIndex   = 5;
     this.checkBox1.Text       = "Exponential";
     this.checkBox1.Click     += new System.EventHandler(this.checkBox1_Click);
     //
     // buttonColor1
     //
     this.buttonColor1.Color    = System.Drawing.Color.Empty;
     this.buttonColor1.Location = new System.Drawing.Point(6, 9);
     this.buttonColor1.Name     = "buttonColor1";
     this.buttonColor1.Size     = new System.Drawing.Size(75, 23);
     this.buttonColor1.TabIndex = 6;
     this.buttonColor1.Text     = "Color...";
     this.buttonColor1.Click   += new System.EventHandler(this.buttonColor1_Click);
     //
     // candle1
     //
     //
     //
     //
     this.candle1.Brush.Color = System.Drawing.Color.Red;
     this.candle1.CloseValues = this.candle1.YValues;
     this.candle1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.candle1.ColorEach   = false;
     this.candle1.DateValues  = this.candle1.XValues;
     //
     //
     //
     this.candle1.LinePen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(61)))), ((int)(((byte)(98)))));
     //
     //
     //
     //
     //
     //
     this.candle1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.candle1.Marks.Callout.ArrowHeadSize = 8;
     //
     //
     //
     this.candle1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.candle1.Marks.Callout.Distance    = 0;
     this.candle1.Marks.Callout.Draw3D      = false;
     this.candle1.Marks.Callout.Length      = 10;
     this.candle1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.candle1.Marks.Callout.Visible     = false;
     //
     //
     //
     //
     //
     //
     this.candle1.Pointer.Brush.Color = System.Drawing.Color.Red;
     this.candle1.Pointer.Draw3D      = false;
     this.candle1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.candle1.Title = "Candle";
     //
     //
     //
     this.candle1.XValues.DataMember = "Date";
     this.candle1.XValues.DateTime   = true;
     this.candle1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     //
     //
     this.candle1.YValues.DataMember = "Close";
     //
     // line1
     //
     //
     //
     //
     this.line1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
     this.line1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
     this.line1.ColorEach   = false;
     this.line1.Colors      = ((Steema.TeeChart.Styles.ColorList)(resources.GetObject("line1.Colors")));
     this.line1.DataSource  = this.candle1;
     this.line1.Function    = this.bollinger1;
     //
     //
     //
     //
     //
     //
     this.line1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.line1.Marks.Callout.ArrowHeadSize = 8;
     //
     //
     //
     this.line1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.line1.Marks.Callout.Distance    = 0;
     this.line1.Marks.Callout.Draw3D      = false;
     this.line1.Marks.Callout.Length      = 10;
     this.line1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.line1.Marks.Callout.Visible     = false;
     //
     //
     //
     this.line1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.line1.Title         = "Bollinger";
     //
     //
     //
     this.line1.XValues.DateTime = true;
     this.line1.XValues.Order    = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     //
     //
     this.line1.YValues.DataMember = "Close";
     //
     // bollinger1
     //
     this.bollinger1.Deviation = 2;
     //
     //
     //
     this.bollinger1.LowBand.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(76)))), ((int)(((byte)(20)))));
     this.bollinger1.LowBand.ColorEach = false;
     //
     //
     //
     this.bollinger1.LowBand.LinePen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(76)))), ((int)(((byte)(20)))));
     //
     //
     //
     //
     //
     //
     this.bollinger1.LowBand.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.bollinger1.LowBand.Marks.Callout.ArrowHeadSize = 8;
     //
     //
     //
     this.bollinger1.LowBand.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.bollinger1.LowBand.Marks.Callout.Distance    = 0;
     this.bollinger1.LowBand.Marks.Callout.Draw3D      = false;
     this.bollinger1.LowBand.Marks.Callout.Length      = 10;
     this.bollinger1.LowBand.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.bollinger1.LowBand.Marks.Callout.Visible     = false;
     this.bollinger1.LowBand.ShowInLegend = false;
     this.bollinger1.LowBand.Title        = "fastLine1";
     this.bollinger1.LowBand.TreatNulls   = Steema.TeeChart.Styles.TreatNullsStyle.Ignore;
     //
     //
     //
     this.bollinger1.LowBand.XValues.DataMember = "X";
     this.bollinger1.LowBand.XValues.DateTime   = true;
     this.bollinger1.LowBand.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     //
     //
     this.bollinger1.LowBand.YValues.DataMember = "Y";
     this.bollinger1.Period = 10;
     //
     // Function_Bollinger
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name  = "Function_Bollinger";
     this.Load += new System.EventHandler(this.BollingerFunction_Load);
     this.panel1.ResumeLayout(false);
     this.chartContainer.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }