/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.surface1 = new Steema.TeeChart.Styles.Surface();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.button1 = new System.Windows.Forms.Button();
			this.rotate1 = new Steema.TeeChart.Tools.Rotate();
			this.panel1.SuspendLayout();
			this.SuspendLayout();
			// 
			// textBox1
			// 
			this.textBox1.Name = "textBox1";
			this.textBox1.Text = "Surface series can now display \"sides\", using the SideBrush property.\r\nExample: \r" +
				"\nsurface1.SideBrush.Visible = true;\r\nsurface1.SideBrush.Color = Color.Blue;";
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.button1);
			this.panel1.Controls.Add(this.checkBox1);
			this.panel1.Name = "panel1";
			// 
			// tChart1
			// 
			// 
			// tChart1.Aspect
			// 
			this.tChart1.Aspect.Chart3DPercent = 100;
			this.tChart1.Aspect.Elevation = 348;
			this.tChart1.Aspect.Orthogonal = false;
			this.tChart1.Aspect.Perspective = 0;
			this.tChart1.Aspect.Rotation = 330;
			this.tChart1.Aspect.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
			this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
			this.tChart1.Aspect.Zoom = 63;
			// 
			// tChart1.Header
			// 
			this.tChart1.Header.Lines = new string[] {
																								 "tChart1"};
			this.tChart1.Header.Visible = false;
			// 
			// 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.surface1);
			this.tChart1.Tools.Add(this.rotate1);
			// 
			// 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.Back.Pen
			// 
			this.tChart1.Walls.Back.Pen.Visible = false;
			this.tChart1.Walls.Back.Size = 5;
			this.tChart1.Walls.Back.Transparent = false;
			this.tChart1.Walls.Back.Visible = 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;
			// 
			// surface1
			// 
			// 
			// surface1.Brush
			// 
			this.surface1.Brush.Color = System.Drawing.Color.Red;
			// 
			// surface1.Marks
			// 
			// 
			// surface1.Marks.Symbol
			// 
			// 
			// surface1.Marks.Symbol.Shadow
			// 
			this.surface1.Marks.Symbol.Shadow.Height = 1;
			this.surface1.Marks.Symbol.Shadow.Visible = true;
			this.surface1.Marks.Symbol.Shadow.Width = 1;
			this.surface1.PaletteMin = 0;
			this.surface1.PaletteStep = 0;
			this.surface1.Title = "surface1";
			// 
			// surface1.XValues
			// 
			this.surface1.XValues.DataMember = "X";
			// 
			// surface1.YValues
			// 
			this.surface1.YValues.DataMember = "Y";
			// 
			// surface1.ZValues
			// 
			this.surface1.ZValues.DataMember = "Z";
			// 
			// 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.TabIndex = 0;
			this.checkBox1.Text = "Sides visible";
			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(136, 8);
			this.button1.Name = "button1";
			this.button1.Size = new System.Drawing.Size(96, 23);
			this.button1.TabIndex = 1;
			this.button1.Text = "Edit side brush";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// Surface_Sides
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(440, 317);
			this.Name = "Surface_Sides";
			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.surfaceSeries1 = new Steema.TeeChart.Styles.Surface();
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     this.rotate1        = new Steema.TeeChart.Tools.Rotate();
     this.button1        = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(466, 48);
     this.textBox1.Text = "The Rotate tool changes the elevation and rotation of charts when dragging the mo" +
                          "use over a chart.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Location = new System.Drawing.Point(0, 48);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(466, 41);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 100;
     this.tChart1.Aspect.Elevation         = 353;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 51;
     this.tChart1.Aspect.Rotation          = 312;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.Zoom = 59;
     //
     // tChart1.Axes
     //
     //
     // tChart1.Axes.Depth
     //
     this.tChart1.Axes.Depth.Visible = true;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "Rotate tool demo"
     };
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.Alignment = Steema.TeeChart.LegendAlignments.Top;
     this.tChart1.Legend.Visible   = false;
     this.tChart1.Location         = new System.Drawing.Point(0, 89);
     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.surfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(466, 197);
     this.tChart1.Tools.Add(this.rotate1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Gradient.Transparency = 50;
     //
     // 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)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Brush.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     //
     // surfaceSeries1
     //
     //
     // surfaceSeries1.Brush
     //
     this.surfaceSeries1.Brush.Color = System.Drawing.Color.Red;
     //
     // surfaceSeries1.Marks
     //
     //
     // surfaceSeries1.Marks.Symbol
     //
     //
     // surfaceSeries1.Marks.Symbol.Shadow
     //
     this.surfaceSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.surfaceSeries1.Marks.Symbol.Shadow.Visible = true;
     this.surfaceSeries1.Marks.Symbol.Shadow.Width   = 1;
     this.surfaceSeries1.PaletteMin  = 0;
     this.surfaceSeries1.PaletteStep = 0;
     this.surfaceSeries1.Title       = "surface1";
     //
     // surfaceSeries1.XValues
     //
     this.surfaceSeries1.XValues.DataMember = "X";
     //
     // surfaceSeries1.YValues
     //
     this.surfaceSeries1.YValues.DataMember = "Y";
     //
     // surfaceSeries1.ZValues
     //
     this.surfaceSeries1.ZValues.DataMember = "Z";
     //
     // 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(20, 8);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(53, 21);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Active";
     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(100, 8);
     this.button1.Name      = "button1";
     this.button1.TabIndex  = 1;
     this.button1.Text      = "&Edit tool...";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // Tool_Rotate
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name = "Tool_Rotate";
     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.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label1    = new System.Windows.Forms.Label();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.surface1  = new Steema.TeeChart.Styles.Surface();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(440, 72);
     this.textBox1.Text = "Surface series can now display in \"Wire-frame\" mode using the color palette and r" +
                          "ange.\r\n\r\nExample: surface1.UsePalette = true ;  \r\n               surface1.Pen.Wi" +
                          "dth = 2 ;\r\n               surfac1.WireFrame = true;";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Location = new System.Drawing.Point(0, 72);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(440, 55);
     //
     // 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
     //
     this.tChart1.Legend.MaxNumRows = 8;
     this.tChart1.Location          = new System.Drawing.Point(0, 127);
     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.surface1);
     this.tChart1.Size = new System.Drawing.Size(440, 190);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     //
     // tChart1.Walls.Back.Brush
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     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;
     //
     // comboBox1
     //
     this.comboBox1.Items.AddRange(new object[] {
         "Single",
         "Range",
         "Palette"
     });
     this.comboBox1.Location              = new System.Drawing.Point(128, 16);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(120, 21);
     this.comboBox1.TabIndex              = 0;
     this.comboBox1.Text                  = "comboBox1";
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(120, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Wireframe color style:";
     //
     // 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(272, 16);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(120, 24);
     this.checkBox1.TabIndex        = 2;
     this.checkBox1.Text            = "Wireframe";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // surface1
     //
     //
     // surface1.Brush
     //
     this.surface1.Brush.Color = System.Drawing.Color.Red;
     //
     // surface1.Marks
     //
     //
     // surface1.Marks.Symbol
     //
     //
     // surface1.Marks.Symbol.Shadow
     //
     this.surface1.Marks.Symbol.Shadow.Height  = 1;
     this.surface1.Marks.Symbol.Shadow.Visible = true;
     this.surface1.Marks.Symbol.Shadow.Width   = 1;
     this.surface1.PaletteMin  = 0;
     this.surface1.PaletteStep = 0;
     this.surface1.Title       = "surface1";
     //
     // surface1.XValues
     //
     this.surface1.XValues.DataMember = "X";
     //
     // surface1.YValues
     //
     this.surface1.YValues.DataMember = "Y";
     //
     // surface1.ZValues
     //
     this.surface1.ZValues.DataMember = "Z";
     //
     // Surface_Wireframepalette
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name  = "Surface_Wireframepalette";
     this.Load += new System.EventHandler(this.Surface_Wireframepalette_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.surfaceSeries1 = new Steema.TeeChart.Styles.Surface();
     this.button1        = new System.Windows.Forms.Button();
     this.gridTranspose1 = new Steema.TeeChart.Tools.GridTranspose();
     this.rotate1        = new Steema.TeeChart.Tools.Rotate();
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     this.gridBand1      = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(432, 63);
     this.textBox1.Text = "3D Transpose tool \"rotates\" a 3D series 90 degrees. It will exchange x with z val" +
                          "ues.  Works with any Grid3D series (surface, etc).\r\nA similar effect can be obta" +
                          "ined setting the Bottom and Depth axes Inverted property to true.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Location = new System.Drawing.Point(0, 63);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(432, 41);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 50;
     this.tChart1.Aspect.Elevation         = 339;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 100;
     this.tChart1.Aspect.Rotation          = 324;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.Zoom = 66;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Header.Visible = false;
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.MaxNumRows = 8;
     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)));
     this.tChart1.Series.Add(this.surfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(432, 213);
     this.tChart1.Tools.Add(this.gridTranspose1);
     this.tChart1.Tools.Add(this.rotate1);
     this.tChart1.Tools.Add(this.gridBand1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Gradient.Transparency = 40;
     //
     // 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)(153)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Brush.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 3;
     //
     // surfaceSeries1
     //
     //
     // surfaceSeries1.Brush
     //
     this.surfaceSeries1.Brush.Color = System.Drawing.Color.Red;
     //
     // surfaceSeries1.Marks
     //
     //
     // surfaceSeries1.Marks.Symbol
     //
     //
     // surfaceSeries1.Marks.Symbol.Shadow
     //
     this.surfaceSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.surfaceSeries1.Marks.Symbol.Shadow.Visible = true;
     this.surfaceSeries1.Marks.Symbol.Shadow.Width   = 1;
     this.surfaceSeries1.MidColor    = System.Drawing.Color.FromArgb(((System.Byte)(204)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(128)));
     this.surfaceSeries1.NumXValues  = 25;
     this.surfaceSeries1.NumZValues  = 25;
     this.surfaceSeries1.PaletteMin  = 0;
     this.surfaceSeries1.PaletteStep = 0;
     this.surfaceSeries1.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(128)), ((System.Byte)(0)));
     this.surfaceSeries1.Title       = "surfaceSeries1";
     //
     // surfaceSeries1.XValues
     //
     this.surfaceSeries1.XValues.DataMember = "X";
     //
     // surfaceSeries1.YValues
     //
     this.surfaceSeries1.YValues.DataMember = "Y";
     //
     // surfaceSeries1.ZValues
     //
     this.surfaceSeries1.ZValues.DataMember = "Z";
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(14, 6);
     this.button1.Name      = "button1";
     this.button1.TabIndex  = 0;
     this.button1.Text      = "&Transpose";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // gridTranspose1
     //
     this.gridTranspose1.Series = this.surfaceSeries1;
     //
     // 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(114, 8);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(86, 21);
     this.checkBox1.TabIndex        = 1;
     this.checkBox1.Text            = "&Rotate tool";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // Tool_3DTranspose
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(432, 317);
     this.Name = "Tool_3DTranspose";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.surface1  = new Steema.TeeChart.Styles.Surface();
     this.trackBar1 = new System.Windows.Forms.TrackBar();
     this.label1    = new System.Windows.Forms.Label();
     this.gridBand1 = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "Surface series can now display cells with transparency. \r\n\r\nsurface1.Brush.Transp" +
                          "arency = 50\r\nsurface1.Pen.Transparency = 50";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.trackBar1);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 45;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.Zoom = 79;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "Surface and transparency"
     };
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.MaxNumRows = 8;
     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.surface1);
     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)(254)), ((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(0)));
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Gradient.Transparency = 40;
     //
     // 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)(153)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Brush.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 3;
     //
     // surface1
     //
     //
     // surface1.Brush
     //
     this.surface1.Brush.Color = System.Drawing.Color.Red;
     //
     // surface1.Marks
     //
     //
     // surface1.Marks.Symbol
     //
     //
     // surface1.Marks.Symbol.Shadow
     //
     this.surface1.Marks.Symbol.Shadow.Height  = 1;
     this.surface1.Marks.Symbol.Shadow.Visible = true;
     this.surface1.Marks.Symbol.Shadow.Width   = 1;
     this.surface1.PaletteMin  = 0;
     this.surface1.PaletteStep = 0;
     this.surface1.Title       = "surface1";
     //
     // surface1.XValues
     //
     this.surface1.XValues.DataMember = "X";
     //
     // surface1.YValues
     //
     this.surface1.YValues.DataMember = "Y";
     //
     // surface1.ZValues
     //
     this.surface1.ZValues.DataMember = "Z";
     //
     // trackBar1
     //
     this.trackBar1.Location      = new System.Drawing.Point(120, 0);
     this.trackBar1.Maximum       = 100;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Size          = new System.Drawing.Size(184, 42);
     this.trackBar1.TabIndex      = 0;
     this.trackBar1.TickFrequency = 10;
     this.trackBar1.Value         = 50;
     this.trackBar1.Scroll       += new System.EventHandler(this.trackBar1_Scroll);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(312, 8);
     this.label1.Name     = "label1";
     this.label1.TabIndex = 1;
     this.label1.Text     = "50 %";
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // Surface_Transparency
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "Surface_Transparency";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).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.surfaceSeries1 = new Steema.TeeChart.Styles.Surface();
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     this.checkBox2      = new System.Windows.Forms.CheckBox();
     this.gridBand1      = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(466, 63);
     this.textBox1.Text = "Surface series accept X,Y and Z values as \"double\" floating point numbers.\r\nThe I" +
                          "rregularGrid property controls if X and Z values should be equidistant or not.\r\n" +
                          "\r\nExample: surfaceSeries11.Add( -123.456, 321.45, 456.789 );";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox2);
     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(466, 33);
     //
     // 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[] {
         "Surface Series : ",
         "irregular grid example"
     };
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.MaxNumRows = 8;
     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)));
     this.tChart1.Series.Add(this.surfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(466, 190);
     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        = 5;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     //
     // surfaceSeries1
     //
     //
     // surfaceSeries1.Brush
     //
     this.surfaceSeries1.Brush.Color = System.Drawing.Color.Red;
     //
     // surfaceSeries1.Marks
     //
     //
     // surfaceSeries1.Marks.Symbol
     //
     //
     // surfaceSeries1.Marks.Symbol.Shadow
     //
     this.surfaceSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.surfaceSeries1.Marks.Symbol.Shadow.Visible = true;
     this.surfaceSeries1.Marks.Symbol.Shadow.Width   = 1;
     this.surfaceSeries1.NumXValues  = 25;
     this.surfaceSeries1.NumZValues  = 25;
     this.surfaceSeries1.PaletteMin  = 0;
     this.surfaceSeries1.PaletteStep = 0;
     this.surfaceSeries1.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(128)), ((System.Byte)(0)));
     this.surfaceSeries1.Title       = "surfaceSeries1";
     //
     // surfaceSeries1.XValues
     //
     this.surfaceSeries1.XValues.DataMember = "X";
     //
     // surfaceSeries1.YValues
     //
     this.surfaceSeries1.YValues.DataMember = "Y";
     //
     // surfaceSeries1.ZValues
     //
     this.surfaceSeries1.ZValues.DataMember = "Z";
     //
     // 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, 21);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Irregular";
     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(93, 7);
     this.checkBox2.Name            = "checkBox2";
     this.checkBox2.Size            = new System.Drawing.Size(115, 21);
     this.checkBox2.TabIndex        = 1;
     this.checkBox2.Text            = "&3D";
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(0)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(76)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // Surface_Irregular
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name = "Surface_Irregular";
     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.surfaceSeries1 = new Steema.TeeChart.Styles.Surface();
     this.gridBand1      = new Steema.TeeChart.Tools.GridBand();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(466, 63);
     this.textBox1.Text = "Another example of using Surface series with XYZ floating point numbers (double)." +
                          "";
     //
     // panel1
     //
     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.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "Surface Series : float x,z and y(x,z)"
     };
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.MaxNumRows = 8;
     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)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Series.Add(this.surfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(466, 189);
     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        = 5;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     //
     // surfaceSeries1
     //
     //
     // surfaceSeries1.Brush
     //
     this.surfaceSeries1.Brush.Color = System.Drawing.Color.Red;
     //
     // surfaceSeries1.Marks
     //
     //
     // surfaceSeries1.Marks.Symbol
     //
     //
     // surfaceSeries1.Marks.Symbol.Shadow
     //
     this.surfaceSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.surfaceSeries1.Marks.Symbol.Shadow.Visible = true;
     this.surfaceSeries1.Marks.Symbol.Shadow.Width   = 1;
     this.surfaceSeries1.NumXValues    = 25;
     this.surfaceSeries1.NumZValues    = 25;
     this.surfaceSeries1.PaletteMin    = 0;
     this.surfaceSeries1.PaletteStep   = 0;
     this.surfaceSeries1.Title         = "surfaceSeries1";
     this.surfaceSeries1.UseColorRange = false;
     this.surfaceSeries1.UsePalette    = true;
     //
     // surfaceSeries1.XValues
     //
     this.surfaceSeries1.XValues.DataMember = "X";
     //
     // surfaceSeries1.YValues
     //
     this.surfaceSeries1.YValues.DataMember = "Y";
     //
     // surfaceSeries1.ZValues
     //
     this.surfaceSeries1.ZValues.DataMember = "Z";
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // Surface_XYZFloat
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name = "Surface_XYZFloat";
     this.ResumeLayout(false);
 }
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();
     this.surfaceSeries1 = new Steema.TeeChart.Styles.Surface();
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     this.label1         = new System.Windows.Forms.Label();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.comboBox2      = new System.Windows.Forms.ComboBox();
     this.label2         = new System.Windows.Forms.Label();
     this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
     this.timer1         = new System.Windows.Forms.Timer(this.components);
     this.rotate1        = new Steema.TeeChart.Tools.Rotate();
     this.gridBand1      = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
     //
     // textBox1
     //
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(399, 56);
     this.textBox1.TabIndex = 0;
     this.textBox1.Text     = "Surface displays a grid of XYZ floating point values.\r\nOptions include palette, b" +
                              "order, pattern, null values, wire-frame, dots, surface sides, marks, gradients, " +
                              "inverted axes, etc.\r\n\r\nThings to try: Click and drag mouse to rotate chart.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.numericUpDown1);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.comboBox2);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Location = new System.Drawing.Point(0, 56);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(399, 35);
     this.panel1.TabIndex = 1;
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 90;
     this.tChart1.Aspect.Elevation         = 348;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 62;
     this.tChart1.Aspect.Rotation          = 329;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.VertOffset        = -20;
     this.tChart1.Aspect.Zoom = 66;
     //
     // tChart1.Axes
     //
     //
     // tChart1.Axes.Bottom
     //
     //
     // tChart1.Axes.Bottom.Grid
     //
     this.tChart1.Axes.Bottom.Grid.ZPosition = 0;
     //
     // 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.Grid
     //
     this.tChart1.Axes.Depth.Grid.ZPosition = 0;
     //
     // 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;
     this.tChart1.Axes.Depth.Visible = true;
     //
     // tChart1.Axes.DepthTop
     //
     //
     // tChart1.Axes.DepthTop.Grid
     //
     this.tChart1.Axes.DepthTop.Grid.ZPosition = 0;
     //
     // 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.Grid
     //
     this.tChart1.Axes.Left.Grid.ZPosition = 0;
     //
     // 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.Grid
     //
     this.tChart1.Axes.Right.Grid.ZPosition = 0;
     //
     // 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.Grid
     //
     this.tChart1.Axes.Top.Grid.ZPosition = 0;
     //
     // 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[] {
         "tChart1"
     };
     //
     // tChart1.Header.Shadow
     //
     this.tChart1.Header.Shadow.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, 91);
     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.Shadow
     //
     this.tChart1.Panel.Shadow.Visible = false;
     this.tChart1.Series.Add(this.surfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(399, 165);
     //
     // 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;
     this.tChart1.TabIndex = 2;
     this.tChart1.Tools.Add(this.rotate1);
     this.tChart1.Tools.Add(this.gridBand1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     this.tChart1.Walls.Back.AutoHide = false;
     //
     // tChart1.Walls.Back.Brush
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // tChart1.Walls.Back.Gradient
     //
     this.tChart1.Walls.Back.Brush.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Back.Gradient
     //
     this.tChart1.Walls.Back.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Back.Pen
     //
     this.tChart1.Walls.Back.Pen.Visible = false;
     //
     // tChart1.Walls.Back.Shadow
     //
     this.tChart1.Walls.Back.Shadow.Visible = false;
     this.tChart1.Walls.Back.Transparent    = false;
     //
     // tChart1.Walls.Bottom
     //
     this.tChart1.Walls.Bottom.AutoHide = false;
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Gradient.Transparency = 40;
     //
     // 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
     //
     this.tChart1.Walls.Left.AutoHide = false;
     //
     // tChart1.Walls.Left.Brush
     //
     this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Brush.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Gradient.Transparency = 40;
     //
     // 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
     //
     this.tChart1.Walls.Right.AutoHide = false;
     //
     // tChart1.Walls.Right.Shadow
     //
     this.tChart1.Walls.Right.Shadow.Visible = false;
     //
     // surfaceSeries1
     //
     //
     // surfaceSeries1.Brush
     //
     this.surfaceSeries1.Brush.Color = System.Drawing.Color.Red;
     //
     // surfaceSeries1.Marks
     //
     //
     // surfaceSeries1.Marks.Callout
     //
     this.surfaceSeries1.Marks.Callout.Arrow         = this.surfaceSeries1.Marks.Arrow;
     this.surfaceSeries1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.surfaceSeries1.Marks.Callout.ArrowHeadSize = 8;
     //
     // surfaceSeries1.Marks.Callout.Brush
     //
     this.surfaceSeries1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.surfaceSeries1.Marks.Callout.Distance    = 0;
     this.surfaceSeries1.Marks.Callout.Draw3D      = false;
     this.surfaceSeries1.Marks.Callout.Length      = 10;
     this.surfaceSeries1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     //
     // surfaceSeries1.Marks.Font
     //
     //
     // surfaceSeries1.Marks.Font.Shadow
     //
     this.surfaceSeries1.Marks.Font.Shadow.Visible = false;
     this.surfaceSeries1.NumXValues  = 25;
     this.surfaceSeries1.NumZValues  = 25;
     this.surfaceSeries1.PaletteMin  = 0;
     this.surfaceSeries1.PaletteStep = 0;
     this.surfaceSeries1.Title       = "surface1";
     //
     // surfaceSeries1.XValues
     //
     this.surfaceSeries1.XValues.DataMember = "X";
     //
     // surfaceSeries1.YValues
     //
     this.surfaceSeries1.YValues.DataMember = "Y";
     //
     // surfaceSeries1.ZValues
     //
     this.surfaceSeries1.ZValues.DataMember = "Z";
     this.surfaceSeries1.GetYValue         += new Steema.TeeChart.Styles.Custom3DGrid.GetYValueEventHandler(this.surfaceSeries1_GetYValue);
     //
     // checkBox1
     //
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location        = new System.Drawing.Point(8, 7);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(80, 21);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Animate";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(175, 10);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(36, 16);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "&Style :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         "Single Color",
         "Color Range",
         "Color Palette",
         "Strong Palette",
         "Gray scale",
         "Inverted Gray",
         "Rainbow"
     });
     this.comboBox1.Location              = new System.Drawing.Point(78, 7);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(88, 21);
     this.comboBox1.TabIndex              = 1;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // comboBox2
     //
     this.comboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox2.Items.AddRange(new object[] {
         "Solid and Grid",
         "Solid",
         "Wireframe",
         "Dots"
     });
     this.comboBox2.Location              = new System.Drawing.Point(212, 7);
     this.comboBox2.Name                  = "comboBox2";
     this.comboBox2.Size                  = new System.Drawing.Size(73, 21);
     this.comboBox2.TabIndex              = 3;
     this.comboBox2.SelectedIndexChanged += new System.EventHandler(this.comboBox2_SelectedIndexChanged);
     //
     // label2
     //
     this.label2.AutoSize    = true;
     this.label2.Location    = new System.Drawing.Point(295, 10);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(46, 16);
     this.label2.TabIndex    = 4;
     this.label2.Text        = "Sample:";
     this.label2.UseMnemonic = false;
     //
     // numericUpDown1
     //
     this.numericUpDown1.Location = new System.Drawing.Point(348, 8);
     this.numericUpDown1.Maximum  = new System.Decimal(new int[] {
         8,
         0,
         0,
         0
     });
     this.numericUpDown1.Minimum = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.Name      = "numericUpDown1";
     this.numericUpDown1.ReadOnly  = true;
     this.numericUpDown1.Size      = new System.Drawing.Size(40, 20);
     this.numericUpDown1.TabIndex  = 5;
     this.numericUpDown1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.numericUpDown1.Value     = new System.Decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // SeriesType_Surface
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(399, 256);
     this.Name  = "SeriesType_Surface";
     this.Load += new System.EventHandler(this.SeriesType_Surface_Load);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.surfaceSeries1 = new Steema.TeeChart.Styles.Surface();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.rotate1        = new Steema.TeeChart.Tools.Rotate();
     this.label1         = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(399, 56);
     this.textBox1.TabIndex = 0;
     this.textBox1.Text     = "Surface palette can be of several types: Pale, Strong, Gray scale, Inverted gray " +
                              "and Rainbow\r\n\r\nExample: surfaceSeries1.PaletteStyle = Steema.TeeChart.Styles.Pal" +
                              "etteStyles.Rainbow;";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Location = new System.Drawing.Point(0, 56);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(399, 35);
     this.panel1.TabIndex = 1;
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 90;
     this.tChart1.Aspect.Elevation         = 312;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 62;
     this.tChart1.Aspect.Rotation          = 330;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.VertOffset        = -20;
     this.tChart1.Aspect.Zoom = 46;
     //
     // tChart1.Axes
     //
     //
     // tChart1.Axes.Bottom
     //
     //
     // tChart1.Axes.Bottom.Grid
     //
     this.tChart1.Axes.Bottom.Grid.ZPosition = 0;
     //
     // 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.Grid
     //
     this.tChart1.Axes.Depth.Grid.ZPosition = 0;
     //
     // 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;
     this.tChart1.Axes.Depth.Visible = true;
     //
     // tChart1.Axes.DepthTop
     //
     //
     // tChart1.Axes.DepthTop.Grid
     //
     this.tChart1.Axes.DepthTop.Grid.ZPosition = 0;
     //
     // 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.Grid
     //
     this.tChart1.Axes.Left.Grid.ZPosition = 0;
     //
     // 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.Grid
     //
     this.tChart1.Axes.Right.Grid.ZPosition = 0;
     //
     // 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.Grid
     //
     this.tChart1.Axes.Top.Grid.ZPosition = 0;
     //
     // 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[] {
         ""
     };
     //
     // 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;
     this.tChart1.Legend.MaxNumRows          = 8;
     //
     // tChart1.Legend.Pen
     //
     this.tChart1.Legend.Pen.Visible = false;
     this.tChart1.Legend.ResizeChart = false;
     //
     // tChart1.Legend.Symbol
     //
     this.tChart1.Legend.Symbol.Continous  = true;
     this.tChart1.Legend.Symbol.DefaultPen = false;
     this.tChart1.Legend.Symbol.Position   = Steema.TeeChart.LegendSymbolPosition.Right;
     //
     // 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, 91);
     this.tChart1.Name     = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Brush
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.tChart1.Panel.Brush.Gradient.Visible    = true;
     //
     // tChart1.Panel.Gradient
     //
     this.tChart1.Panel.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     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)(128)));
     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.surfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(399, 165);
     //
     // 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;
     this.tChart1.TabIndex = 2;
     this.tChart1.Tools.Add(this.rotate1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     this.tChart1.Walls.Back.AutoHide = false;
     //
     // tChart1.Walls.Back.Brush
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // tChart1.Walls.Back.Pen
     //
     this.tChart1.Walls.Back.Pen.Visible = false;
     //
     // tChart1.Walls.Back.Shadow
     //
     this.tChart1.Walls.Back.Shadow.Visible = false;
     this.tChart1.Walls.Back.Size           = 4;
     this.tChart1.Walls.Back.Transparent    = false;
     //
     // tChart1.Walls.Bottom
     //
     this.tChart1.Walls.Bottom.AutoHide = false;
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 40;
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Gradient.Transparency = 40;
     //
     // 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
     //
     this.tChart1.Walls.Left.AutoHide = 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)(224)));
     //
     // 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           = 4;
     //
     // tChart1.Walls.Right
     //
     this.tChart1.Walls.Right.AutoHide = false;
     //
     // tChart1.Walls.Right.Shadow
     //
     this.tChart1.Walls.Right.Shadow.Visible = false;
     //
     // surfaceSeries1
     //
     //
     // surfaceSeries1.Brush
     //
     this.surfaceSeries1.Brush.Color = System.Drawing.Color.Red;
     //
     // surfaceSeries1.Marks
     //
     //
     // surfaceSeries1.Marks.Callout
     //
     this.surfaceSeries1.Marks.Callout.Arrow         = this.surfaceSeries1.Marks.Arrow;
     this.surfaceSeries1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.surfaceSeries1.Marks.Callout.ArrowHeadSize = 8;
     //
     // surfaceSeries1.Marks.Callout.Brush
     //
     this.surfaceSeries1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.surfaceSeries1.Marks.Callout.Distance    = 0;
     this.surfaceSeries1.Marks.Callout.Draw3D      = false;
     this.surfaceSeries1.Marks.Callout.Length      = 10;
     this.surfaceSeries1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     //
     // surfaceSeries1.Marks.Font
     //
     //
     // surfaceSeries1.Marks.Font.Shadow
     //
     this.surfaceSeries1.Marks.Font.Shadow.Visible = false;
     this.surfaceSeries1.NumXValues   = 25;
     this.surfaceSeries1.NumZValues   = 25;
     this.surfaceSeries1.PaletteMin   = 0;
     this.surfaceSeries1.PaletteStep  = 0;
     this.surfaceSeries1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Rainbow;
     //
     // surfaceSeries1.Pen
     //
     this.surfaceSeries1.Pen.Visible   = false;
     this.surfaceSeries1.Title         = "surface1";
     this.surfaceSeries1.UseColorRange = false;
     this.surfaceSeries1.UsePalette    = true;
     //
     // surfaceSeries1.XValues
     //
     this.surfaceSeries1.XValues.DataMember = "X";
     //
     // surfaceSeries1.YValues
     //
     this.surfaceSeries1.YValues.DataMember = "Y";
     //
     // surfaceSeries1.ZValues
     //
     this.surfaceSeries1.ZValues.DataMember = "Z";
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         "Pale",
         "Strong",
         "Gray",
         "Inverted gray",
         "Rainbow"
     });
     this.comboBox1.Location              = new System.Drawing.Point(96, 8);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(88, 21);
     this.comboBox1.TabIndex              = 1;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(23, 11);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(71, 16);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Palette Style:";
     //
     // Surface_Palette
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(399, 256);
     this.Name  = "Surface_Palette";
     this.Load += new System.EventHandler(this.SeriesType_Surface_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.points3D1    = new Steema.TeeChart.Styles.Points3D();
     this.surface1     = new Steema.TeeChart.Styles.Surface();
     this.label1       = new System.Windows.Forms.Label();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.rotate1      = new Steema.TeeChart.Tools.Rotate();
     this.gridBand1    = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(544, 56);
     this.textBox1.Text = "Small routine can do the \"gridding\" of arbitrary, floating XYZ data.\r\n\r\nThe gridd" +
                          "ing algorithm creates a fixed, regular grid of aproximate values using XYZ data." +
                          "";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.radioButton2);
     this.panel1.Controls.Add(this.radioButton1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(0, 56);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(544, 40);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 75;
     this.tChart1.Aspect.Elevation         = 338;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 0;
     this.tChart1.Aspect.Rotation          = 314;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.Zoom = 63;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Header.Visible = false;
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.MaxNumRows = 8;
     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)));
     this.tChart1.Series.Add(this.points3D1);
     this.tChart1.Series.Add(this.surface1);
     this.tChart1.Size = new System.Drawing.Size(544, 253);
     this.tChart1.Tools.Add(this.rotate1);
     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        = 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)(224)));
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     //
     // points3D1
     //
     //
     // points3D1.LinePen
     //
     this.points3D1.LinePen.Color   = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.points3D1.LinePen.Visible = false;
     //
     // points3D1.Marks
     //
     //
     // points3D1.Marks.Symbol
     //
     //
     // points3D1.Marks.Symbol.Shadow
     //
     this.points3D1.Marks.Symbol.Shadow.Height  = 1;
     this.points3D1.Marks.Symbol.Shadow.Visible = true;
     this.points3D1.Marks.Symbol.Shadow.Width   = 1;
     //
     // points3D1.Pointer
     //
     //
     // points3D1.Pointer.Brush
     //
     this.points3D1.Pointer.Brush.Color    = System.Drawing.Color.Red;
     this.points3D1.Pointer.HorizSize      = 2;
     this.points3D1.Pointer.InflateMargins = false;
     //
     // points3D1.Pointer.Pen
     //
     this.points3D1.Pointer.Pen.Color   = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.points3D1.Pointer.Pen.Visible = false;
     this.points3D1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.points3D1.Pointer.VertSize    = 2;
     this.points3D1.Title   = "points3D1";
     this.points3D1.Visible = false;
     //
     // points3D1.XValues
     //
     this.points3D1.XValues.DataMember = "X";
     //
     // points3D1.YValues
     //
     this.points3D1.YValues.DataMember = "Y";
     //
     // points3D1.ZValues
     //
     this.points3D1.ZValues.DataMember = "Z";
     //
     // surface1
     //
     //
     // surface1.Brush
     //
     this.surface1.Brush.Color = System.Drawing.Color.Green;
     this.surface1.EndColor    = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     //
     // surface1.Marks
     //
     //
     // surface1.Marks.Symbol
     //
     //
     // surface1.Marks.Symbol.Shadow
     //
     this.surface1.Marks.Symbol.Shadow.Height  = 1;
     this.surface1.Marks.Symbol.Shadow.Visible = true;
     this.surface1.Marks.Symbol.Shadow.Width   = 1;
     this.surface1.PaletteMin   = 0;
     this.surface1.PaletteStep  = 0;
     this.surface1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Strong;
     this.surface1.StartColor   = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(192)));
     this.surface1.Title        = "surface1";
     //
     // surface1.XValues
     //
     this.surface1.XValues.DataMember = "X";
     //
     // surface1.YValues
     //
     this.surface1.YValues.DataMember = "Y";
     //
     // surface1.ZValues
     //
     this.surface1.ZValues.DataMember = "Z";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(32, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(56, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Show:";
     //
     // radioButton1
     //
     this.radioButton1.Location        = new System.Drawing.Point(104, 8);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.TabIndex        = 1;
     this.radioButton1.Text            = "Original data";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.Checked         = true;
     this.radioButton2.Location        = new System.Drawing.Point(224, 8);
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.TabIndex        = 2;
     this.radioButton2.TabStop         = true;
     this.radioButton2.Text            = "Surface";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // XYZ_gridding
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(544, 349);
     this.Name = "XYZ_gridding";
     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.surfaceSeries1  = new Steema.TeeChart.Styles.Surface();
     this.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.gridBand1       = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(466, 63);
     this.textBox1.Text = "Exporting to Windows Bitmap graphic format is available using the Export Dialog\r\n" +
                          "or by code at run-time.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     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    = 100;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 87;
     this.tChart1.Aspect.Rotation          = 302;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.Zoom = 63;
     this.tChart1.Cursor      = System.Windows.Forms.Cursors.Default;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines   = new string[0];
     this.tChart1.Header.Visible = false;
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.MaxNumRows = 8;
     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)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.tChart1.Series.Add(this.surfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(466, 189);
     this.tChart1.Tools.Add(this.gridBand1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Gradient.Transparency = 50;
     //
     // 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)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Brush.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     //
     // surfaceSeries1
     //
     //
     // surfaceSeries1.Brush
     //
     this.surfaceSeries1.Brush.Color = System.Drawing.Color.Red;
     //
     // surfaceSeries1.Marks
     //
     //
     // surfaceSeries1.Marks.Symbol
     //
     //
     // surfaceSeries1.Marks.Symbol.Shadow
     //
     this.surfaceSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.surfaceSeries1.Marks.Symbol.Shadow.Visible = true;
     this.surfaceSeries1.Marks.Symbol.Shadow.Width   = 1;
     this.surfaceSeries1.NumXValues  = 25;
     this.surfaceSeries1.NumZValues  = 25;
     this.surfaceSeries1.PaletteMin  = 0;
     this.surfaceSeries1.PaletteStep = 0;
     this.surfaceSeries1.Title       = "surfaceSeries1";
     //
     // surfaceSeries1.XValues
     //
     this.surfaceSeries1.XValues.DataMember = "X";
     //
     // surfaceSeries1.YValues
     //
     this.surfaceSeries1.YValues.DataMember = "Y";
     //
     // surfaceSeries1.ZValues
     //
     this.surfaceSeries1.ZValues.DataMember = "Z";
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(13, 6);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(115, 23);
     this.button1.TabIndex  = 2;
     this.button1.Text      = "&Save to Bitmap...";
     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(144, 6);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(152, 23);
     this.button2.TabIndex  = 3;
     this.button2.Text      = "Show &export dialog...";
     this.button2.Click    += new System.EventHandler(this.button2_Click);
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.FileName = "doc1";
     this.saveFileDialog1.Title    = "Save Image (Bitmap)";
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // Export_Bitmap
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name = "Export_Bitmap";
     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.hScrollBar1 = new System.Windows.Forms.HScrollBar();
     this.label1      = new System.Windows.Forms.Label();
     this.button1     = new System.Windows.Forms.Button();
     this.surface1    = new Steema.TeeChart.Styles.Surface();
     this.label2      = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "The four chart walls now support transparency, even with gradient filling.\r\n\r\ntCh" +
                          "art1.Walls.Left.Transparency = 70;    // % of transparency";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.hScrollBar1);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent = 50;
     this.tChart1.Aspect.Elevation      = 338;
     this.tChart1.Aspect.Orthogonal     = false;
     this.tChart1.Aspect.Perspective    = 100;
     this.tChart1.Aspect.Rotation       = 331;
     this.tChart1.Aspect.Zoom           = 79;
     //
     // tChart1.Header
     //
     //
     // tChart1.Header.Brush
     //
     this.tChart1.Header.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(229)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // tChart1.Header.Brush.Gradient
     //
     this.tChart1.Header.Brush.Gradient.Transparency = 10;
     //
     // tChart1.Header.Font
     //
     //
     // tChart1.Header.Font.Brush
     //
     this.tChart1.Header.Font.Brush.Color = System.Drawing.Color.White;
     this.tChart1.Header.Font.Size        = 12;
     this.tChart1.Header.Lines            = new string[] {
         "Walls Transparency"
     };
     this.tChart1.Header.ShapeStyle  = Steema.TeeChart.Drawing.TextShapeStyle.RoundRectangle;
     this.tChart1.Header.Transparent = false;
     //
     // tChart1.Legend
     //
     //
     // tChart1.Legend.Brush
     //
     this.tChart1.Legend.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Legend.Brush.Gradient
     //
     this.tChart1.Legend.Brush.Gradient.EndColor   = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(128)), ((System.Byte)(0)));
     this.tChart1.Legend.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tChart1.Legend.Brush.Gradient.Visible    = true;
     this.tChart1.Name = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Brush
     //
     //
     // tChart1.Panel.Brush.Gradient
     //
     this.tChart1.Panel.Brush.Gradient.EndColor   = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(128)), ((System.Byte)(0)));
     this.tChart1.Panel.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tChart1.Panel.Brush.Gradient.Visible    = true;
     this.tChart1.Series.Add(this.surface1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     //
     // tChart1.Walls.Back.Brush
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Back.Brush.Gradient
     //
     this.tChart1.Walls.Back.Brush.Gradient.Transparency = 50;
     this.tChart1.Walls.Back.Transparent = false;
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Brush.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Brush
     //
     this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Left.Brush.Gradient
     //
     this.tChart1.Walls.Left.Brush.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Right
     //
     //
     // tChart1.Walls.Right.Brush
     //
     this.tChart1.Walls.Right.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Right.Brush.Gradient
     //
     this.tChart1.Walls.Right.Brush.Gradient.Transparency = 50;
     this.tChart1.Walls.Right.Visible = true;
     //
     // hScrollBar1
     //
     this.hScrollBar1.Location = new System.Drawing.Point(97, 14);
     this.hScrollBar1.Name     = "hScrollBar1";
     this.hScrollBar1.Size     = new System.Drawing.Size(175, 17);
     this.hScrollBar1.TabIndex = 0;
     this.hScrollBar1.Value    = 50;
     this.hScrollBar1.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 15);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(78, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Transparency:";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(341, 11);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(71, 23);
     this.button1.TabIndex = 2;
     this.button1.Text     = "Edit...";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // surface1
     //
     //
     // surface1.Brush
     //
     this.surface1.Brush.Color   = System.Drawing.Color.Red;
     this.surface1.PaletteMin    = 0;
     this.surface1.PaletteStep   = 0;
     this.surface1.PaletteStyle  = Steema.TeeChart.Styles.PaletteStyles.Strong;
     this.surface1.Title         = "surface1";
     this.surface1.UseColorRange = false;
     this.surface1.UsePalette    = true;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(283, 12);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(40, 23);
     this.label2.TabIndex = 3;
     //
     // Walls_Transparency
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "Walls_Transparency";
     this.panel1.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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Legend_SymbolShadow));
            this.button1  = new System.Windows.Forms.Button();
            this.surface1 = new Steema.TeeChart.Styles.Surface();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = "Legend Symbol Shadows.";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.button1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
            this.tChart1.Aspect.ZOffset       = 0;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Bottom.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Depth.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.DepthTop.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Left.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Right.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            this.tChart1.Axes.Top.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Header.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Header.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.tChart1.Header.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(0)))));
            this.tChart1.Header.Brush.Gradient.UseMiddle   = true;
            //
            //
            //
            //
            //
            //
            this.tChart1.Header.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Legend.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Legend.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.tChart1.Legend.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(0)))));
            this.tChart1.Legend.Brush.Gradient.UseMiddle   = true;
            this.tChart1.Legend.MaxNumRows = 8;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Legend.Symbol.Shadow.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.tChart1.Legend.Symbol.Shadow.Height      = 3;
            this.tChart1.Legend.Symbol.Shadow.Visible     = true;
            this.tChart1.Legend.Symbol.Shadow.Width       = 3;
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(233)))), ((int)(((byte)(216)))));
            //
            //
            //
            this.tChart1.Panel.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(21)))), ((int)(((byte)(60)))), ((int)(((byte)(89)))));
            this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Panel.Brush.Gradient.Sigma       = true;
            this.tChart1.Panel.Brush.Gradient.SigmaFocus  = 1F;
            this.tChart1.Panel.Brush.Gradient.SigmaScale  = 0.8F;
            this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Series.Add(this.surface1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Back.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.tChart1.Walls.Back.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(0)))));
            this.tChart1.Walls.Back.Brush.Gradient.UseMiddle   = true;
            this.tChart1.Walls.Back.Brush.Visible = false;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Bottom.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Walls.Bottom.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.tChart1.Walls.Bottom.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(0)))));
            this.tChart1.Walls.Bottom.Brush.Gradient.UseMiddle   = true;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Left.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Walls.Left.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.tChart1.Walls.Left.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(0)))));
            this.tChart1.Walls.Left.Brush.Gradient.UseMiddle   = true;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Right.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Walls.Right.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.tChart1.Walls.Right.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(0)))));
            this.tChart1.Walls.Right.Brush.Gradient.UseMiddle   = true;
            //
            // button1
            //
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location  = new System.Drawing.Point(12, 6);
            this.button1.Name      = "button1";
            this.button1.Size      = new System.Drawing.Size(188, 23);
            this.button1.TabIndex  = 0;
            this.button1.Text      = "Legend Symbol Shadow Editor...";
#if VS2005
            this.button1.UseVisualStyleBackColor = true;
#endif
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // surface1
            //
            //
            //
            //
            this.surface1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.surface1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.surface1.ColorEach   = false;
            //
            //
            //
            //
            //
            //
            this.surface1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.surface1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.surface1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.surface1.Marks.Callout.Distance    = 0;
            this.surface1.Marks.Callout.Draw3D      = false;
            this.surface1.Marks.Callout.Length      = 10;
            this.surface1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.surface1.Marks.Callout.Visible     = false;
            this.surface1.PaletteMin    = 0;
            this.surface1.PaletteStep   = 0;
            this.surface1.Title         = "surface1";
            this.surface1.UseColorRange = false;
            this.surface1.UsePalette    = true;
            //
            //
            //
            this.surface1.XValues.DataMember = "X";
            //
            //
            //
            this.surface1.YValues.DataMember = "Y";
            //
            //
            //
            this.surface1.ZValues.DataMember = "Z";
            //
            // Legend_SymbolShadow
            //
#if VS2005
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
#endif
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "Legend_SymbolShadow";
            this.Text       = "Legend_SymbolShadow";
            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.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.vScrollBar1    = new System.Windows.Forms.VScrollBar();
     this.contourSeries1 = new Steema.TeeChart.Styles.Contour();
     this.surfaceSeries1 = new Steema.TeeChart.Styles.Surface();
     this.rotate1        = new Steema.TeeChart.Tools.Rotate();
     this.gridBand1      = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(509, 62);
     this.textBox1.Text = "The Contour Series displays lines corresponding to \"Level\" values on 3D XYZ data." +
                          "\r\nThe number of levels, the Level intervals, the Levels positions, colors and Le" +
                          "gend can be fully customized.  It can also be viewed in 2D, or rotated in 3D mod" +
                          "e.";
     //
     // panel1
     //
     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, 62);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(509, 34);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 75;
     this.tChart1.Aspect.Elevation         = 334;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 57;
     this.tChart1.Aspect.Rotation          = 299;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.Zoom = 66;
     //
     // tChart1.Axes
     //
     //
     // tChart1.Axes.Depth
     //
     this.tChart1.Axes.Depth.Visible = true;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Header.Visible = false;
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.Alignment       = Steema.TeeChart.LegendAlignments.Left;
     this.tChart1.Legend.FontSeriesColor = true;
     this.tChart1.Legend.LegendStyle     = Steema.TeeChart.LegendStyles.Values;
     this.tChart1.Legend.ResizeChart     = false;
     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)));
     this.tChart1.Series.Add(this.contourSeries1);
     this.tChart1.Series.Add(this.surfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(509, 224);
     this.tChart1.Tools.Add(this.rotate1);
     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)(178)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Back.Gradient
     //
     this.tChart1.Walls.Back.Brush.Gradient.Transparency = 30;
     //
     // tChart1.Walls.Back.Gradient
     //
     this.tChart1.Walls.Back.Gradient.Transparency = 30;
     //
     // tChart1.Walls.Back.Pen
     //
     this.tChart1.Walls.Back.Pen.Visible = false;
     this.tChart1.Walls.Back.Size        = 7;
     this.tChart1.Walls.Back.Transparent = false;
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(178)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 30;
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Gradient.Transparency = 30;
     //
     // tChart1.Walls.Bottom.Pen
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     this.tChart1.Walls.Bottom.Size        = 8;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Brush
     //
     this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(178)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Brush.Gradient.Transparency = 30;
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Gradient.Transparency = 30;
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 7;
     //
     // checkBox1
     //
     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(43, 21);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&2D";
     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(67, 7);
     this.checkBox2.Name            = "checkBox2";
     this.checkBox2.Size            = new System.Drawing.Size(101, 21);
     this.checkBox2.TabIndex        = 1;
     this.checkBox2.Text            = "Show &Walls";
     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(153, 7);
     this.checkBox3.Name            = "checkBox3";
     this.checkBox3.Size            = new System.Drawing.Size(114, 21);
     this.checkBox3.TabIndex        = 2;
     this.checkBox3.Text            = "Color &Each Level";
     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(273, 7);
     this.checkBox4.Name            = "checkBox4";
     this.checkBox4.Size            = new System.Drawing.Size(95, 21);
     this.checkBox4.TabIndex        = 3;
     this.checkBox4.Text            = "Levels at &Y";
     this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
     //
     // checkBox5
     //
     this.checkBox5.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox5.Location        = new System.Drawing.Point(360, 7);
     this.checkBox5.Name            = "checkBox5";
     this.checkBox5.Size            = new System.Drawing.Size(60, 21);
     this.checkBox5.TabIndex        = 4;
     this.checkBox5.Text            = "&Surface";
     this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
     //
     // vScrollBar1
     //
     this.vScrollBar1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.vScrollBar1.Location = new System.Drawing.Point(509, 0);
     this.vScrollBar1.Maximum  = 1000;
     this.vScrollBar1.Name     = "vScrollBar1";
     this.vScrollBar1.Size     = new System.Drawing.Size(17, 320);
     this.vScrollBar1.TabIndex = 4;
     this.vScrollBar1.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
     //
     // contourSeries1
     //
     //
     // contourSeries1.Brush
     //
     this.contourSeries1.ColorEach     = true;
     this.contourSeries1.Brush.Visible = false;
     //
     // contourSeries1.Marks
     //
     //
     // contourSeries1.Marks.Symbol
     //
     //
     // contourSeries1.Marks.Symbol.Shadow
     //
     this.contourSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.contourSeries1.Marks.Symbol.Shadow.Visible = true;
     this.contourSeries1.Marks.Symbol.Shadow.Width   = 1;
     this.contourSeries1.PaletteMin  = 0;
     this.contourSeries1.PaletteStep = 0;
     this.contourSeries1.Title       = "contour1";
     //
     // contourSeries1.XValues
     //
     this.contourSeries1.XValues.DataMember = "X";
     this.contourSeries1.YPosition          = 0.18959828428699516;
     //
     // contourSeries1.YValues
     //
     this.contourSeries1.YValues.DataMember = "Y";
     //
     // contourSeries1.ZValues
     //
     this.contourSeries1.ZValues.DataMember = "Z";
     //
     // surfaceSeries1
     //
     //
     // surfaceSeries1.Brush
     //
     this.surfaceSeries1.Brush.Color = System.Drawing.Color.Green;
     //
     // surfaceSeries1.Marks
     //
     //
     // surfaceSeries1.Marks.Symbol
     //
     //
     // surfaceSeries1.Marks.Symbol.Shadow
     //
     this.surfaceSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.surfaceSeries1.Marks.Symbol.Shadow.Visible = true;
     this.surfaceSeries1.Marks.Symbol.Shadow.Width   = 1;
     this.surfaceSeries1.PaletteMin   = 0;
     this.surfaceSeries1.PaletteStep  = 0;
     this.surfaceSeries1.ShowInLegend = false;
     this.surfaceSeries1.Title        = "surface2";
     this.surfaceSeries1.Visible      = false;
     //
     // surfaceSeries1.XValues
     //
     this.surfaceSeries1.XValues.DataMember = "X";
     //
     // surfaceSeries1.YValues
     //
     this.surfaceSeries1.YValues.DataMember = "Y";
     //
     // surfaceSeries1.ZValues
     //
     this.surfaceSeries1.ZValues.DataMember = "Z";
     //
     // gridBand1
     //
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.Black;
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.Black;
     //
     // SeriesType_Contour
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(526, 320);
     this.chartContainer.Controls.Add(this.vScrollBar1);
     this.Name = "SeriesType_Contour";
     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(Tool_LegendPalette));
            this.surface1       = new Steema.TeeChart.Styles.Surface();
            this.legendPalette1 = new Steema.TeeChart.Tools.LegendPalette();
            this.checkBox1      = new System.Windows.Forms.CheckBox();
            this.checkBox2      = new System.Windows.Forms.CheckBox();
            this.comboBox1      = new System.Windows.Forms.ComboBox();
            this.label1         = new System.Windows.Forms.Label();
            this.checkBox3      = new System.Windows.Forms.CheckBox();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = resources.GetString("textBox1.Text");
            //
            // panel1
            //
            this.panel1.Controls.Add(this.checkBox3);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.comboBox1);
            this.panel1.Controls.Add(this.checkBox2);
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Size = new System.Drawing.Size(440, 49);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.Chart3DPercent    = 80;
            this.tChart1.Aspect.Elevation         = 351;
            this.tChart1.Aspect.ElevationFloat    = 351;
            this.tChart1.Aspect.Orthogonal        = false;
            this.tChart1.Aspect.Rotation          = 318;
            this.tChart1.Aspect.RotationFloat     = 318;
            this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
            this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;
            this.tChart1.Aspect.ZOffset           = 0;
            this.tChart1.Aspect.Zoom      = 79;
            this.tChart1.Aspect.ZoomFloat = 79;
            //
            //
            //
            this.tChart1.Header.Visible = false;
            //
            //
            //
            this.tChart1.Legend.MaxNumRows = 8;
            this.tChart1.Legend.Visible    = false;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(21)))), ((int)(((byte)(60)))), ((int)(((byte)(89)))));
            this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Panel.Brush.Gradient.Sigma       = true;
            this.tChart1.Panel.Brush.Gradient.SigmaFocus  = 1F;
            this.tChart1.Panel.Brush.Gradient.SigmaScale  = 0.8F;
            this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Panel.MarginRight = 25;
            this.tChart1.Series.Add(this.surface1);
            this.tChart1.Size = new System.Drawing.Size(440, 195);
            this.tChart1.Tools.Add(this.legendPalette1);
            this.tChart1.Resize += new System.EventHandler(this.tChart1_Resize);
            //
            // chartContainer
            //
            this.chartContainer.Location = new System.Drawing.Point(0, 122);
            this.chartContainer.Size     = new System.Drawing.Size(440, 195);
            //
            // surface1
            //
            //
            //
            //
            this.surface1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.surface1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.surface1.ColorEach   = false;
            this.surface1.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
            //
            //
            //
            //
            //
            //
            this.surface1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.surface1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.surface1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.surface1.Marks.Callout.Distance    = 0;
            this.surface1.Marks.Callout.Draw3D      = false;
            this.surface1.Marks.Callout.Length      = 10;
            this.surface1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.surface1.Marks.Callout.Visible     = false;
            this.surface1.PaletteMin   = 0;
            this.surface1.PaletteStep  = 0;
            this.surface1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Pale;
            this.surface1.StartColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.surface1.Title        = "surface1";
            //
            //
            //
            this.surface1.XValues.DataMember = "X";
            //
            //
            //
            this.surface1.YValues.DataMember = "Y";
            //
            //
            //
            this.surface1.ZValues.DataMember = "Z";
            //
            // legendPalette1
            //
            this.legendPalette1.Axis = Steema.TeeChart.Tools.LegendPaletteAxis.laDefault;
            //
            //
            //
            this.legendPalette1.Pen.Visible = false;
            this.legendPalette1.Series      = this.surface1;
            //
            // 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(12, 16);
            this.checkBox1.Name       = "checkBox1";
            this.checkBox1.Size       = new System.Drawing.Size(58, 17);
            this.checkBox1.TabIndex   = 0;
            this.checkBox1.Text       = "Vertical";
#if VS2005
            this.checkBox1.AutoSize = true;
            this.checkBox1.UseVisualStyleBackColor = true;
#endif
            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(76, 16);
            this.checkBox2.Name       = "checkBox2";
            this.checkBox2.Size       = new System.Drawing.Size(80, 17);
            this.checkBox2.TabIndex   = 1;
            this.checkBox2.Text       = "Transparent";
#if VS2005
            this.checkBox2.AutoSize = true;
            this.checkBox2.UseVisualStyleBackColor = true;
#endif
            this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
            //
            // comboBox1
            //
            this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
#if VS2005
            this.comboBox1.FormattingEnabled = true;
#endif
            this.comboBox1.Items.AddRange(new object[] {
                "Default",
                "Other",
                "Both"
            });
            this.comboBox1.Location              = new System.Drawing.Point(212, 15);
            this.comboBox1.Name                  = "comboBox1";
            this.comboBox1.Size                  = new System.Drawing.Size(89, 21);
            this.comboBox1.TabIndex              = 2;
            this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(180, 18);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(26, 13);
            this.label1.TabIndex = 3;
            this.label1.Text     = "Axis";
            //
            // checkBox3
            //
            this.checkBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox3.Location  = new System.Drawing.Point(337, 17);
            this.checkBox3.Name      = "checkBox3";
            this.checkBox3.Size      = new System.Drawing.Size(42, 17);
            this.checkBox3.TabIndex  = 4;
            this.checkBox3.Text      = "Pen";
#if VS2005
            this.checkBox3.AutoSize = true;
            this.checkBox3.UseVisualStyleBackColor = true;
#endif
            this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
            //
            // Tool_LegendPalette
            //
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "Tool_LegendPalette";
            this.Load      += new System.EventHandler(this.Tool_LegendPalette_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            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.components     = new System.ComponentModel.Container();
     this.surfaceSeries1 = new Steema.TeeChart.Styles.Surface();
     this.label1         = new System.Windows.Forms.Label();
     this.trackBar1      = new System.Windows.Forms.TrackBar();
     this.label2         = new System.Windows.Forms.Label();
     this.label3         = new System.Windows.Forms.Label();
     this.trackBar2      = new System.Windows.Forms.TrackBar();
     this.label4         = new System.Windows.Forms.Label();
     this.trackBar3      = new System.Windows.Forms.TrackBar();
     this.timer1         = new System.Windows.Forms.Timer(this.components);
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     this.checkBox2      = new System.Windows.Forms.CheckBox();
     this.checkBox3      = new System.Windows.Forms.CheckBox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).BeginInit();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(480, 72);
     this.textBox1.TabIndex = 0;
     this.textBox1.Text     = "Graphics3D RotationCenter property defines the offset in pixels from the Chart ce" +
                              "nter to rotate around it.  \r\n\r\ntChart1.Graphics3D.RotationCenter.X =100;";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox3);
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.trackBar3);
     this.panel1.Controls.Add(this.label4);
     this.panel1.Controls.Add(this.trackBar2);
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.trackBar1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(0, 72);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(480, 73);
     this.panel1.TabIndex = 1;
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 100;
     this.tChart1.Aspect.Elevation         = 333;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 100;
     this.tChart1.Aspect.Rotation          = 333;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.Zoom = 72;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Header.Visible = false;
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.Visible = false;
     this.tChart1.Location       = new System.Drawing.Point(0, 145);
     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.surfaceSeries1);
     this.tChart1.Size     = new System.Drawing.Size(480, 148);
     this.tChart1.TabIndex = 2;
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Brush
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Bottom.Gradient
     //
     this.tChart1.Walls.Bottom.Gradient.Transparency = 50;
     //
     // 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)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Brush.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Left.Gradient
     //
     this.tChart1.Walls.Left.Gradient.Transparency = 50;
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     this.tChart1.AfterDraw += new Steema.TeeChart.PaintChartEventHandler(this.tChart1_AfterDraw);
     //
     // surfaceSeries1
     //
     //
     // surfaceSeries1.Brush
     //
     this.surfaceSeries1.Brush.Color   = System.Drawing.Color.Red;
     this.surfaceSeries1.Brush.Visible = false;
     //
     // surfaceSeries1.Marks
     //
     //
     // surfaceSeries1.Marks.Symbol
     //
     //
     // surfaceSeries1.Marks.Symbol.Shadow
     //
     this.surfaceSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.surfaceSeries1.Marks.Symbol.Shadow.Visible = true;
     this.surfaceSeries1.Marks.Symbol.Shadow.Width   = 1;
     this.surfaceSeries1.NumXValues    = 25;
     this.surfaceSeries1.NumZValues    = 25;
     this.surfaceSeries1.PaletteMin    = 0;
     this.surfaceSeries1.PaletteStep   = 0;
     this.surfaceSeries1.Title         = "surfaceSeries1";
     this.surfaceSeries1.UseColorRange = false;
     this.surfaceSeries1.UsePalette    = true;
     this.surfaceSeries1.WireFrame     = true;
     //
     // surfaceSeries1.XValues
     //
     this.surfaceSeries1.XValues.DataMember = "X";
     //
     // surfaceSeries1.YValues
     //
     this.surfaceSeries1.YValues.DataMember = "Y";
     //
     // surfaceSeries1.ZValues
     //
     this.surfaceSeries1.ZValues.DataMember = "Z";
     //
     // label1
     //
     this.label1.AutoSize    = true;
     this.label1.Location    = new System.Drawing.Point(7, 14);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(84, 16);
     this.label1.TabIndex    = 0;
     this.label1.Text        = "Rotation center:";
     this.label1.UseMnemonic = false;
     //
     // trackBar1
     //
     this.trackBar1.AutoSize      = false;
     this.trackBar1.Location      = new System.Drawing.Point(144, 8);
     this.trackBar1.Maximum       = 100;
     this.trackBar1.Minimum       = -100;
     this.trackBar1.Name          = "trackBar1";
     this.trackBar1.Size          = new System.Drawing.Size(61, 35);
     this.trackBar1.TabIndex      = 2;
     this.trackBar1.TickFrequency = 20;
     this.trackBar1.Scroll       += new System.EventHandler(this.trackBar1_Scroll);
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Location  = new System.Drawing.Point(136, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(12, 16);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "&X";
     this.label2.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.Location  = new System.Drawing.Point(212, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(12, 16);
     this.label3.TabIndex  = 3;
     this.label3.Text      = "&Y";
     this.label3.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // trackBar2
     //
     this.trackBar2.AutoSize      = false;
     this.trackBar2.Location      = new System.Drawing.Point(224, 8);
     this.trackBar2.Maximum       = 100;
     this.trackBar2.Minimum       = -100;
     this.trackBar2.Name          = "trackBar2";
     this.trackBar2.Size          = new System.Drawing.Size(60, 35);
     this.trackBar2.TabIndex      = 4;
     this.trackBar2.TickFrequency = 20;
     this.trackBar2.Scroll       += new System.EventHandler(this.trackBar2_Scroll);
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(288, 16);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(11, 16);
     this.label4.TabIndex  = 5;
     this.label4.Text      = "&Z";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // trackBar3
     //
     this.trackBar3.AutoSize      = false;
     this.trackBar3.Location      = new System.Drawing.Point(304, 8);
     this.trackBar3.Maximum       = 100;
     this.trackBar3.Minimum       = -100;
     this.trackBar3.Name          = "trackBar3";
     this.trackBar3.Size          = new System.Drawing.Size(60, 35);
     this.trackBar3.TabIndex      = 6;
     this.trackBar3.TickFrequency = 20;
     this.trackBar3.Scroll       += new System.EventHandler(this.trackBar3_Scroll);
     //
     // timer1
     //
     this.timer1.Interval = 20;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // checkBox1
     //
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location        = new System.Drawing.Point(10, 50);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(86, 17);
     this.checkBox1.TabIndex        = 7;
     this.checkBox1.Text            = "&Animate";
     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(136, 50);
     this.checkBox2.Name            = "checkBox2";
     this.checkBox2.Size            = new System.Drawing.Size(64, 17);
     this.checkBox2.TabIndex        = 8;
     this.checkBox2.Text            = "&3D axes";
     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(224, 50);
     this.checkBox3.Name            = "checkBox3";
     this.checkBox3.Size            = new System.Drawing.Size(80, 17);
     this.checkBox3.TabIndex        = 9;
     this.checkBox3.Text            = "&Surface";
     this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
     //
     // Canvas_RotCenter
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(480, 293);
     this.Name = "Canvas_RotCenter";
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.trackBar3)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolSurfaceNearest));
     this.button1             = new System.Windows.Forms.Button();
     this.surface1            = new Steema.TeeChart.Styles.Surface();
     this.surfaceNearestTool1 = new Steema.TeeChart.Tools.SurfaceNearestTool();
     this.label1 = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.chartContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Text = "The SurfaceNearest tool can be used to highlight a surface cell when moving the m" +
                          "ouse over a surface series.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.button1);
     //
     // tChart1
     //
     //
     //
     //
     this.tChart1.Aspect.Chart3DPercent = 40;
     this.tChart1.Aspect.Elevation      = 324;
     this.tChart1.Aspect.ElevationFloat = 324;
     this.tChart1.Aspect.Orthogonal     = false;
     this.tChart1.Aspect.Rotation       = 353;
     this.tChart1.Aspect.RotationFloat  = 353;
     this.tChart1.Aspect.ThemeIndex     = 1;
     this.tChart1.Aspect.ZOffset        = 0;
     this.tChart1.Aspect.Zoom           = 87;
     this.tChart1.Aspect.ZoomFloat      = 87;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Bottom.Grid.Centered = true;
     this.tChart1.Axes.Bottom.Grid.Color    = System.Drawing.Color.Black;
     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.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.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Bottom.Ticks.Color  = System.Drawing.Color.Black;
     this.tChart1.Axes.Bottom.Ticks.Length = 2;
     //
     //
     //
     this.tChart1.Axes.Bottom.TicksInner.Color = System.Drawing.Color.Black;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Depth.Grid.Color = System.Drawing.Color.Black;
     this.tChart1.Axes.Depth.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     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.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Depth.Ticks.Color  = System.Drawing.Color.Black;
     this.tChart1.Axes.Depth.Ticks.Length = 2;
     //
     //
     //
     this.tChart1.Axes.Depth.TicksInner.Color = System.Drawing.Color.Black;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Left.Grid.Color = System.Drawing.Color.Black;
     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.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.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Left.Ticks.Color  = System.Drawing.Color.Black;
     this.tChart1.Axes.Left.Ticks.Length = 2;
     //
     //
     //
     this.tChart1.Axes.Left.TicksInner.Color = System.Drawing.Color.Black;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Right.Grid.Color = System.Drawing.Color.Black;
     this.tChart1.Axes.Right.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     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.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Right.Ticks.Color  = System.Drawing.Color.Black;
     this.tChart1.Axes.Right.Ticks.Length = 2;
     //
     //
     //
     this.tChart1.Axes.Right.TicksInner.Color = System.Drawing.Color.Black;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Top.Grid.Color   = System.Drawing.Color.Black;
     this.tChart1.Axes.Top.Grid.Style   = System.Drawing.Drawing2D.DashStyle.Solid;
     this.tChart1.Axes.Top.Grid.Visible = false;
     //
     //
     //
     //
     //
     //
     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.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Top.Ticks.Color  = System.Drawing.Color.Black;
     this.tChart1.Axes.Top.Ticks.Length = 2;
     //
     //
     //
     this.tChart1.Axes.Top.TicksInner.Color = System.Drawing.Color.Black;
     //
     //
     //
     //
     //
     //
     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.Brush.Color = System.Drawing.Color.Black;
     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.Legend.Brush.Gradient.Direction   = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.tChart1.Legend.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(206)))), ((int)(((byte)(219)))), ((int)(((byte)(255)))));
     this.tChart1.Legend.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(230)))), ((int)(((byte)(233)))));
     this.tChart1.Legend.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(243)))), ((int)(((byte)(234)))));
     this.tChart1.Legend.Brush.Gradient.UseMiddle   = true;
     //
     //
     //
     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.Size        = 10;
     this.tChart1.Legend.Font.SizeFloat   = 10F;
     //
     //
     //
     //
     //
     //
     this.tChart1.Legend.Shadow.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))), ((int)(((byte)(169)))));
     //
     //
     //
     this.tChart1.Legend.Symbol.Squared = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Panel.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None;
     //
     //
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.White;
     //
     //
     //
     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.surface1);
     this.tChart1.Size = new System.Drawing.Size(440, 205);
     this.tChart1.Tools.Add(this.surfaceNearestTool1);
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Back.ApplyDark = false;
     //
     //
     //
     //
     //
     //
     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.Back.Pen.Color = System.Drawing.Color.DarkGray;
     this.tChart1.Walls.Back.Visible   = false;
     //
     //
     //
     this.tChart1.Walls.Bottom.ApplyDark = false;
     //
     //
     //
     this.tChart1.Walls.Bottom.Brush.Color = System.Drawing.Color.DarkGray;
     //
     //
     //
     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.Bottom.Pen.Color = System.Drawing.Color.DarkGray;
     //
     //
     //
     this.tChart1.Walls.Left.ApplyDark = false;
     //
     //
     //
     this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.Silver;
     //
     //
     //
     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.Left.Pen.Color = System.Drawing.Color.DarkGray;
     this.tChart1.Walls.Left.Visible   = false;
     //
     //
     //
     this.tChart1.Walls.Right.ApplyDark = false;
     //
     //
     //
     this.tChart1.Walls.Right.Brush.Color = System.Drawing.Color.Silver;
     //
     //
     //
     this.tChart1.Walls.Right.Pen.Color = System.Drawing.Color.DarkGray;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(16, 8);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(75, 23);
     this.button1.TabIndex  = 0;
     this.button1.Text      = "Edit Tool...";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // surface1
     //
     //
     //
     //
     this.surface1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.surface1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.surface1.ColorEach   = false;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.surface1.Marks.Brush.Gradient.StartColor = System.Drawing.Color.Silver;
     //
     //
     //
     this.surface1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.surface1.Marks.Callout.ArrowHeadSize = 8;
     //
     //
     //
     this.surface1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.surface1.Marks.Callout.Distance    = 0;
     this.surface1.Marks.Callout.Draw3D      = false;
     this.surface1.Marks.Callout.Length      = 10;
     this.surface1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.surface1.Marks.Callout.Visible     = false;
     //
     //
     //
     this.surface1.Marks.Font.Size      = 10;
     this.surface1.Marks.Font.SizeFloat = 10F;
     this.surface1.Marks.Transparent    = true;
     this.surface1.PaletteMin           = 0;
     this.surface1.PaletteStep          = 0;
     this.surface1.PaletteStyle         = Steema.TeeChart.Styles.PaletteStyles.Pale;
     this.surface1.Title         = "surface1";
     this.surface1.UseColorRange = false;
     this.surface1.UsePalette    = true;
     //
     //
     //
     this.surface1.XValues.DataMember = "X";
     //
     //
     //
     this.surface1.YValues.DataMember = "Y";
     //
     //
     //
     this.surface1.ZValues.DataMember = "Z";
     //
     // surfaceNearestTool1
     //
     this.surfaceNearestTool1.CellColor   = System.Drawing.Color.Red;
     this.surfaceNearestTool1.ColumnColor = System.Drawing.Color.Green;
     this.surfaceNearestTool1.RowColor    = System.Drawing.Color.Blue;
     this.surfaceNearestTool1.Series      = this.surface1;
     this.surfaceNearestTool1.Select     += new Steema.TeeChart.Tools.SelectEventHandler(this.surfaceNearestTool1_Select);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(109, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(147, 16);
     this.label1.TabIndex = 1;
     //
     // ToolSurfaceNearest
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "ToolSurfaceNearest";
     this.panel1.ResumeLayout(false);
     this.chartContainer.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #18
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.button1   = new System.Windows.Forms.Button();
     this.label1    = new System.Windows.Forms.Label();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.surface1  = new Steema.TeeChart.Styles.Surface();
     this.rotate1   = new Steema.TeeChart.Tools.Rotate();
     this.gridBand1 = new Steema.TeeChart.Tools.GridBand();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "Surfaces (and any other \"grid 3D\" series like Tower, Contour, etc)\r\nthat have a s" +
                          "mall number of cells can be smoothed using a simple linear algorithm\r\nthat inser" +
                          "ts new cells in between existing cells by interpolating values.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 40;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 100;
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.Zoom = 79;
     this.tChart1.Cursor      = System.Windows.Forms.Cursors.Default;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "TeeChart"
     };
     //
     // tChart1.Legend
     //
     this.tChart1.Legend.MaxNumRows = 8;
     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.surface1);
     this.tChart1.Tools.Add(this.rotate1);
     this.tChart1.Tools.Add(this.gridBand1);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     this.tChart1.Walls.Back.Size = 5;
     //
     // 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;
     //
     // tChart1.Walls.Right
     //
     this.tChart1.Walls.Right.Size        = 5;
     this.tChart1.Walls.Right.Transparent = true;
     this.tChart1.Walls.Right.Visible     = true;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(16, 8);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(128, 23);
     this.button1.TabIndex  = 0;
     this.button1.Text      = "Smooth Surface x 2";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(160, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(168, 23);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Grid Size = 5 x 5";
     //
     // checkBox1
     //
     this.checkBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location  = new System.Drawing.Point(332, 8);
     this.checkBox1.Name      = "checkBox1";
     this.checkBox1.TabIndex  = 2;
     this.checkBox1.Text      = "More Speed";
     this.checkBox1.Click    += new System.EventHandler(this.checkBox1_Click);
     //
     // surface1
     //
     //
     // surface1.Brush
     //
     this.surface1.Brush.Color = System.Drawing.Color.Red;
     //
     // surface1.Marks
     //
     //
     // surface1.Marks.Symbol
     //
     //
     // surface1.Marks.Symbol.Shadow
     //
     this.surface1.Marks.Symbol.Shadow.Height  = 1;
     this.surface1.Marks.Symbol.Shadow.Visible = true;
     this.surface1.Marks.Symbol.Shadow.Width   = 1;
     this.surface1.PaletteMin  = 0;
     this.surface1.PaletteStep = 0;
     this.surface1.Title       = "surface1";
     //
     // surface1.XValues
     //
     this.surface1.XValues.DataMember = "X";
     //
     // surface1.YValues
     //
     this.surface1.YValues.DataMember = "Y";
     //
     // surface1.ZValues
     //
     this.surface1.ZValues.DataMember = "Z";
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // SurfaceSmoothing
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "SurfaceSmoothing";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }