/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.BPPen     = new Steema.TeeChart.ButtonPen();
     this.vector3D1 = new Steema.TeeChart.Styles.Vector3D();
     this.gridBand1 = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "Vector 3D series draws points as simple lines in 3D space. \r\nEach series point de" +
                          "termines start and end xyz values. \r\n\r\nvector3D1.Add(x0,y0,z0,x1,y1,z1 );";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.BPPen);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 25;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 100;
     this.tChart1.Aspect.Rotation          = 360;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.Zoom = 95;
     this.tChart1.BackColor   = System.Drawing.Color.Transparent;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "3D Vectors"
     };
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.Visible = false;
     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.vector3D1);
     this.tChart1.Tools.Add(this.gridBand1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     //
     // tChart1.Walls.Back.Brush
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 70;
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Gradient.Transparency = 70;
     //
     // tChart1.Walls.Bottom.Pen
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     this.tChart1.Walls.Bottom.Size        = 3;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Brush
     //
     this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Brush.Gradient.Transparency = 70;
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Gradient.Transparency = 70;
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 3;
     //
     // tChart1.Walls.Right
     //
     //
     // tChart1.Walls.Right.Brush
     //
     this.tChart1.Walls.Right.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Right.Gradient
     //
     this.tChart1.Walls.Right.Brush.Gradient.Transparency = 70;
     //
     // tChart1.Walls.Right.Gradient
     //
     this.tChart1.Walls.Right.Gradient.Transparency = 70;
     //
     // tChart1.Walls.Right.Pen
     //
     this.tChart1.Walls.Right.Pen.Visible = false;
     this.tChart1.Walls.Right.Size        = 2;
     this.tChart1.Walls.Right.Visible     = true;
     //
     // BPPen
     //
     this.BPPen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BPPen.Location  = new System.Drawing.Point(24, 8);
     this.BPPen.Name      = "BPPen";
     this.BPPen.TabIndex  = 0;
     this.BPPen.Text      = "Pen";
     //
     // vector3D1
     //
     //
     // vector3D1.Brush
     //
     this.vector3D1.Brush.Color = System.Drawing.Color.Red;
     //
     // vector3D1.EndXValues
     //
     this.vector3D1.EndXValues.DataMember = "EndXValues";
     //
     // vector3D1.EndYValues
     //
     this.vector3D1.EndYValues.DataMember = "EndYValues";
     //
     // vector3D1.EndZValues
     //
     this.vector3D1.EndZValues.DataMember = "EndZValues";
     //
     // vector3D1.Marks
     //
     //
     // vector3D1.Marks.Symbol
     //
     //
     // vector3D1.Marks.Symbol.Shadow
     //
     this.vector3D1.Marks.Symbol.Shadow.Height  = 1;
     this.vector3D1.Marks.Symbol.Shadow.Visible = true;
     this.vector3D1.Marks.Symbol.Shadow.Width   = 1;
     this.vector3D1.PaletteMin  = 0;
     this.vector3D1.PaletteStep = 0;
     this.vector3D1.Title       = "vector3D1";
     //
     // vector3D1.XValues
     //
     this.vector3D1.XValues.DataMember = "X";
     //
     // vector3D1.YValues
     //
     this.vector3D1.YValues.DataMember = "Y";
     //
     // vector3D1.ZValues
     //
     this.vector3D1.ZValues.DataMember = "Z";
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(102)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(102)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // SeriesType_Vector3D
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "SeriesType_Vector3D";
     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.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);
 }
        /// <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(ColorGrid_Bitmap));
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.button1     = new System.Windows.Forms.Button();
            this.button2     = new System.Windows.Forms.Button();
            this.comboBox1   = new System.Windows.Forms.ComboBox();
            this.colorGrid1  = new Steema.TeeChart.Styles.ColorGrid();
            this.buttonPen1  = new Steema.TeeChart.ButtonPen();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
#if VS2005
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
#endif
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = resources.GetString("textBox1.Text");
            //
            // panel1
            //
            this.panel1.Controls.Add(this.buttonPen1);
            this.panel1.Controls.Add(this.comboBox1);
            this.panel1.Controls.Add(this.button2);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.pictureBox1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.View3D  = false;
            this.tChart1.Aspect.ZOffset = 0;
            //
            //
            //
            this.tChart1.Header.Lines = new string[] {
                "tChart1"
            };
            //
            //
            //
            this.tChart1.Legend.Visible = false;
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Series.Add(this.colorGrid1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            // pictureBox1
            //
            this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location = new System.Drawing.Point(344, -16);
            this.pictureBox1.Name     = "pictureBox1";
            this.pictureBox1.Size     = new System.Drawing.Size(95, 77);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop  = false;
            //
            // button1
            //
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location  = new System.Drawing.Point(8, 8);
            this.button1.Name      = "button1";
            this.button1.Size      = new System.Drawing.Size(56, 23);
            this.button1.TabIndex  = 1;
            this.button1.Text      = "+ Zoom";
            this.button1.Click    += new System.EventHandler(this.button1_Click);
            //
            // button2
            //
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button2.Location  = new System.Drawing.Point(72, 8);
            this.button2.Name      = "button2";
            this.button2.Size      = new System.Drawing.Size(56, 23);
            this.button2.TabIndex  = 2;
            this.button2.Text      = "- Zoom";
            this.button2.Click    += new System.EventHandler(this.button2_Click);
            //
            // comboBox1
            //
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBox1.Items.AddRange(new object[] {
                "Original Colors",
                "Color Range",
                "Color Palette"
            });
            this.comboBox1.Location              = new System.Drawing.Point(136, 9);
            this.comboBox1.Name                  = "comboBox1";
            this.comboBox1.Size                  = new System.Drawing.Size(121, 21);
            this.comboBox1.TabIndex              = 3;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            //
            // colorGrid1
            //
            //
            //
            //
            this.colorGrid1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.colorGrid1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.colorGrid1.ColorEach   = false;
            //
            //
            //
            this.colorGrid1.Marks.ArrowLength = 0;
            //
            //
            //
            this.colorGrid1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.colorGrid1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.colorGrid1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.colorGrid1.Marks.Callout.Distance    = 0;
            this.colorGrid1.Marks.Callout.Draw3D      = false;
            this.colorGrid1.Marks.Callout.Length      = 0;
            this.colorGrid1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.colorGrid1.Marks.Callout.Visible     = false;
            this.colorGrid1.PaletteMin   = 0;
            this.colorGrid1.PaletteStep  = 0;
            this.colorGrid1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Pale;
            //
            //
            //
            this.colorGrid1.Pen.Visible = false;
            this.colorGrid1.Title       = "colorGrid1";
            this.colorGrid1.XStep       = 1;
            //
            //
            //
            this.colorGrid1.XValues.DataMember = "X";
            //
            //
            //
            this.colorGrid1.YValues.DataMember = "Y";
            this.colorGrid1.ZStep = 1;
            //
            //
            //
            this.colorGrid1.ZValues.DataMember = "Z";
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(264, 8);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(75, 23);
            this.buttonPen1.TabIndex  = 4;
            this.buttonPen1.Text      = "Grid...";
            //
            // ColorGrid_Bitmap
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(440, 317);
            this.Name = "ColorGrid_Bitmap";
            this.panel1.ResumeLayout(false);
            this.chartContainer.ResumeLayout(false);
#if VS2005
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
#endif
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Exemple #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonPen1  = new Steema.TeeChart.ButtonPen();
     this.checkBox1   = new System.Windows.Forms.CheckBox();
     this.button1     = new System.Windows.Forms.Button();
     this.points1     = new Steema.TeeChart.Styles.Points();
     this.annotation1 = new Steema.TeeChart.Tools.Annotation();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(360, 73);
     this.textBox1.Text = "Annotations include a Callout object.\r\n\r\nThis object is used to draw a line from " +
                          "the annotation to any position in the chart.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(360, 39);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 25;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.ZoomText          = false;
     this.tChart1.Cursor = System.Windows.Forms.Cursors.Default;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "Annotation callout"
     };
     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.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     this.tChart1.Panel.Brush.Gradient.Visible    = true;
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     this.tChart1.Panel.Gradient.Visible    = true;
     this.tChart1.Series.Add(this.points1);
     this.tChart1.Size = new System.Drawing.Size(360, 189);
     this.tChart1.Tools.Add(this.annotation1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     //
     // tChart1.Walls.Back.Brush
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Pen
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     this.tChart1.Walls.Bottom.Size        = 5;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Brush
     //
     this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(128)));
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     //
     // tChart1.Walls.Right
     //
     //
     // tChart1.Walls.Right.Brush
     //
     this.tChart1.Walls.Right.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     this.tChart1.ClickSeries            += this.tChart1_ClickSeries;
     this.tChart1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tChart1_MouseMove);
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(116, 8);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.Size      = new System.Drawing.Size(64, 24);
     this.buttonPen1.TabIndex  = 2;
     this.buttonPen1.Text      = "Border...";
     //
     // checkBox1
     //
     this.checkBox1.Checked         = true;
     this.checkBox1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location        = new System.Drawing.Point(196, 12);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(92, 16);
     this.checkBox1.TabIndex        = 3;
     this.checkBox1.Text            = "Follow mouse";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(32, 8);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(64, 24);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "Edit...";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // points1
     //
     this.points1.ColorEach = true;
     //
     // points1.Marks
     //
     //
     // points1.Marks.Symbol
     //
     //
     // points1.Marks.Symbol.Shadow
     //
     this.points1.Marks.Symbol.Shadow.Height  = 1;
     this.points1.Marks.Symbol.Shadow.Visible = true;
     this.points1.Marks.Symbol.Shadow.Width   = 1;
     //
     // points1.Pointer
     //
     //
     // points1.Pointer.Brush
     //
     this.points1.Pointer.Brush.Color           = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(204)));
     this.points1.Pointer.Brush.ForegroundColor = System.Drawing.Color.Empty;
     this.points1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.points1.Title         = "points1";
     //
     // points1.XValues
     //
     this.points1.XValues.DataMember = "X";
     this.points1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // points1.YValues
     //
     this.points1.YValues.DataMember = "Y";
     //
     // annotation1
     //
     this.annotation1.Cursor = System.Windows.Forms.Cursors.Default;
     this.annotation1.Left   = 180;
     //
     // annotation1.Shape
     //
     this.annotation1.Shape.Bottom         = 42;
     this.annotation1.Shape.CustomPosition = true;
     this.annotation1.Shape.Left           = 180;
     this.annotation1.Shape.Lines          = new string[] {
         " Move the mouse ! "
     };
     //
     // annotation1.Shape.Pen
     //
     this.annotation1.Shape.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(255)));
     this.annotation1.Shape.Right     = 279;
     //
     // annotation1.Shape.Shadow
     //
     this.annotation1.Shape.Shadow.Visible = true;
     this.annotation1.Shape.Top            = 25;
     this.annotation1.Text = " Move the mouse ! ";
     this.annotation1.Top  = 25;
     //
     // AnnotationCallout
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(360, 301);
     this.Name  = "AnnotationCallout";
     this.Load += new System.EventHandler(this.AnnotationCallout_Load);
     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.label1         = new System.Windows.Forms.Label();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.checkBox1      = new System.Windows.Forms.CheckBox();
            this.buttonPen1     = new Steema.TeeChart.ButtonPen();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Name = "textBox1";
            this.textBox1.Text = @"The Chart panel can be configured to display ""rounded"" borders. A new ""BorderRound"" property displays a line around chart panel.

tChart1.Panel.BorderRound = 50;   // <--- pixels of ""rounding""
tChart1.Panel.Pen.Visible = true; 
tChart1.Panel.Pen.Width = 2; ";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.buttonPen1);
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Controls.Add(this.numericUpDown1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Name = "panel1";
            //
            // tChart1
            //
            //
            // tChart1.Aspect
            //
            this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
            this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;
            //
            // tChart1.Axes
            //
            //
            // tChart1.Axes.Bottom
            //
            //
            // tChart1.Axes.Bottom.Labels
            //
            //
            // tChart1.Axes.Bottom.Labels.Font
            //
            //
            // tChart1.Axes.Bottom.Labels.Font.Shadow
            //
            this.tChart1.Axes.Bottom.Labels.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Bottom.Labels.Shadow
            //
            this.tChart1.Axes.Bottom.Labels.Shadow.Visible = false;
            //
            // tChart1.Axes.Bottom.Title
            //
            //
            // tChart1.Axes.Bottom.Title.Font
            //
            //
            // tChart1.Axes.Bottom.Title.Font.Shadow
            //
            this.tChart1.Axes.Bottom.Title.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Bottom.Title.Shadow
            //
            this.tChart1.Axes.Bottom.Title.Shadow.Visible = false;
            //
            // tChart1.Axes.Depth
            //
            //
            // tChart1.Axes.Depth.Labels
            //
            //
            // tChart1.Axes.Depth.Labels.Font
            //
            //
            // tChart1.Axes.Depth.Labels.Font.Shadow
            //
            this.tChart1.Axes.Depth.Labels.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Depth.Labels.Shadow
            //
            this.tChart1.Axes.Depth.Labels.Shadow.Visible = false;
            //
            // tChart1.Axes.Depth.Title
            //
            //
            // tChart1.Axes.Depth.Title.Font
            //
            //
            // tChart1.Axes.Depth.Title.Font.Shadow
            //
            this.tChart1.Axes.Depth.Title.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Depth.Title.Shadow
            //
            this.tChart1.Axes.Depth.Title.Shadow.Visible = false;
            //
            // tChart1.Axes.DepthTop
            //
            //
            // tChart1.Axes.DepthTop.Labels
            //
            //
            // tChart1.Axes.DepthTop.Labels.Font
            //
            //
            // tChart1.Axes.DepthTop.Labels.Font.Shadow
            //
            this.tChart1.Axes.DepthTop.Labels.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.DepthTop.Labels.Shadow
            //
            this.tChart1.Axes.DepthTop.Labels.Shadow.Visible = false;
            //
            // tChart1.Axes.DepthTop.Title
            //
            //
            // tChart1.Axes.DepthTop.Title.Font
            //
            //
            // tChart1.Axes.DepthTop.Title.Font.Shadow
            //
            this.tChart1.Axes.DepthTop.Title.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.DepthTop.Title.Shadow
            //
            this.tChart1.Axes.DepthTop.Title.Shadow.Visible = false;
            //
            // tChart1.Axes.Left
            //
            //
            // tChart1.Axes.Left.Labels
            //
            //
            // tChart1.Axes.Left.Labels.Font
            //
            //
            // tChart1.Axes.Left.Labels.Font.Shadow
            //
            this.tChart1.Axes.Left.Labels.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Left.Labels.Shadow
            //
            this.tChart1.Axes.Left.Labels.Shadow.Visible = false;
            //
            // tChart1.Axes.Left.Title
            //
            //
            // tChart1.Axes.Left.Title.Font
            //
            //
            // tChart1.Axes.Left.Title.Font.Shadow
            //
            this.tChart1.Axes.Left.Title.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Left.Title.Shadow
            //
            this.tChart1.Axes.Left.Title.Shadow.Visible = false;
            //
            // tChart1.Axes.Right
            //
            //
            // tChart1.Axes.Right.Labels
            //
            //
            // tChart1.Axes.Right.Labels.Font
            //
            //
            // tChart1.Axes.Right.Labels.Font.Shadow
            //
            this.tChart1.Axes.Right.Labels.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Right.Labels.Shadow
            //
            this.tChart1.Axes.Right.Labels.Shadow.Visible = false;
            //
            // tChart1.Axes.Right.Title
            //
            //
            // tChart1.Axes.Right.Title.Font
            //
            //
            // tChart1.Axes.Right.Title.Font.Shadow
            //
            this.tChart1.Axes.Right.Title.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Right.Title.Shadow
            //
            this.tChart1.Axes.Right.Title.Shadow.Visible = false;
            //
            // tChart1.Axes.Top
            //
            //
            // tChart1.Axes.Top.Labels
            //
            //
            // tChart1.Axes.Top.Labels.Font
            //
            //
            // tChart1.Axes.Top.Labels.Font.Shadow
            //
            this.tChart1.Axes.Top.Labels.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Top.Labels.Shadow
            //
            this.tChart1.Axes.Top.Labels.Shadow.Visible = false;
            //
            // tChart1.Axes.Top.Title
            //
            //
            // tChart1.Axes.Top.Title.Font
            //
            //
            // tChart1.Axes.Top.Title.Font.Shadow
            //
            this.tChart1.Axes.Top.Title.Font.Shadow.Visible = false;
            //
            // tChart1.Axes.Top.Title.Shadow
            //
            this.tChart1.Axes.Top.Title.Shadow.Visible = false;
            this.tChart1.BackColor = System.Drawing.Color.Transparent;
            //
            // tChart1.Footer
            //
            //
            // tChart1.Footer.Font
            //
            //
            // tChart1.Footer.Font.Shadow
            //
            this.tChart1.Footer.Font.Shadow.Visible = false;
            //
            // tChart1.Footer.Shadow
            //
            this.tChart1.Footer.Shadow.Visible = false;
            //
            // tChart1.Header
            //
            //
            // tChart1.Header.Font
            //
            //
            // tChart1.Header.Font.Shadow
            //
            this.tChart1.Header.Font.Shadow.Visible = false;
            this.tChart1.Header.Font.Size           = 14;
            this.tChart1.Header.Lines = new string[] {
                "Round Borders"
            };
            //
            // tChart1.Header.Shadow
            //
            this.tChart1.Header.Shadow.Visible = false;
            //
            // tChart1.Legend
            //
            //
            // tChart1.Legend.Font
            //
            //
            // tChart1.Legend.Font.Shadow
            //
            this.tChart1.Legend.Font.Shadow.Visible = false;
            //
            // tChart1.Legend.Title
            //
            //
            // tChart1.Legend.Title.Font
            //
            this.tChart1.Legend.Title.Font.Bold = true;
            //
            // tChart1.Legend.Title.Font.Shadow
            //
            this.tChart1.Legend.Title.Font.Shadow.Visible = false;
            //
            // tChart1.Legend.Title.Pen
            //
            this.tChart1.Legend.Title.Pen.Visible = false;
            //
            // tChart1.Legend.Title.Shadow
            //
            this.tChart1.Legend.Title.Shadow.Visible = false;
            this.tChart1.Name = "tChart1";
            //
            // tChart1.Panel
            //
            //
            // tChart1.Panel.Bevel
            //
            this.tChart1.Panel.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None;
            //
            // tChart1.Panel.Brush
            //
            this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(128)), ((System.Byte)(128)));
            //
            // tChart1.Panel.Gradient
            //
            this.tChart1.Panel.Brush.Gradient.Transparency = 100;
            //
            // tChart1.Panel.Gradient
            //
            this.tChart1.Panel.Gradient.Transparency = 100;
            //
            // tChart1.Panel.Pen
            //
            this.tChart1.Panel.Pen.Color   = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(128)));
            this.tChart1.Panel.Pen.Visible = true;
            this.tChart1.Panel.Pen.Width   = 5;
            //
            // tChart1.Panel.Shadow
            //
            this.tChart1.Panel.Shadow.Visible = false;
            //
            // tChart1.SubFooter
            //
            //
            // tChart1.SubFooter.Font
            //
            //
            // tChart1.SubFooter.Font.Shadow
            //
            this.tChart1.SubFooter.Font.Shadow.Visible = false;
            //
            // tChart1.SubFooter.Shadow
            //
            this.tChart1.SubFooter.Shadow.Visible = false;
            //
            // tChart1.SubHeader
            //
            //
            // tChart1.SubHeader.Font
            //
            //
            // tChart1.SubHeader.Font.Shadow
            //
            this.tChart1.SubHeader.Font.Shadow.Visible = false;
            //
            // tChart1.SubHeader.Shadow
            //
            this.tChart1.SubHeader.Shadow.Visible = false;
            //
            // tChart1.Walls
            //
            //
            // tChart1.Walls.Back
            //
            //
            // tChart1.Walls.Back.Shadow
            //
            this.tChart1.Walls.Back.Shadow.Visible = false;
            //
            // tChart1.Walls.Bottom
            //
            //
            // tChart1.Walls.Bottom.Pen
            //
            this.tChart1.Walls.Bottom.Pen.Visible = false;
            //
            // tChart1.Walls.Bottom.Shadow
            //
            this.tChart1.Walls.Bottom.Shadow.Visible = false;
            this.tChart1.Walls.Bottom.Size           = 5;
            //
            // tChart1.Walls.Left
            //
            //
            // tChart1.Walls.Left.Pen
            //
            this.tChart1.Walls.Left.Pen.Visible = false;
            //
            // tChart1.Walls.Left.Shadow
            //
            this.tChart1.Walls.Left.Shadow.Visible = false;
            this.tChart1.Walls.Left.Size           = 5;
            //
            // tChart1.Walls.Right
            //
            //
            // tChart1.Walls.Right.Shadow
            //
            this.tChart1.Walls.Right.Shadow.Visible = false;
            //
            // label1
            //
            this.label1.Location = new System.Drawing.Point(8, 10);
            this.label1.Name     = "label1";
            this.label1.TabIndex = 0;
            this.label1.Text     = "Rounding Amount:";
            //
            // numericUpDown1
            //
            this.numericUpDown1.Location = new System.Drawing.Point(104, 9);
            this.numericUpDown1.Maximum  = new System.Decimal(new int[] {
                1000,
                0,
                0,
                0
            });
            this.numericUpDown1.Minimum = new System.Decimal(new int[] {
                100,
                0,
                0,
                -2147483648
            });
            this.numericUpDown1.Name     = "numericUpDown1";
            this.numericUpDown1.Size     = new System.Drawing.Size(48, 20);
            this.numericUpDown1.TabIndex = 1;
            this.numericUpDown1.Value    = new System.Decimal(new int[] {
                80,
                0,
                0,
                0
            });
            this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            //
            // checkBox1
            //
            this.checkBox1.Location = new System.Drawing.Point(165, 7);
            this.checkBox1.Name     = "checkBox1";
            this.checkBox1.TabIndex = 2;
            this.checkBox1.Text     = "No Rounding";
            this.checkBox1.Click   += new System.EventHandler(this.checkBox1_Click);
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(303, 8);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.TabIndex  = 3;
            this.buttonPen1.Text      = "Border...";
            //
            // Chart_RoundPanel
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(440, 317);
            this.Name = "Chart_RoundPanel";
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            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.areaSeries1 = new Steema.TeeChart.Styles.Area();
     this.checkBox1   = new System.Windows.Forms.CheckBox();
     this.buttonPen1  = new Steema.TeeChart.ButtonPen();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.BackColor = System.Drawing.Color.AliceBlue;
     this.textBox1.Name      = "textBox1";
     this.textBox1.Size      = new System.Drawing.Size(630, 63);
     this.textBox1.Text      = "All Axes can display a Minor Grid, that is, grid lines inside grid lines. The Min" +
                               "orTickCount property controls the number of minor grid lines.\r\n\r\nthis.tChart1.Ax" +
                               "es.Bottom.MinorGrid.Visible = true;\r\nthis.tChart1.Axes.Bottom.MinorTickCount = 3" +
                               ";";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Location = new System.Drawing.Point(0, 63);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(630, 33);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     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.AxisPen
     //
     this.tChart1.Axes.Bottom.AxisPen.Width = 1;
     //
     // tChart1.Axes.Left
     //
     //
     // tChart1.Axes.Left.AxisPen
     //
     this.tChart1.Axes.Left.AxisPen.Width = 1;
     //
     // tChart1.Header
     //
     //
     // tChart1.Header.Font
     //
     //
     // tChart1.Header.Font.Brush
     //
     this.tChart1.Header.Font.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(128)));
     this.tChart1.Header.Font.Name        = "Verdana";
     //
     // tChart1.Header.Font.Shadow
     //
     //
     // tChart1.Header.Font.Shadow.Brush
     //
     this.tChart1.Header.Font.Shadow.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.tChart1.Header.Font.Shadow.Visible     = true;
     this.tChart1.Header.Lines = new string[] {
         "Minor Grid"
     };
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.Alignment   = Steema.TeeChart.LegendAlignments.Bottom;
     this.tChart1.Legend.Transparent = true;
     this.tChart1.Location           = new System.Drawing.Point(0, 96);
     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.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     this.tChart1.Panel.Brush.Gradient.UseMiddle   = true;
     this.tChart1.Panel.Brush.Gradient.Visible     = true;
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     this.tChart1.Panel.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(255)));
     this.tChart1.Panel.Gradient.UseMiddle   = true;
     this.tChart1.Panel.Gradient.Visible     = true;
     this.tChart1.Series.Add(this.areaSeries1);
     this.tChart1.Size = new System.Drawing.Size(630, 297);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     //
     // tChart1.Walls.Back.Brush
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // tChart1.Walls.Back.Gradient
     //
     this.tChart1.Walls.Back.Brush.Gradient.Transparency = 70;
     //
     // tChart1.Walls.Back.Gradient
     //
     this.tChart1.Walls.Back.Gradient.Transparency = 70;
     //
     // tChart1.Walls.Back.Pen
     //
     this.tChart1.Walls.Back.Pen.Visible = false;
     this.tChart1.Walls.Back.Transparent = false;
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Pen
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     this.tChart1.Walls.Bottom.Size        = 5;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     //
     // areaSeries1
     //
     //
     // areaSeries1.AreaBrush
     //
     this.areaSeries1.AreaBrush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(0)), ((System.Byte)(0)));
     //
     // areaSeries1.AreaLines
     //
     this.areaSeries1.AreaLines.Visible = false;
     //
     // areaSeries1.Brush
     //
     this.areaSeries1.Brush.Color = System.Drawing.Color.Red;
     this.areaSeries1.ColorEach   = true;
     //
     // areaSeries1.LinePen
     //
     this.areaSeries1.LinePen.Visible = false;
     //
     // areaSeries1.Pointer
     //
     this.areaSeries1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.areaSeries1.Title         = "areaSeries1";
     this.areaSeries1.UseOrigin     = true;
     //
     // areaSeries1.XValues
     //
     this.areaSeries1.XValues.DataMember = "X";
     this.areaSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // areaSeries1.YValues
     //
     this.areaSeries1.YValues.DataMember = "Y";
     //
     // checkBox1
     //
     this.checkBox1.Checked         = true;
     this.checkBox1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location        = new System.Drawing.Point(8, 8);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(87, 21);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Minor grid";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(120, 5);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.TabIndex  = 1;
     this.buttonPen1.Text      = "&Border...";
     //
     // Axis_MinorGrid
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(630, 393);
     this.Name = "Axis_MinorGrid";
     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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Zoom_Pen));
            this.fastLineSeries1 = new Steema.TeeChart.Styles.FastLine();
            this.button1         = new System.Windows.Forms.Button();
            this.label1          = new System.Windows.Forms.Label();
            this.buttonPen1      = new Steema.TeeChart.ButtonPen();
            this.gridBand1       = new Steema.TeeChart.Tools.GridBand();
            this.CBHistory       = new System.Windows.Forms.CheckBox();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Size = new System.Drawing.Size(544, 68);
            this.textBox1.Text = resources.GetString("textBox1.Text");
            //
            // panel1
            //
            this.panel1.Controls.Add(this.CBHistory);
            this.panel1.Controls.Add(this.buttonPen1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Location = new System.Drawing.Point(0, 68);
            this.panel1.Size     = new System.Drawing.Size(544, 36);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.View3D  = false;
            this.tChart1.Aspect.ZOffset = 0;
            this.tChart1.Cursor         = System.Windows.Forms.Cursors.Default;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Header.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.tChart1.Header.Font.Size        = 11;
            this.tChart1.Header.Font.SizeFloat   = 11F;
            this.tChart1.Header.Lines            = new string[] {
                "Zoom history, brush & pen"
            };
            //
            //
            //
            this.tChart1.Legend.TextSymbolGap = 0;
            this.tChart1.Legend.Visible       = false;
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            //
            //
            //
            this.tChart1.Panel.Brush.Gradient.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.tChart1.Series.Add(this.fastLineSeries1);
            this.tChart1.Size = new System.Drawing.Size(544, 228);
            this.tChart1.Tools.Add(this.gridBand1);
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Back.Pen.Visible = false;
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Bottom.Pen.Visible = false;
            this.tChart1.Walls.Bottom.Size        = 5;
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Left.Pen.Visible = false;
            this.tChart1.Walls.Left.Size        = 5;
            //
            //
            //
            //
            //
            //
            this.tChart1.Zoom.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            //
            // chartContainer
            //
            this.chartContainer.Location = new System.Drawing.Point(0, 104);
            this.chartContainer.Size     = new System.Drawing.Size(544, 228);
            //
            // fastLineSeries1
            //
            this.fastLineSeries1.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.fastLineSeries1.ColorEach = false;
            //
            //
            //
            this.fastLineSeries1.LinePen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.fastLineSeries1.LinePen.Width = 2;
            //
            //
            //
            //
            //
            //
            this.fastLineSeries1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.fastLineSeries1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.fastLineSeries1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.fastLineSeries1.Marks.Callout.Distance    = 0;
            this.fastLineSeries1.Marks.Callout.Draw3D      = false;
            this.fastLineSeries1.Marks.Callout.Length      = 10;
            this.fastLineSeries1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.fastLineSeries1.Marks.Callout.Visible     = false;
            this.fastLineSeries1.Title      = "fastLineSeries1";
            this.fastLineSeries1.TreatNulls = Steema.TeeChart.Styles.TreatNullsStyle.Ignore;
            //
            //
            //
            this.fastLineSeries1.XValues.DataMember = "X";
            this.fastLineSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            //
            //
            this.fastLineSeries1.YValues.DataMember = "Y";
            //
            // button1
            //
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location  = new System.Drawing.Point(233, 5);
            this.button1.Name      = "button1";
            this.button1.Size      = new System.Drawing.Size(87, 23);
            this.button1.TabIndex  = 0;
            this.button1.Text      = "Zoom &brush...";
            this.button1.Click    += new System.EventHandler(this.button1_Click);
            //
            // label1
            //
            this.label1.AutoSize    = true;
            this.label1.Font        = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location    = new System.Drawing.Point(7, 9);
            this.label1.Name        = "label1";
            this.label1.Size        = new System.Drawing.Size(82, 13);
            this.label1.TabIndex    = 2;
            this.label1.Text        = "Drag to zoom";
            this.label1.UseMnemonic = false;
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(133, 5);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(87, 23);
            this.buttonPen1.TabIndex  = 3;
            this.buttonPen1.Text      = "Zoom &pen...";
            //
            // gridBand1
            //
            this.gridBand1.Axis = this.tChart1.Axes.Left;
            //
            //
            //
            this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            //
            //
            //
            this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            //
            // CBHistory
            //
            this.CBHistory.Checked    = true;
            this.CBHistory.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CBHistory.Location   = new System.Drawing.Point(361, 9);
            this.CBHistory.Name       = "CBHistory";
            this.CBHistory.Size       = new System.Drawing.Size(137, 17);
            this.CBHistory.TabIndex   = 5;
            this.CBHistory.Text       = "Historical unzoom steps";
            this.CBHistory.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
#if VS2005
            this.CBHistory.AutoSize = true;
            this.CBHistory.UseVisualStyleBackColor = true;
#endif
            this.CBHistory.CheckedChanged += new System.EventHandler(this.CBHistory_CheckedChanged);
            //
            // Zoom_Pen
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(544, 332);
            this.Name = "Zoom_Pen";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.chartContainer.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Exemple #8
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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LegendSymbolFlags));
            this.checkBox1  = new System.Windows.Forms.CheckBox();
            this.buttonPen1 = new Steema.TeeChart.ButtonPen();
            this.pie1       = new Steema.TeeChart.Styles.Pie();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = "The Legend.Symbol \"OnSymbolDraw\" event can be used to customize the display\r\nof l" +
                                 "egend symbols, for example to show country flags like this example.";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.buttonPen1);
            this.panel1.Controls.Add(this.checkBox1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.Elevation      = 315;
            this.tChart1.Aspect.ElevationFloat = 315;
            this.tChart1.Aspect.Orthogonal     = false;
            this.tChart1.Aspect.Perspective    = 0;
            this.tChart1.Aspect.Rotation       = 360;
            this.tChart1.Aspect.RotationFloat  = 360;
            this.tChart1.Aspect.ThemeIndex     = 4;
            this.tChart1.Aspect.ZOffset        = 0;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Bottom.Grid.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(196)))), ((int)(((byte)(196)))));
            this.tChart1.Axes.Bottom.Grid.Style   = System.Drawing.Drawing2D.DashStyle.Solid;
            this.tChart1.Axes.Bottom.Grid.Visible = false;
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Bottom.Labels.Font.Bold      = true;
            this.tChart1.Axes.Bottom.Labels.Font.Name      = "Lucida Console";
            this.tChart1.Axes.Bottom.Labels.Font.Size      = 10;
            this.tChart1.Axes.Bottom.Labels.Font.SizeFloat = 10F;
            //
            //
            //
            this.tChart1.Axes.Bottom.MinorGrid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229)))));
            //
            //
            //
            this.tChart1.Axes.Bottom.MinorTicks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Bottom.MinorTicks.Length = -3;
            //
            //
            //
            this.tChart1.Axes.Bottom.Ticks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Bottom.Ticks.Length = 0;
            //
            //
            //
            this.tChart1.Axes.Bottom.TicksInner.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Bottom.TicksInner.Length = 6;
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Depth.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(196)))), ((int)(((byte)(196)))));
            this.tChart1.Axes.Depth.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Depth.Labels.Font.Name      = "Lucida Console";
            this.tChart1.Axes.Depth.Labels.Font.Size      = 10;
            this.tChart1.Axes.Depth.Labels.Font.SizeFloat = 10F;
            //
            //
            //
            this.tChart1.Axes.Depth.MinorTicks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Depth.MinorTicks.Length = -3;
            //
            //
            //
            this.tChart1.Axes.Depth.Ticks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Depth.Ticks.Length = 0;
            //
            //
            //
            this.tChart1.Axes.Depth.TicksInner.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Depth.TicksInner.Length = 6;
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Left.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(196)))), ((int)(((byte)(196)))));
            this.tChart1.Axes.Left.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Left.Labels.Font.Bold      = true;
            this.tChart1.Axes.Left.Labels.Font.Name      = "Lucida Console";
            this.tChart1.Axes.Left.Labels.Font.Size      = 10;
            this.tChart1.Axes.Left.Labels.Font.SizeFloat = 10F;
            //
            //
            //
            this.tChart1.Axes.Left.MinorTicks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Left.MinorTicks.Length = -3;
            //
            //
            //
            this.tChart1.Axes.Left.Ticks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Left.Ticks.Length = 0;
            //
            //
            //
            this.tChart1.Axes.Left.TicksInner.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Left.TicksInner.Length = 6;
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Right.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(196)))), ((int)(((byte)(196)))));
            this.tChart1.Axes.Right.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Right.Labels.Font.Name      = "Lucida Console";
            this.tChart1.Axes.Right.Labels.Font.Size      = 10;
            this.tChart1.Axes.Right.Labels.Font.SizeFloat = 10F;
            //
            //
            //
            this.tChart1.Axes.Right.MinorTicks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Right.MinorTicks.Length = -3;
            //
            //
            //
            this.tChart1.Axes.Right.Ticks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Right.Ticks.Length = 0;
            //
            //
            //
            this.tChart1.Axes.Right.TicksInner.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Right.TicksInner.Length = 6;
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Top.Grid.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(196)))), ((int)(((byte)(196)))), ((int)(((byte)(196)))));
            this.tChart1.Axes.Top.Grid.Style   = System.Drawing.Drawing2D.DashStyle.Solid;
            this.tChart1.Axes.Top.Grid.Visible = false;
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Top.Labels.Font.Name      = "Lucida Console";
            this.tChart1.Axes.Top.Labels.Font.Size      = 10;
            this.tChart1.Axes.Top.Labels.Font.SizeFloat = 10F;
            //
            //
            //
            this.tChart1.Axes.Top.MinorTicks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Top.MinorTicks.Length = -3;
            //
            //
            //
            this.tChart1.Axes.Top.Ticks.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Top.Ticks.Length = 0;
            //
            //
            //
            this.tChart1.Axes.Top.TicksInner.Color  = System.Drawing.Color.Black;
            this.tChart1.Axes.Top.TicksInner.Length = 6;
            this.tChart1.BackColor = System.Drawing.Color.Transparent;
            //
            //
            //
            //
            //
            //
            this.tChart1.Header.Brush.Color = System.Drawing.Color.White;
            //
            //
            //
            this.tChart1.Header.Brush.Gradient.EndColor    = System.Drawing.Color.Gray;
            this.tChart1.Header.Brush.Gradient.MiddleColor = System.Drawing.Color.Empty;
            this.tChart1.Header.Brush.Gradient.StartColor  = System.Drawing.Color.White;
            this.tChart1.Header.Brush.Gradient.Visible     = true;
            //
            //
            //
            this.tChart1.Header.Font.Bold = true;
            //
            //
            //
            this.tChart1.Header.Font.Brush.Color = System.Drawing.Color.Black;
            this.tChart1.Header.Font.Name        = "Lucida Console";
            this.tChart1.Header.Font.Size        = 10;
            this.tChart1.Header.Font.SizeFloat   = 10F;
            //
            //
            //
            this.tChart1.Header.Pen.Width = 2;
            //
            //
            //
            //
            //
            //
            this.tChart1.Header.Shadow.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
            this.tChart1.Header.Shadow.Height      = 4;
            this.tChart1.Header.Shadow.Width       = 4;
            this.tChart1.Header.Visible            = false;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Legend.Brush.Gradient.EndColor    = System.Drawing.Color.Yellow;
            this.tChart1.Legend.Brush.Gradient.MiddleColor = System.Drawing.Color.Empty;
            this.tChart1.Legend.Brush.Gradient.StartColor  = System.Drawing.Color.White;
            //
            //
            //
            this.tChart1.Legend.DividingLines.Color = System.Drawing.Color.Silver;
            //
            //
            //
            //
            //
            //
            this.tChart1.Legend.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.tChart1.Legend.Font.Name        = "Lucida Console";
            this.tChart1.Legend.Font.Size        = 9;
            this.tChart1.Legend.Font.SizeFloat   = 9F;
            //
            //
            //
            //
            //
            //
            this.tChart1.Legend.Shadow.Brush.Color = System.Drawing.Color.DarkGray;
            //
            //
            //
            this.tChart1.Legend.Symbol.Squared = true;
            this.tChart1.Legend.Transparent    = true;
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None;
            //
            //
            //
            this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            //
            //
            //
            this.tChart1.Panel.Brush.Gradient.Angle       = 270;
            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;
            this.tChart1.Panel.Brush.Gradient.UseMiddle   = false;
            //
            //
            //
            this.tChart1.Panel.Pen.Visible = true;
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Shadow.Brush.Color = System.Drawing.Color.Black;
            this.tChart1.Panel.Shadow.Visible     = true;
            this.tChart1.Series.Add(this.pie1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.White;
            //
            //
            //
            this.tChart1.Walls.Back.Brush.Gradient.EndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(122)))), ((int)(((byte)(41)))));
            this.tChart1.Walls.Back.Brush.Gradient.StartColor = System.Drawing.Color.White;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Bottom.Brush.Gradient.EndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(254)))), ((int)(((byte)(253)))));
            this.tChart1.Walls.Bottom.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(133)))), ((int)(((byte)(253)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.White;
            //
            //
            //
            this.tChart1.Walls.Left.Brush.Gradient.EndColor   = System.Drawing.Color.FromArgb(((int)(((byte)(36)))), ((int)(((byte)(209)))), ((int)(((byte)(252)))));
            this.tChart1.Walls.Left.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(188)))), ((int)(((byte)(124)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Right.Brush.Color = System.Drawing.Color.White;
            //
            // checkBox1
            //
            this.checkBox1.Checked    = true;
            this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
            this.checkBox1.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox1.Location   = new System.Drawing.Point(16, 8);
            this.checkBox1.Name       = "checkBox1";
            this.checkBox1.Size       = new System.Drawing.Size(96, 24);
            this.checkBox1.TabIndex   = 0;
            this.checkBox1.Text       = "Draw Flags";
            this.checkBox1.Click     += new System.EventHandler(this.checkBox1_Click);
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(176, 8);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(80, 23);
            this.buttonPen1.TabIndex  = 1;
            this.buttonPen1.Text      = "Border...";
            this.buttonPen1.Click    += new System.EventHandler(this.buttonPen1_Click);
            //
            // pie1
            //
            //
            //
            //
            this.pie1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(153)))), ((int)(((byte)(153)))));
            this.pie1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.pie1.LabelMember = "Labels";
            //
            //
            //
            //
            //
            //
            this.pie1.Marks.Arrow.Color = System.Drawing.Color.White;
            //
            //
            //
            //
            //
            //
            this.pie1.Marks.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.pie1.Marks.Brush.Gradient.Visible    = true;
            //
            //
            //
            this.pie1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.pie1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.pie1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.pie1.Marks.Callout.Distance    = 0;
            this.pie1.Marks.Callout.Draw3D      = false;
            this.pie1.Marks.Callout.Length      = 8;
            this.pie1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.pie1.Marks.Callout.Visible     = false;
            //
            //
            //
            this.pie1.Marks.Font.Name = "Microsoft Sans Serif";
            //
            //
            //
            this.pie1.Marks.Pen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            //
            //
            //
            this.pie1.MarksPie.LegSize    = 0;
            this.pie1.MarksPie.VertCenter = false;
            this.pie1.MultiPie            = Steema.TeeChart.Styles.MultiPies.Automatic;
            //
            //
            //
            this.pie1.OtherSlice.Color = System.Drawing.Color.Empty;
            this.pie1.OtherSlice.Style = Steema.TeeChart.Styles.PieOtherStyles.None;
            this.pie1.OtherSlice.Text  = "";
            this.pie1.OtherSlice.Value = 0;
            //
            //
            //
            this.pie1.Pen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            //
            //
            //
            this.pie1.Shadow.Height = 20;
            this.pie1.Shadow.Width  = 20;
            this.pie1.Title         = "pie1";
            this.pie1.Transparency  = 0;
            //
            //
            //
            this.pie1.XValues.DataMember = "Angle";
            this.pie1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            //
            //
            this.pie1.YValues.DataMember = "Pie";
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
#if VS2005
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, "");
            this.imageList1.Images.SetKeyName(2, "");
            this.imageList1.Images.SetKeyName(3, "");
            this.imageList1.Images.SetKeyName(4, "");
            this.imageList1.Images.SetKeyName(5, "");
            this.imageList1.Images.SetKeyName(6, "");
            this.imageList1.Images.SetKeyName(7, "");
#endif
            //
            // LegendSymbolFlags
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(440, 317);
            this.Name  = "LegendSymbolFlags";
            this.Load += new System.EventHandler(this.LegendSymbolFlags_Load);
            this.panel1.ResumeLayout(false);
            this.chartContainer.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
 /// <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(Tool_RotateOutline));
     this.horizArea1 = new Steema.TeeChart.Styles.HorizArea();
     this.buttonPen1 = new Steema.TeeChart.ButtonPen();
     this.checkBox1  = new System.Windows.Forms.CheckBox();
     this.rotate1    = new Steema.TeeChart.Tools.Rotate();
     this.panel1.SuspendLayout();
     this.chartContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Size = new System.Drawing.Size(360, 73);
     this.textBox1.Text = "Rotate tool can display a wireframe while rotating, instead of re-painting the wh" +
                          "ole chart.\r\n\r\nClick and drag the chart to see the wireframe.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Size = new System.Drawing.Size(360, 39);
     //
     // tChart1
     //
     //
     //
     //
     this.tChart1.Aspect.Chart3DPercent = 95;
     this.tChart1.Aspect.Orthogonal     = false;
     this.tChart1.Aspect.ZOffset        = 0;
     this.tChart1.Aspect.Zoom           = 87;
     this.tChart1.Aspect.ZoomFloat      = 87;
     this.tChart1.Cursor = System.Windows.Forms.Cursors.Default;
     //
     //
     //
     this.tChart1.Header.Lines = new string[] {
         "Rotate tool outline"
     };
     //
     //
     //
     this.tChart1.Legend.Visible = false;
     //
     //
     //
     //
     //
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tChart1.Series.Add(this.horizArea1);
     this.tChart1.Size = new System.Drawing.Size(360, 189);
     this.tChart1.Tools.Add(this.rotate1);
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Right.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.tChart1.Walls.Right.Visible     = true;
     //
     // chartContainer
     //
     this.chartContainer.Size = new System.Drawing.Size(360, 189);
     //
     // horizArea1
     //
     //
     //
     //
     this.horizArea1.AreaBrush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     //
     //
     //
     this.horizArea1.Gradient.Direction    = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.horizArea1.Gradient.StartColor   = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.horizArea1.Gradient.Transparency = 20;
     //
     //
     //
     this.horizArea1.AreaLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(61)))), ((int)(((byte)(98)))));
     //
     //
     //
     this.horizArea1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     //
     //
     //
     this.horizArea1.TopGradient.Transparency = 100;
     this.horizArea1.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.horizArea1.ColorEach = false;
     //
     //
     //
     this.horizArea1.LinePen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(61)))), ((int)(((byte)(98)))));
     //
     //
     //
     //
     //
     //
     this.horizArea1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.horizArea1.Marks.Callout.ArrowHeadSize = 8;
     //
     //
     //
     this.horizArea1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.horizArea1.Marks.Callout.Distance    = 0;
     this.horizArea1.Marks.Callout.Draw3D      = false;
     this.horizArea1.Marks.Callout.Length      = 10;
     this.horizArea1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.horizArea1.Marks.Callout.Visible     = false;
     //
     //
     //
     this.horizArea1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.horizArea1.Title         = "horizArea1";
     //
     //
     //
     this.horizArea1.XValues.DataMember = "X";
     //
     //
     //
     this.horizArea1.YValues.DataMember = "Y";
     this.horizArea1.YValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(24, 8);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.Size      = new System.Drawing.Size(80, 24);
     this.buttonPen1.TabIndex  = 1;
     this.buttonPen1.Text      = "Outline...";
     //
     // checkBox1
     //
     this.checkBox1.Checked         = true;
     this.checkBox1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location        = new System.Drawing.Point(120, 12);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(88, 16);
     this.checkBox1.TabIndex        = 2;
     this.checkBox1.Text            = "Draw outline";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // Tool_RotateOutline
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(360, 301);
     this.Name = "Tool_RotateOutline";
     this.panel1.ResumeLayout(false);
     this.chartContainer.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.BPStart = new Steema.TeeChart.ButtonPen();
     this.BPEnd   = new Steema.TeeChart.ButtonPen();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "The ColorBand tool allows dragging its start or end edges.\r\n\r\ncolorBand1.ResizeSt" +
                          "art = true ;\r\ncolorBand1.ResizeEnd = true ;\r\n\r\nDrag the color band edges...\r\n";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.BPEnd);
     this.panel1.Controls.Add(this.BPStart);
     this.panel1.Name = "panel1";
     this.panel1.Controls.SetChildIndex(this.BPStart, 0);
     this.panel1.Controls.SetChildIndex(this.BPEnd, 0);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 40;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     //
     // tChart1.Axes
     //
     //
     // tChart1.Axes.Left
     //
     this.tChart1.Axes.Left.Automatic        = false;
     this.tChart1.Axes.Left.AutomaticMaximum = false;
     this.tChart1.Axes.Left.AutomaticMinimum = false;
     this.tChart1.Axes.Left.Maximum          = 1000;
     this.tChart1.Axes.Left.Minimum          = 0;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "TeeChart"
     };
     this.tChart1.Header.Visible = false;
     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.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;
     //
     // BPStart
     //
     this.BPStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BPStart.Location  = new System.Drawing.Point(224, 8);
     this.BPStart.Name      = "BPStart";
     this.BPStart.TabIndex  = 2;
     this.BPStart.Text      = "&Start Pen...";
     //
     // BPEnd
     //
     this.BPEnd.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BPEnd.Location  = new System.Drawing.Point(312, 8);
     this.BPEnd.Name      = "BPEnd";
     this.BPEnd.TabIndex  = 3;
     this.BPEnd.Text      = "&End Pen...";
     //
     // ColorBandDrag
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "ColorBandDrag";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pieSeries1 = new Steema.TeeChart.Styles.Pie();
     this.pieTool1   = new Steema.TeeChart.Tools.PieTool();
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.buttonPen1 = new Steema.TeeChart.ButtonPen();
     this.button1    = new System.Windows.Forms.Button();
     this.panelColor = new System.Windows.Forms.Panel();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(440, 63);
     this.textBox1.Text = "Use PieTool to focus pie slices when passing the mouse over them.\r\nMove the mouse" +
                          " over pie slices...";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.panelColor);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(0, 63);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(440, 41);
     //
     // 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.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Location = new System.Drawing.Point(0, 104);
     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.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(128)));
     this.tChart1.Panel.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Panel.Brush.Gradient.Visible    = true;
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Gradient.EndColor   = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(128)));
     this.tChart1.Panel.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Panel.Gradient.Visible    = true;
     this.tChart1.Series.Add(this.pieSeries1);
     this.tChart1.Size = new System.Drawing.Size(440, 237);
     this.tChart1.Tools.Add(this.pieTool1);
     this.tChart1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tChart1_MouseMove);
     //
     // pieSeries1
     //
     //
     // pieSeries1.Brush
     //
     this.pieSeries1.Brush.Color = System.Drawing.Color.Red;
     this.pieSeries1.LabelMember = "Labels";
     //
     // pieSeries1.Marks
     //
     //
     // pieSeries1.Marks.Symbol
     //
     //
     // pieSeries1.Marks.Symbol.Shadow
     //
     this.pieSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.pieSeries1.Marks.Symbol.Shadow.Visible = true;
     this.pieSeries1.Marks.Symbol.Shadow.Width   = 1;
     //
     // pieSeries1.Pen
     //
     this.pieSeries1.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(128)));
     //
     // pieSeries1.Shadow
     //
     this.pieSeries1.Shadow.Height = 20;
     this.pieSeries1.Shadow.Width  = 20;
     this.pieSeries1.Title         = "pieSeries1";
     //
     // pieSeries1.XValues
     //
     this.pieSeries1.XValues.DataMember = "Angle";
     this.pieSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // pieSeries1.YValues
     //
     this.pieSeries1.YValues.DataMember = "Pie";
     //
     // pieTool1
     //
     //
     // pieTool1.Pen
     //
     this.pieTool1.Pen.Width = 4;
     this.pieTool1.Series    = this.pieSeries1;
     //
     // label1
     //
     this.label1.AutoSize    = true;
     this.label1.Location    = new System.Drawing.Point(13, 11);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(32, 16);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Slice:";
     this.label1.UseMnemonic = false;
     //
     // label2
     //
     this.label2.AutoSize    = true;
     this.label2.Location    = new System.Drawing.Point(47, 11);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(14, 16);
     this.label2.TabIndex    = 1;
     this.label2.Text        = "...";
     this.label2.UseMnemonic = false;
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(167, 8);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.TabIndex  = 2;
     this.buttonPen1.Text      = "&Pen...";
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(264, 8);
     this.button1.Name      = "button1";
     this.button1.TabIndex  = 3;
     this.button1.Text      = "&Edit...";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // panelColor
     //
     this.panelColor.Location = new System.Drawing.Point(127, 5);
     this.panelColor.Name     = "panelColor";
     this.panelColor.Size     = new System.Drawing.Size(26, 28);
     this.panelColor.TabIndex = 4;
     //
     // Tool_PieTool
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 341);
     this.Name = "Tool_PieTool";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.buttonPen1 = new Steema.TeeChart.ButtonPen();
     this.points3D1  = new Steema.TeeChart.Styles.Points3D();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "Point3D BaseLine property is a ChartPen to draw lines from every point to \r\nthe b" +
                          "ase floor specified by the series vertical axis.\r\n\r\npoints3D1.BaseLine.Visible =" +
                          " true; ";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Axes
     //
     //
     // tChart1.Axes.Bottom
     //
     //
     // tChart1.Axes.Bottom.Labels
     //
     //
     // tChart1.Axes.Bottom.Labels.Font
     //
     //
     // tChart1.Axes.Bottom.Labels.Font.Shadow
     //
     this.tChart1.Axes.Bottom.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Labels.Shadow
     //
     this.tChart1.Axes.Bottom.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Title
     //
     //
     // tChart1.Axes.Bottom.Title.Font
     //
     //
     // tChart1.Axes.Bottom.Title.Font.Shadow
     //
     this.tChart1.Axes.Bottom.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Title.Shadow
     //
     this.tChart1.Axes.Bottom.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth
     //
     //
     // tChart1.Axes.Depth.Labels
     //
     //
     // tChart1.Axes.Depth.Labels.Font
     //
     //
     // tChart1.Axes.Depth.Labels.Font.Shadow
     //
     this.tChart1.Axes.Depth.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Labels.Shadow
     //
     this.tChart1.Axes.Depth.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Title
     //
     //
     // tChart1.Axes.Depth.Title.Font
     //
     //
     // tChart1.Axes.Depth.Title.Font.Shadow
     //
     this.tChart1.Axes.Depth.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Title.Shadow
     //
     this.tChart1.Axes.Depth.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop
     //
     //
     // tChart1.Axes.DepthTop.Labels
     //
     //
     // tChart1.Axes.DepthTop.Labels.Font
     //
     //
     // tChart1.Axes.DepthTop.Labels.Font.Shadow
     //
     this.tChart1.Axes.DepthTop.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Labels.Shadow
     //
     this.tChart1.Axes.DepthTop.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Title
     //
     //
     // tChart1.Axes.DepthTop.Title.Font
     //
     //
     // tChart1.Axes.DepthTop.Title.Font.Shadow
     //
     this.tChart1.Axes.DepthTop.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Title.Shadow
     //
     this.tChart1.Axes.DepthTop.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Left
     //
     //
     // tChart1.Axes.Left.Labels
     //
     //
     // tChart1.Axes.Left.Labels.Font
     //
     //
     // tChart1.Axes.Left.Labels.Font.Shadow
     //
     this.tChart1.Axes.Left.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Labels.Shadow
     //
     this.tChart1.Axes.Left.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Title
     //
     //
     // tChart1.Axes.Left.Title.Font
     //
     //
     // tChart1.Axes.Left.Title.Font.Shadow
     //
     this.tChart1.Axes.Left.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Title.Shadow
     //
     this.tChart1.Axes.Left.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Right
     //
     //
     // tChart1.Axes.Right.Labels
     //
     //
     // tChart1.Axes.Right.Labels.Font
     //
     //
     // tChart1.Axes.Right.Labels.Font.Shadow
     //
     this.tChart1.Axes.Right.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Labels.Shadow
     //
     this.tChart1.Axes.Right.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Title
     //
     //
     // tChart1.Axes.Right.Title.Font
     //
     //
     // tChart1.Axes.Right.Title.Font.Shadow
     //
     this.tChart1.Axes.Right.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Title.Shadow
     //
     this.tChart1.Axes.Right.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Top
     //
     //
     // tChart1.Axes.Top.Labels
     //
     //
     // tChart1.Axes.Top.Labels.Font
     //
     //
     // tChart1.Axes.Top.Labels.Font.Shadow
     //
     this.tChart1.Axes.Top.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Labels.Shadow
     //
     this.tChart1.Axes.Top.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Title
     //
     //
     // tChart1.Axes.Top.Title.Font
     //
     //
     // tChart1.Axes.Top.Title.Font.Shadow
     //
     this.tChart1.Axes.Top.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Title.Shadow
     //
     this.tChart1.Axes.Top.Title.Shadow.Visible = false;
     //
     // tChart1.Footer
     //
     //
     // tChart1.Footer.Font
     //
     //
     // tChart1.Footer.Font.Shadow
     //
     this.tChart1.Footer.Font.Shadow.Visible = false;
     //
     // tChart1.Footer.Shadow
     //
     this.tChart1.Footer.Shadow.Visible = false;
     //
     // tChart1.Header
     //
     //
     // tChart1.Header.Font
     //
     //
     // tChart1.Header.Font.Shadow
     //
     this.tChart1.Header.Font.Shadow.Visible = false;
     this.tChart1.Header.Lines = new string[] {
         "Point3D BaseLine"
     };
     //
     // tChart1.Header.Shadow
     //
     this.tChart1.Header.Shadow.Visible = false;
     //
     // tChart1.Legend
     //
     //
     // tChart1.Legend.Font
     //
     //
     // tChart1.Legend.Font.Shadow
     //
     this.tChart1.Legend.Font.Shadow.Visible = false;
     //
     // tChart1.Legend.Title
     //
     //
     // tChart1.Legend.Title.Font
     //
     this.tChart1.Legend.Title.Font.Bold = true;
     //
     // tChart1.Legend.Title.Font.Shadow
     //
     this.tChart1.Legend.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Legend.Title.Pen
     //
     this.tChart1.Legend.Title.Pen.Visible = false;
     //
     // tChart1.Legend.Title.Shadow
     //
     this.tChart1.Legend.Title.Shadow.Visible = false;
     this.tChart1.Legend.Visible = false;
     this.tChart1.Name           = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Shadow
     //
     this.tChart1.Panel.Shadow.Visible = false;
     this.tChart1.Series.Add(this.points3D1);
     //
     // tChart1.SubFooter
     //
     //
     // tChart1.SubFooter.Font
     //
     //
     // tChart1.SubFooter.Font.Shadow
     //
     this.tChart1.SubFooter.Font.Shadow.Visible = false;
     //
     // tChart1.SubFooter.Shadow
     //
     this.tChart1.SubFooter.Shadow.Visible = false;
     //
     // tChart1.SubHeader
     //
     //
     // tChart1.SubHeader.Font
     //
     //
     // tChart1.SubHeader.Font.Shadow
     //
     this.tChart1.SubHeader.Font.Shadow.Visible = false;
     //
     // tChart1.SubHeader.Shadow
     //
     this.tChart1.SubHeader.Shadow.Visible = false;
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     this.tChart1.Walls.Back.AutoHide = false;
     //
     // tChart1.Walls.Back.Shadow
     //
     this.tChart1.Walls.Back.Shadow.Visible = false;
     //
     // tChart1.Walls.Bottom
     //
     this.tChart1.Walls.Bottom.AutoHide = false;
     //
     // tChart1.Walls.Bottom.Shadow
     //
     this.tChart1.Walls.Bottom.Shadow.Visible = false;
     //
     // tChart1.Walls.Left
     //
     this.tChart1.Walls.Left.AutoHide = false;
     //
     // tChart1.Walls.Left.Shadow
     //
     this.tChart1.Walls.Left.Shadow.Visible = false;
     //
     // tChart1.Walls.Right
     //
     this.tChart1.Walls.Right.AutoHide = false;
     //
     // tChart1.Walls.Right.Shadow
     //
     this.tChart1.Walls.Right.Shadow.Visible = false;
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(16, 8);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.Size      = new System.Drawing.Size(96, 23);
     this.buttonPen1.TabIndex  = 0;
     this.buttonPen1.Text      = "Base Line ...";
     this.buttonPen1.Click    += new System.EventHandler(this.buttonPen1_Click);
     //
     // points3D1
     //
     //
     // points3D1.BaseLine
     //
     this.points3D1.BaseLine.Visible = true;
     //
     // points3D1.Marks
     //
     //
     // points3D1.Marks.Callout
     //
     this.points3D1.Marks.Callout.Arrow         = this.points3D1.Marks.Arrow;
     this.points3D1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.points3D1.Marks.Callout.ArrowHeadSize = 8;
     //
     // points3D1.Marks.Callout.Brush
     //
     this.points3D1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.points3D1.Marks.Callout.Distance    = 0;
     this.points3D1.Marks.Callout.Draw3D      = false;
     this.points3D1.Marks.Callout.Length      = 10;
     this.points3D1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     //
     // points3D1.Marks.Font
     //
     //
     // points3D1.Marks.Font.Shadow
     //
     this.points3D1.Marks.Font.Shadow.Visible = false;
     //
     // points3D1.Pointer
     //
     //
     // points3D1.Pointer.Brush
     //
     this.points3D1.Pointer.Brush.Color = System.Drawing.Color.Red;
     //
     // points3D1.Pointer.Pen
     //
     this.points3D1.Pointer.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.points3D1.Pointer.Style     = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.points3D1.Pointer.Visible   = true;
     this.points3D1.Title             = "point3D1";
     //
     // points3D1.XValues
     //
     this.points3D1.XValues.DataMember = "X";
     //
     // points3D1.YValues
     //
     this.points3D1.YValues.DataMember = "Y";
     //
     // points3D1.ZValues
     //
     this.points3D1.ZValues.DataMember = "Z";
     //
     // Point3D_BaseLine
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "Point3D_BaseLine";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.candle1    = new Steema.TeeChart.Styles.Candle();
     this.buttonPen1 = new Steema.TeeChart.ButtonPen();
     this.buttonPen2 = new Steema.TeeChart.ButtonPen();
     this.checkBox1  = new System.Windows.Forms.CheckBox();
     this.panel1.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(466, 63);
     this.textBox1.Text = "Financial Candle series provides a \"High Low\" pen to display lines from high to l" +
                          "ow with a different pen than candle border.\r\n\r\ncandle1.HighLowPen.Color = Color." +
                          "Blue;";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.buttonPen2);
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Location = new System.Drawing.Point(0, 63);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(466, 34);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent = 10;
     //
     // tChart1.Axes
     //
     //
     // tChart1.Axes.Bottom
     //
     //
     // tChart1.Axes.Bottom.Labels
     //
     this.tChart1.Axes.Bottom.Labels.DateTimeFormat = "d.M.yyyy";
     //
     // tChart1.Axes.Bottom.Labels.Font
     //
     //
     // tChart1.Axes.Bottom.Labels.Font.Shadow
     //
     this.tChart1.Axes.Bottom.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Labels.Shadow
     //
     this.tChart1.Axes.Bottom.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Title
     //
     //
     // tChart1.Axes.Bottom.Title.Font
     //
     //
     // tChart1.Axes.Bottom.Title.Font.Shadow
     //
     this.tChart1.Axes.Bottom.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Title.Shadow
     //
     this.tChart1.Axes.Bottom.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth
     //
     //
     // tChart1.Axes.Depth.Labels
     //
     //
     // tChart1.Axes.Depth.Labels.Font
     //
     //
     // tChart1.Axes.Depth.Labels.Font.Shadow
     //
     this.tChart1.Axes.Depth.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Labels.Shadow
     //
     this.tChart1.Axes.Depth.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Title
     //
     //
     // tChart1.Axes.Depth.Title.Font
     //
     //
     // tChart1.Axes.Depth.Title.Font.Shadow
     //
     this.tChart1.Axes.Depth.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Title.Shadow
     //
     this.tChart1.Axes.Depth.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop
     //
     //
     // tChart1.Axes.DepthTop.Labels
     //
     //
     // tChart1.Axes.DepthTop.Labels.Font
     //
     //
     // tChart1.Axes.DepthTop.Labels.Font.Shadow
     //
     this.tChart1.Axes.DepthTop.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Labels.Shadow
     //
     this.tChart1.Axes.DepthTop.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Title
     //
     //
     // tChart1.Axes.DepthTop.Title.Font
     //
     //
     // tChart1.Axes.DepthTop.Title.Font.Shadow
     //
     this.tChart1.Axes.DepthTop.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Title.Shadow
     //
     this.tChart1.Axes.DepthTop.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Left
     //
     //
     // tChart1.Axes.Left.Labels
     //
     //
     // tChart1.Axes.Left.Labels.Font
     //
     //
     // tChart1.Axes.Left.Labels.Font.Shadow
     //
     this.tChart1.Axes.Left.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Labels.Shadow
     //
     this.tChart1.Axes.Left.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Title
     //
     //
     // tChart1.Axes.Left.Title.Font
     //
     //
     // tChart1.Axes.Left.Title.Font.Shadow
     //
     this.tChart1.Axes.Left.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Title.Shadow
     //
     this.tChart1.Axes.Left.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Right
     //
     //
     // tChart1.Axes.Right.Labels
     //
     //
     // tChart1.Axes.Right.Labels.Font
     //
     //
     // tChart1.Axes.Right.Labels.Font.Shadow
     //
     this.tChart1.Axes.Right.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Labels.Shadow
     //
     this.tChart1.Axes.Right.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Title
     //
     //
     // tChart1.Axes.Right.Title.Font
     //
     //
     // tChart1.Axes.Right.Title.Font.Shadow
     //
     this.tChart1.Axes.Right.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Title.Shadow
     //
     this.tChart1.Axes.Right.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Top
     //
     //
     // tChart1.Axes.Top.Labels
     //
     //
     // tChart1.Axes.Top.Labels.Font
     //
     //
     // tChart1.Axes.Top.Labels.Font.Shadow
     //
     this.tChart1.Axes.Top.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Labels.Shadow
     //
     this.tChart1.Axes.Top.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Title
     //
     //
     // tChart1.Axes.Top.Title.Font
     //
     //
     // tChart1.Axes.Top.Title.Font.Shadow
     //
     this.tChart1.Axes.Top.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Title.Shadow
     //
     this.tChart1.Axes.Top.Title.Shadow.Visible = false;
     this.tChart1.BackColor = System.Drawing.Color.Transparent;
     this.tChart1.Cursor    = System.Windows.Forms.Cursors.Default;
     //
     // tChart1.Footer
     //
     //
     // tChart1.Footer.Font
     //
     //
     // tChart1.Footer.Font.Shadow
     //
     this.tChart1.Footer.Font.Shadow.Visible = false;
     //
     // tChart1.Footer.Shadow
     //
     this.tChart1.Footer.Shadow.Visible = false;
     //
     // tChart1.Header
     //
     //
     // tChart1.Header.Font
     //
     //
     // tChart1.Header.Font.Shadow
     //
     this.tChart1.Header.Font.Shadow.Visible = false;
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     //
     // tChart1.Header.Shadow
     //
     this.tChart1.Header.Shadow.Visible = false;
     this.tChart1.Header.Visible        = false;
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.Alignment = Steema.TeeChart.LegendAlignments.Top;
     //
     // tChart1.Legend.Font
     //
     //
     // tChart1.Legend.Font.Shadow
     //
     this.tChart1.Legend.Font.Shadow.Visible = false;
     //
     // tChart1.Legend.Title
     //
     //
     // tChart1.Legend.Title.Font
     //
     this.tChart1.Legend.Title.Font.Bold = true;
     //
     // tChart1.Legend.Title.Font.Shadow
     //
     this.tChart1.Legend.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Legend.Title.Pen
     //
     this.tChart1.Legend.Title.Pen.Visible = false;
     //
     // tChart1.Legend.Title.Shadow
     //
     this.tChart1.Legend.Title.Shadow.Visible = false;
     this.tChart1.Legend.Visible = false;
     this.tChart1.Location       = new System.Drawing.Point(0, 97);
     this.tChart1.Name           = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Brush
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Panel.Brush.Gradient.UseMiddle   = true;
     this.tChart1.Panel.Brush.Gradient.Visible     = true;
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Gradient.EndColor    = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.tChart1.Panel.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Panel.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Panel.Gradient.UseMiddle   = true;
     this.tChart1.Panel.Gradient.Visible     = true;
     //
     // tChart1.Panel.Pen
     //
     this.tChart1.Panel.Pen.Visible = true;
     this.tChart1.Panel.Pen.Width   = 2;
     //
     // tChart1.Panel.Shadow
     //
     this.tChart1.Panel.Shadow.Visible = false;
     this.tChart1.Series.Add(this.candle1);
     this.tChart1.Size = new System.Drawing.Size(466, 189);
     //
     // tChart1.SubFooter
     //
     //
     // tChart1.SubFooter.Font
     //
     //
     // tChart1.SubFooter.Font.Shadow
     //
     this.tChart1.SubFooter.Font.Shadow.Visible = false;
     //
     // tChart1.SubFooter.Shadow
     //
     this.tChart1.SubFooter.Shadow.Visible = false;
     //
     // tChart1.SubHeader
     //
     //
     // tChart1.SubHeader.Font
     //
     //
     // tChart1.SubHeader.Font.Shadow
     //
     this.tChart1.SubHeader.Font.Shadow.Visible = false;
     //
     // tChart1.SubHeader.Shadow
     //
     this.tChart1.SubHeader.Shadow.Visible = false;
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     //
     // tChart1.Walls.Back.Shadow
     //
     this.tChart1.Walls.Back.Shadow.Visible = false;
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Shadow
     //
     this.tChart1.Walls.Bottom.Shadow.Visible = false;
     //
     // tChart1.Walls.Left
     //
     this.tChart1.Walls.Left.ApplyDark = false;
     //
     // tChart1.Walls.Left.Brush
     //
     this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     //
     // tChart1.Walls.Left.Shadow
     //
     this.tChart1.Walls.Left.Shadow.Visible = false;
     this.tChart1.Walls.Left.Size           = 1;
     //
     // tChart1.Walls.Right
     //
     //
     // tChart1.Walls.Right.Shadow
     //
     this.tChart1.Walls.Right.Shadow.Visible = false;
     //
     // candle1
     //
     //
     // candle1.Brush
     //
     this.candle1.Brush.Color    = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.candle1.CloseValues    = this.candle1.YValues;
     this.candle1.DateValues     = this.candle1.XValues;
     this.candle1.DownCloseColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(0)), ((System.Byte)(0)));
     //
     // candle1.HighLowPen
     //
     this.candle1.HighLowPen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(255)));
     this.candle1.HighLowPen.Width = 2;
     //
     // candle1.LinePen
     //
     this.candle1.LinePen.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(0)), ((System.Byte)(0)));
     //
     // candle1.Marks
     //
     //
     // candle1.Marks.Callout
     //
     this.candle1.Marks.Callout.Arrow         = this.candle1.Marks.Arrow;
     this.candle1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.candle1.Marks.Callout.ArrowHeadSize = 8;
     //
     // candle1.Marks.Callout.Brush
     //
     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;
     //
     // candle1.Marks.Font
     //
     //
     // candle1.Marks.Font.Shadow
     //
     this.candle1.Marks.Font.Shadow.Visible = false;
     //
     // candle1.Pointer
     //
     this.candle1.Pointer.Draw3D  = false;
     this.candle1.Pointer.Style   = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.candle1.Pointer.Visible = true;
     this.candle1.Title           = "candle1";
     this.candle1.UpCloseColor    = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // candle1.XValues
     //
     this.candle1.XValues.DataMember = "Date";
     this.candle1.XValues.DateTime   = true;
     this.candle1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // candle1.YValues
     //
     this.candle1.YValues.DataMember = "Close";
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(16, 8);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.Size      = new System.Drawing.Size(88, 24);
     this.buttonPen1.TabIndex  = 0;
     this.buttonPen1.Text      = "&Border...";
     //
     // buttonPen2
     //
     this.buttonPen2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen2.Location  = new System.Drawing.Point(120, 8);
     this.buttonPen2.Name      = "buttonPen2";
     this.buttonPen2.Size      = new System.Drawing.Size(112, 24);
     this.buttonPen2.TabIndex  = 1;
     this.buttonPen2.Text      = "&High Low...";
     //
     // checkBox1
     //
     this.checkBox1.Location        = new System.Drawing.Point(248, 16);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(144, 16);
     this.checkBox1.TabIndex        = 2;
     this.checkBox1.Text            = "&Default high low color";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // Candle_HighLowPen
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name  = "Candle_HighLowPen";
     this.Load += new System.EventHandler(this.Candle_HighLowPen_Load);
     this.panel1.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.buttonPen1 = new Steema.TeeChart.ButtonPen();
     this.checkBox1  = new System.Windows.Forms.CheckBox();
     this.bar1       = new Steema.TeeChart.Styles.Bar();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(466, 63);
     this.textBox1.Text = "Bar and Horizontal Bar series can display \"tick\" lines across each bar.\r\nEach lin" +
                          "e is drawn at each axis grid line position using the TickLines pen.\r\n\r\n  bar1.Ti" +
                          "ckLines.Visible = true;";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Location = new System.Drawing.Point(0, 63);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(466, 34);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     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.Labels
     //
     //
     // tChart1.Axes.Bottom.Labels.Font
     //
     //
     // tChart1.Axes.Bottom.Labels.Font.Shadow
     //
     this.tChart1.Axes.Bottom.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Labels.Shadow
     //
     this.tChart1.Axes.Bottom.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Title
     //
     //
     // tChart1.Axes.Bottom.Title.Font
     //
     //
     // tChart1.Axes.Bottom.Title.Font.Shadow
     //
     this.tChart1.Axes.Bottom.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Title.Shadow
     //
     this.tChart1.Axes.Bottom.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth
     //
     //
     // tChart1.Axes.Depth.Labels
     //
     //
     // tChart1.Axes.Depth.Labels.Font
     //
     //
     // tChart1.Axes.Depth.Labels.Font.Shadow
     //
     this.tChart1.Axes.Depth.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Labels.Shadow
     //
     this.tChart1.Axes.Depth.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Title
     //
     //
     // tChart1.Axes.Depth.Title.Font
     //
     //
     // tChart1.Axes.Depth.Title.Font.Shadow
     //
     this.tChart1.Axes.Depth.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Title.Shadow
     //
     this.tChart1.Axes.Depth.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop
     //
     //
     // tChart1.Axes.DepthTop.Labels
     //
     //
     // tChart1.Axes.DepthTop.Labels.Font
     //
     //
     // tChart1.Axes.DepthTop.Labels.Font.Shadow
     //
     this.tChart1.Axes.DepthTop.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Labels.Shadow
     //
     this.tChart1.Axes.DepthTop.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Title
     //
     //
     // tChart1.Axes.DepthTop.Title.Font
     //
     //
     // tChart1.Axes.DepthTop.Title.Font.Shadow
     //
     this.tChart1.Axes.DepthTop.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Title.Shadow
     //
     this.tChart1.Axes.DepthTop.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Left
     //
     //
     // tChart1.Axes.Left.Labels
     //
     //
     // tChart1.Axes.Left.Labels.Font
     //
     //
     // tChart1.Axes.Left.Labels.Font.Shadow
     //
     this.tChart1.Axes.Left.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Labels.Shadow
     //
     this.tChart1.Axes.Left.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Title
     //
     //
     // tChart1.Axes.Left.Title.Font
     //
     //
     // tChart1.Axes.Left.Title.Font.Shadow
     //
     this.tChart1.Axes.Left.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Title.Shadow
     //
     this.tChart1.Axes.Left.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Right
     //
     //
     // tChart1.Axes.Right.Labels
     //
     //
     // tChart1.Axes.Right.Labels.Font
     //
     //
     // tChart1.Axes.Right.Labels.Font.Shadow
     //
     this.tChart1.Axes.Right.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Labels.Shadow
     //
     this.tChart1.Axes.Right.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Title
     //
     //
     // tChart1.Axes.Right.Title.Font
     //
     //
     // tChart1.Axes.Right.Title.Font.Shadow
     //
     this.tChart1.Axes.Right.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Title.Shadow
     //
     this.tChart1.Axes.Right.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Top
     //
     //
     // tChart1.Axes.Top.Labels
     //
     //
     // tChart1.Axes.Top.Labels.Font
     //
     //
     // tChart1.Axes.Top.Labels.Font.Shadow
     //
     this.tChart1.Axes.Top.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Labels.Shadow
     //
     this.tChart1.Axes.Top.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Title
     //
     //
     // tChart1.Axes.Top.Title.Font
     //
     //
     // tChart1.Axes.Top.Title.Font.Shadow
     //
     this.tChart1.Axes.Top.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Title.Shadow
     //
     this.tChart1.Axes.Top.Title.Shadow.Visible = false;
     this.tChart1.BackColor = System.Drawing.Color.Transparent;
     //
     // tChart1.Footer
     //
     //
     // tChart1.Footer.Font
     //
     //
     // tChart1.Footer.Font.Shadow
     //
     this.tChart1.Footer.Font.Shadow.Visible = false;
     //
     // tChart1.Footer.Shadow
     //
     this.tChart1.Footer.Shadow.Visible = false;
     //
     // tChart1.Header
     //
     //
     // tChart1.Header.Font
     //
     //
     // tChart1.Header.Font.Shadow
     //
     this.tChart1.Header.Font.Shadow.Visible = false;
     this.tChart1.Header.Lines = new string[] {
         "Bar Series with lines at each grid tick position.",
         ""
     };
     //
     // tChart1.Header.Shadow
     //
     this.tChart1.Header.Shadow.Visible = false;
     //
     // tChart1.Legend
     //
     //
     // tChart1.Legend.Font
     //
     //
     // tChart1.Legend.Font.Shadow
     //
     this.tChart1.Legend.Font.Shadow.Visible = false;
     //
     // tChart1.Legend.Title
     //
     //
     // tChart1.Legend.Title.Font
     //
     this.tChart1.Legend.Title.Font.Bold = true;
     //
     // tChart1.Legend.Title.Font.Shadow
     //
     this.tChart1.Legend.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Legend.Title.Pen
     //
     this.tChart1.Legend.Title.Pen.Visible = false;
     //
     // tChart1.Legend.Title.Shadow
     //
     this.tChart1.Legend.Title.Shadow.Visible = false;
     this.tChart1.Location = new System.Drawing.Point(0, 97);
     this.tChart1.Name     = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Bevel
     //
     this.tChart1.Panel.Bevel.ColorOne = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Panel.Brush
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(236)), ((System.Byte)(233)), ((System.Byte)(216)));
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128)));
     this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(128)));
     this.tChart1.Panel.Brush.Gradient.UseMiddle   = true;
     this.tChart1.Panel.Brush.Gradient.Visible     = true;
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128)));
     this.tChart1.Panel.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(128)));
     this.tChart1.Panel.Gradient.UseMiddle   = true;
     this.tChart1.Panel.Gradient.Visible     = true;
     //
     // tChart1.Panel.Pen
     //
     this.tChart1.Panel.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.tChart1.Panel.Pen.Width = 2;
     //
     // tChart1.Panel.Shadow
     //
     this.tChart1.Panel.Shadow.Visible = false;
     this.tChart1.Series.Add(this.bar1);
     this.tChart1.Size = new System.Drawing.Size(466, 189);
     //
     // tChart1.SubFooter
     //
     //
     // tChart1.SubFooter.Font
     //
     //
     // tChart1.SubFooter.Font.Shadow
     //
     this.tChart1.SubFooter.Font.Shadow.Visible = false;
     //
     // tChart1.SubFooter.Shadow
     //
     this.tChart1.SubFooter.Shadow.Visible = false;
     //
     // tChart1.SubHeader
     //
     //
     // tChart1.SubHeader.Font
     //
     //
     // tChart1.SubHeader.Font.Shadow
     //
     this.tChart1.SubHeader.Font.Shadow.Visible = false;
     //
     // tChart1.SubHeader.Shadow
     //
     this.tChart1.SubHeader.Shadow.Visible = false;
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     //
     // tChart1.Walls.Back.Shadow
     //
     this.tChart1.Walls.Back.Shadow.Visible = false;
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Shadow
     //
     this.tChart1.Walls.Bottom.Shadow.Visible = false;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Shadow
     //
     this.tChart1.Walls.Left.Shadow.Visible = false;
     //
     // tChart1.Walls.Right
     //
     //
     // tChart1.Walls.Right.Shadow
     //
     this.tChart1.Walls.Right.Shadow.Visible = false;
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(16, 8);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.Size      = new System.Drawing.Size(104, 24);
     this.buttonPen1.TabIndex  = 0;
     this.buttonPen1.Text      = "&Ticks lines...";
     //
     // checkBox1
     //
     this.checkBox1.Checked         = true;
     this.checkBox1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location        = new System.Drawing.Point(152, 16);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(136, 16);
     this.checkBox1.TabIndex        = 1;
     this.checkBox1.Text            = "&Show tick lines";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // bar1
     //
     //
     // bar1.Brush
     //
     this.bar1.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // bar1.Marks
     //
     //
     // bar1.Marks.Callout
     //
     this.bar1.Marks.Callout.Arrow         = this.bar1.Marks.Arrow;
     this.bar1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.bar1.Marks.Callout.ArrowHeadSize = 8;
     //
     // bar1.Marks.Callout.Brush
     //
     this.bar1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.bar1.Marks.Callout.Distance    = 0;
     this.bar1.Marks.Callout.Draw3D      = false;
     this.bar1.Marks.Callout.Length      = 20;
     this.bar1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     //
     // bar1.Marks.Font
     //
     //
     // bar1.Marks.Font.Shadow
     //
     this.bar1.Marks.Font.Shadow.Visible = false;
     //
     // bar1.Pen
     //
     this.bar1.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(153)), ((System.Byte)(153)));
     //
     // bar1.TickLines
     //
     this.bar1.TickLines.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(255)));
     this.bar1.Title           = "bar1";
     //
     // bar1.XValues
     //
     this.bar1.XValues.DataMember = "X";
     this.bar1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // bar1.YValues
     //
     this.bar1.YValues.DataMember = "Bar";
     //
     // BarTickLines
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name = "BarTickLines";
     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()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Tools_ColorLine));
     this.checkBox1    = new System.Windows.Forms.CheckBox();
     this.checkBox2    = new System.Windows.Forms.CheckBox();
     this.checkBox3    = new System.Windows.Forms.CheckBox();
     this.checkBox4    = new System.Windows.Forms.CheckBox();
     this.checkBox5    = new System.Windows.Forms.CheckBox();
     this.checkBox6    = new System.Windows.Forms.CheckBox();
     this.checkBox7    = new System.Windows.Forms.CheckBox();
     this.lineSeries1  = new Steema.TeeChart.Styles.Line();
     this.colorLine1   = new Steema.TeeChart.Tools.ColorLine();
     this.colorLine2   = new Steema.TeeChart.Tools.ColorLine();
     this.buttonPen1   = new Steema.TeeChart.ButtonPen();
     this.buttonPen2   = new Steema.TeeChart.ButtonPen();
     this.pointSeries1 = new Steema.TeeChart.Styles.Points();
     this.panel1.SuspendLayout();
     this.chartContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Size = new System.Drawing.Size(485, 63);
     this.textBox1.Text = resources.GetString("textBox1.Text");
     //
     // panel1
     //
     this.panel1.Controls.Add(this.buttonPen2);
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Controls.Add(this.checkBox7);
     this.panel1.Controls.Add(this.checkBox6);
     this.panel1.Controls.Add(this.checkBox5);
     this.panel1.Controls.Add(this.checkBox4);
     this.panel1.Controls.Add(this.checkBox3);
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Location = new System.Drawing.Point(0, 63);
     this.panel1.Size     = new System.Drawing.Size(485, 57);
     //
     // tChart1
     //
     //
     //
     //
     this.tChart1.Aspect.ZOffset = 0;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Bottom.MaximumOffset = 5;
     this.tChart1.Axes.Bottom.MinimumOffset = 5;
     //
     //
     //
     this.tChart1.Axes.Left.MaximumOffset = 5;
     this.tChart1.Axes.Left.MinimumOffset = 5;
     //
     //
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Header.Visible = false;
     //
     //
     //
     //
     //
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tChart1.Series.Add(this.pointSeries1);
     this.tChart1.Series.Add(this.lineSeries1);
     this.tChart1.Size = new System.Drawing.Size(485, 166);
     this.tChart1.Tools.Add(this.colorLine1);
     this.tChart1.Tools.Add(this.colorLine2);
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     this.tChart1.Walls.Bottom.Size        = 3;
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 3;
     //
     // chartContainer
     //
     this.chartContainer.Location = new System.Drawing.Point(0, 120);
     this.chartContainer.Size     = new System.Drawing.Size(485, 166);
     //
     // checkBox1
     //
     this.checkBox1.Checked         = true;
     this.checkBox1.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location        = new System.Drawing.Point(13, 7);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(83, 20);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Show lines";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.Checked         = true;
     this.checkBox2.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox2.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox2.Location        = new System.Drawing.Point(13, 33);
     this.checkBox2.Name            = "checkBox2";
     this.checkBox2.Size            = new System.Drawing.Size(83, 20);
     this.checkBox2.TabIndex        = 1;
     this.checkBox2.Text            = "&Allow drag";
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // checkBox3
     //
     this.checkBox3.Checked         = true;
     this.checkBox3.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox3.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox3.Location        = new System.Drawing.Point(100, 7);
     this.checkBox3.Name            = "checkBox3";
     this.checkBox3.Size            = new System.Drawing.Size(44, 20);
     this.checkBox3.TabIndex        = 2;
     this.checkBox3.Text            = "&3D";
     this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // checkBox4
     //
     this.checkBox4.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox4.Location        = new System.Drawing.Point(100, 33);
     this.checkBox4.Name            = "checkBox4";
     this.checkBox4.Size            = new System.Drawing.Size(100, 20);
     this.checkBox4.TabIndex        = 3;
     this.checkBox4.Text            = "Drag &repaint";
     this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox5
     //
     this.checkBox5.Checked         = true;
     this.checkBox5.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.checkBox5.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox5.Location        = new System.Drawing.Point(140, 7);
     this.checkBox5.Name            = "checkBox5";
     this.checkBox5.Size            = new System.Drawing.Size(73, 20);
     this.checkBox5.TabIndex        = 4;
     this.checkBox5.Text            = "3D &lines";
     this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
     //
     // checkBox6
     //
     this.checkBox6.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox6.Location        = new System.Drawing.Point(213, 7);
     this.checkBox6.Name            = "checkBox6";
     this.checkBox6.Size            = new System.Drawing.Size(123, 20);
     this.checkBox6.TabIndex        = 5;
     this.checkBox6.Text            = "&Draw behind";
     this.checkBox6.CheckedChanged += new System.EventHandler(this.checkBox6_CheckedChanged);
     //
     // checkBox7
     //
     this.checkBox7.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox7.Location        = new System.Drawing.Point(213, 33);
     this.checkBox7.Name            = "checkBox7";
     this.checkBox7.Size            = new System.Drawing.Size(107, 20);
     this.checkBox7.TabIndex        = 6;
     this.checkBox7.Text            = "&No limit drag";
     this.checkBox7.CheckedChanged += new System.EventHandler(this.checkBox7_CheckedChanged);
     //
     // lineSeries1
     //
     //
     //
     //
     this.lineSeries1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.lineSeries1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.lineSeries1.ColorEach   = false;
     //
     //
     //
     this.lineSeries1.LinePen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(61)))), ((int)(((byte)(98)))));
     //
     //
     //
     //
     //
     //
     this.lineSeries1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.lineSeries1.Marks.Callout.ArrowHeadSize = 8;
     //
     //
     //
     this.lineSeries1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.lineSeries1.Marks.Callout.Distance    = 0;
     this.lineSeries1.Marks.Callout.Draw3D      = false;
     this.lineSeries1.Marks.Callout.Length      = 10;
     this.lineSeries1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.lineSeries1.Marks.Callout.Visible     = false;
     //
     //
     //
     this.lineSeries1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.lineSeries1.Title         = "lineSeries1";
     //
     //
     //
     this.lineSeries1.XValues.DataMember = "X";
     this.lineSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     //
     //
     this.lineSeries1.YValues.DataMember = "Y";
     //
     // colorLine1
     //
     this.colorLine1.Axis = this.tChart1.Axes.Left;
     //
     //
     //
     this.colorLine1.Pen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
     this.colorLine1.Value     = 680.46846846846847;
     //
     // colorLine2
     //
     this.colorLine2.Axis = this.tChart1.Axes.Bottom;
     //
     //
     //
     this.colorLine2.Pen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.colorLine2.Pen.Width = 2;
     this.colorLine2.Value     = 10;
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(326, 16);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.Size      = new System.Drawing.Size(61, 23);
     this.buttonPen1.TabIndex  = 7;
     this.buttonPen1.Text      = "Border";
     this.buttonPen1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // buttonPen2
     //
     this.buttonPen2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen2.Location  = new System.Drawing.Point(393, 16);
     this.buttonPen2.Name      = "buttonPen2";
     this.buttonPen2.Size      = new System.Drawing.Size(61, 23);
     this.buttonPen2.TabIndex  = 8;
     this.buttonPen2.Text      = "Border";
     this.buttonPen2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // points1
     //
     this.pointSeries1.Color     = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
     this.pointSeries1.ColorEach = false;
     //
     //
     //
     this.pointSeries1.LinePen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(94)))), ((int)(((byte)(32)))));
     //
     //
     //
     //
     //
     //
     this.pointSeries1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.pointSeries1.Marks.Callout.ArrowHeadSize = 8;
     //
     //
     //
     this.pointSeries1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.pointSeries1.Marks.Callout.Distance    = 0;
     this.pointSeries1.Marks.Callout.Draw3D      = false;
     this.pointSeries1.Marks.Callout.Length      = 0;
     this.pointSeries1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.pointSeries1.Marks.Callout.Visible     = false;
     //
     //
     //
     //
     //
     //
     this.pointSeries1.Pointer.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
     //
     //
     //
     this.pointSeries1.Pointer.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(156)))), ((int)(((byte)(53)))));
     //
     //
     //
     this.pointSeries1.Pointer.Pen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(146)))), ((int)(((byte)(94)))), ((int)(((byte)(32)))));
     this.pointSeries1.Pointer.Style     = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.pointSeries1.Title             = "pointSeries1";
     //
     //
     //
     this.pointSeries1.XValues.DataMember = "X";
     this.pointSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     //
     //
     this.pointSeries1.YValues.DataMember = "Y";
     //
     // Tools_ColorLine
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(485, 286);
     this.Name = "Tools_ColorLine";
     this.panel1.ResumeLayout(false);
     this.chartContainer.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #16
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.bar1       = new Steema.TeeChart.Styles.Bar();
     this.checkBox1  = new System.Windows.Forms.CheckBox();
     this.buttonPen1 = new Steema.TeeChart.ButtonPen();
     this.checkBox2  = new System.Windows.Forms.CheckBox();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "Legend symbols can now display using a customized border. By default, legend symb" +
                          "ols use the Series border.\r\ntChart1.Legend.Symbol.DefaultPen = False;\r\ntChart1.L" +
                          "egend.Symbol.Pen.Color= Color.Red;";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.buttonPen1);
     this.panel1.Controls.Add(this.checkBox1);
     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[] {
         "tChart1"
     };
     //
     // tChart1.Legend
     //
     //
     // tChart1.Legend.Brush
     //
     this.tChart1.Legend.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // tChart1.Legend.Gradient
     //
     this.tChart1.Legend.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.tChart1.Legend.Brush.Gradient.Visible    = true;
     //
     // tChart1.Legend.Font
     //
     this.tChart1.Legend.Font.Size = 14;
     //
     // tChart1.Legend.Gradient
     //
     this.tChart1.Legend.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.tChart1.Legend.Gradient.Visible    = true;
     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.bar1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Pen
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     this.tChart1.Walls.Bottom.Size        = 5;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     //
     // bar1
     //
     //
     // bar1.Brush
     //
     this.bar1.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(147)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     //
     // bar1.Marks
     //
     //
     // bar1.Marks.Symbol
     //
     //
     // bar1.Marks.Symbol.Shadow
     //
     this.bar1.Marks.Symbol.Shadow.Height  = 1;
     this.bar1.Marks.Symbol.Shadow.Visible = true;
     this.bar1.Marks.Symbol.Shadow.Width   = 1;
     //
     // bar1.Pen
     //
     this.bar1.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(255)));
     this.bar1.Title     = "bar1";
     //
     // bar1.XValues
     //
     this.bar1.XValues.DataMember = "X";
     this.bar1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // bar1.YValues
     //
     this.bar1.YValues.DataMember = "Bar";
     //
     // checkBox1
     //
     this.checkBox1.Location = new System.Drawing.Point(8, 8);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(120, 24);
     this.checkBox1.TabIndex = 0;
     this.checkBox1.Text     = "Use Series Border";
     this.checkBox1.Click   += new System.EventHandler(this.checkBox1_Click);
     //
     // buttonPen1
     //
     this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.buttonPen1.Location  = new System.Drawing.Point(152, 8);
     this.buttonPen1.Name      = "buttonPen1";
     this.buttonPen1.Size      = new System.Drawing.Size(96, 23);
     this.buttonPen1.TabIndex  = 1;
     this.buttonPen1.Text      = "Edit Border...";
     //
     // checkBox2
     //
     this.checkBox2.Location = new System.Drawing.Point(288, 8);
     this.checkBox2.Name     = "checkBox2";
     this.checkBox2.Size     = new System.Drawing.Size(120, 24);
     this.checkBox2.TabIndex = 2;
     this.checkBox2.Text     = "Squared Symbols";
     this.checkBox2.Click   += new System.EventHandler(this.checkBox2_Click);
     //
     // Legend_SymbolBorder
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "Legend_SymbolBorder";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }