/// <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();
 }
Esempio n. 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.horizArea1 = new Steema.TeeChart.Styles.HorizArea();
     this.horizArea2 = new Steema.TeeChart.Styles.HorizArea();
     this.horizArea3 = new Steema.TeeChart.Styles.HorizArea();
     this.label1     = new System.Windows.Forms.Label();
     this.CBLayout   = new System.Windows.Forms.ComboBox();
     this.CBStairs   = new System.Windows.Forms.CheckBox();
     this.CB3D       = new System.Windows.Forms.CheckBox();
     this.BEdit      = new System.Windows.Forms.Button();
     this.gridBand1  = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = @"The Horizontal Area style allows single or multiple areas, with different layouts ( 3D, overlap, stacked, stacked 100 percent ).Options include 2D and 3D, color-each-area, patterns, gradients,dark 3D, bottom origin, stairs mode, marks, border, transparency, etc.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.BEdit);
     this.panel1.Controls.Add(this.CB3D);
     this.panel1.Controls.Add(this.CBStairs);
     this.panel1.Controls.Add(this.CBLayout);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     //
     // tChart1.Legend
     //
     //
     // tChart1.Legend.Brush
     //
     this.tChart1.Legend.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Legend.Gradient
     //
     this.tChart1.Legend.Brush.Gradient.Transparency = 50;
     //
     // tChart1.Legend.Gradient
     //
     this.tChart1.Legend.Gradient.Transparency = 50;
     //
     // tChart1.Legend.Shadow
     //
     //
     // tChart1.Legend.Shadow.Brush
     //
     this.tChart1.Legend.Shadow.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tChart1.Name = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Brush
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Series.Add(this.horizArea1);
     this.tChart1.Series.Add(this.horizArea2);
     this.tChart1.Series.Add(this.horizArea3);
     this.tChart1.Tools.Add(this.gridBand1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Pen
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     this.tChart1.Walls.Bottom.Size        = 3;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 3;
     //
     // horizArea1
     //
     //
     // horizArea1.AreaBrush
     //
     this.horizArea1.AreaBrush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(215)), ((System.Byte)(0)), ((System.Byte)(0)));
     //
     // horizArea1.Gradient
     //
     this.horizArea1.AreaBrush.Gradient.Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     //
     // horizArea1.AreaLines
     //
     this.horizArea1.AreaLines.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(129)), ((System.Byte)(0)), ((System.Byte)(0)));
     //
     // horizArea1.Brush
     //
     this.horizArea1.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(215)), ((System.Byte)(0)), ((System.Byte)(0)));
     //
     // horizArea1.Gradient
     //
     this.horizArea1.Gradient.Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     //
     // horizArea1.LinePen
     //
     this.horizArea1.LinePen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(129)), ((System.Byte)(0)), ((System.Byte)(0)));
     //
     // horizArea1.Marks
     //
     //
     // horizArea1.Marks.Symbol
     //
     //
     // horizArea1.Marks.Symbol.Shadow
     //
     this.horizArea1.Marks.Symbol.Shadow.Height  = 1;
     this.horizArea1.Marks.Symbol.Shadow.Visible = true;
     this.horizArea1.Marks.Symbol.Shadow.Width   = 1;
     //
     // horizArea1.Pointer
     //
     //
     // horizArea1.Pointer.Brush
     //
     this.horizArea1.Pointer.Brush.Color = System.Drawing.Color.Red;
     this.horizArea1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.horizArea1.Title = "horizArea1";
     //
     // horizArea1.XValues
     //
     this.horizArea1.XValues.DataMember = "X";
     //
     // horizArea1.YValues
     //
     this.horizArea1.YValues.DataMember = "Y";
     this.horizArea1.YValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // horizArea2
     //
     //
     // horizArea2.AreaBrush
     //
     this.horizArea2.AreaBrush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(149)));
     //
     // horizArea2.Gradient
     //
     this.horizArea2.AreaBrush.Gradient.Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     //
     // horizArea2.AreaLines
     //
     this.horizArea2.AreaLines.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(89)));
     //
     // horizArea2.Brush
     //
     this.horizArea2.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(149)));
     //
     // horizArea2.Gradient
     //
     this.horizArea2.Gradient.Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     //
     // horizArea2.LinePen
     //
     this.horizArea2.LinePen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(89)));
     //
     // horizArea2.Marks
     //
     //
     // horizArea2.Marks.Symbol
     //
     //
     // horizArea2.Marks.Symbol.Shadow
     //
     this.horizArea2.Marks.Symbol.Shadow.Height  = 1;
     this.horizArea2.Marks.Symbol.Shadow.Visible = true;
     this.horizArea2.Marks.Symbol.Shadow.Width   = 1;
     //
     // horizArea2.Pointer
     //
     //
     // horizArea2.Pointer.Brush
     //
     this.horizArea2.Pointer.Brush.Color = System.Drawing.Color.Green;
     this.horizArea2.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.horizArea2.Title = "horizArea2";
     //
     // horizArea2.XValues
     //
     this.horizArea2.XValues.DataMember = "X";
     //
     // horizArea2.YValues
     //
     this.horizArea2.YValues.DataMember = "Y";
     this.horizArea2.YValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // horizArea3
     //
     //
     // horizArea3.AreaBrush
     //
     this.horizArea3.AreaBrush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(234)), ((System.Byte)(234)), ((System.Byte)(0)));
     //
     // horizArea3.Gradient
     //
     this.horizArea3.AreaBrush.Gradient.Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     //
     // horizArea3.AreaLines
     //
     this.horizArea3.AreaLines.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(140)), ((System.Byte)(140)), ((System.Byte)(0)));
     //
     // horizArea3.Brush
     //
     this.horizArea3.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(234)), ((System.Byte)(234)), ((System.Byte)(0)));
     //
     // horizArea3.Gradient
     //
     this.horizArea3.Gradient.Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     //
     // horizArea3.LinePen
     //
     this.horizArea3.LinePen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(140)), ((System.Byte)(140)), ((System.Byte)(0)));
     //
     // horizArea3.Marks
     //
     //
     // horizArea3.Marks.Symbol
     //
     //
     // horizArea3.Marks.Symbol.Shadow
     //
     this.horizArea3.Marks.Symbol.Shadow.Height  = 1;
     this.horizArea3.Marks.Symbol.Shadow.Visible = true;
     this.horizArea3.Marks.Symbol.Shadow.Width   = 1;
     //
     // horizArea3.Pointer
     //
     //
     // horizArea3.Pointer.Brush
     //
     this.horizArea3.Pointer.Brush.Color = System.Drawing.Color.Yellow;
     this.horizArea3.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.horizArea3.Title = "horizArea3";
     //
     // horizArea3.XValues
     //
     this.horizArea3.XValues.DataMember = "X";
     //
     // horizArea3.YValues
     //
     this.horizArea3.YValues.DataMember = "Y";
     this.horizArea3.YValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Layout:";
     //
     // CBLayout
     //
     this.CBLayout.Items.AddRange(new object[] {
         "3D",
         "Stacked",
         "Stacked 100%"
     });
     this.CBLayout.Location              = new System.Drawing.Point(51, 6);
     this.CBLayout.Name                  = "CBLayout";
     this.CBLayout.Size                  = new System.Drawing.Size(93, 21);
     this.CBLayout.TabIndex              = 1;
     this.CBLayout.SelectedIndexChanged += new System.EventHandler(this.CBLayout_SelectedIndexChanged);
     //
     // CBStairs
     //
     this.CBStairs.Location = new System.Drawing.Point(161, 6);
     this.CBStairs.Name     = "CBStairs";
     this.CBStairs.Size     = new System.Drawing.Size(79, 24);
     this.CBStairs.TabIndex = 2;
     this.CBStairs.Text     = "Stairs";
     this.CBStairs.Click   += new System.EventHandler(this.CBStairs_Click);
     //
     // CB3D
     //
     this.CB3D.Checked    = true;
     this.CB3D.CheckState = System.Windows.Forms.CheckState.Checked;
     this.CB3D.Location   = new System.Drawing.Point(234, 7);
     this.CB3D.Name       = "CB3D";
     this.CB3D.Size       = new System.Drawing.Size(79, 24);
     this.CB3D.TabIndex   = 3;
     this.CB3D.Text       = "3D";
     this.CB3D.Click     += new System.EventHandler(this.CB3D_Click);
     //
     // BEdit
     //
     this.BEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.BEdit.Location  = new System.Drawing.Point(344, 8);
     this.BEdit.Name      = "BEdit";
     this.BEdit.TabIndex  = 4;
     this.BEdit.Text      = "Edit...";
     this.BEdit.Click    += new System.EventHandler(this.BEdit_Click);
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Bottom;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // SeriesType_HorizArea
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "SeriesType_HorizArea";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }