/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.triSurfaceSeries1 = new Steema.TeeChart.Styles.TriSurface();
     this.rotate1           = new Steema.TeeChart.Tools.Rotate();
     this.button1           = new System.Windows.Forms.Button();
     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 = "A TriSurface series draws triangles using all XYZ points.\r\n\r\nIncludes a pen to dr" +
                          "aw a line around the point boundaries. Inherits all properties and methods from " +
                          "Grid3D series (palette, AddXYZ, etc).";
     //
     // panel1
     //
     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, 41);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 70;
     this.tChart1.Aspect.Elevation         = 334;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 36;
     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.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.triSurfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(466, 182);
     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        = 5;
     //
     // 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        = 5;
     //
     // triSurfaceSeries1
     //
     //
     // triSurfaceSeries1.Brush
     //
     this.triSurfaceSeries1.Brush.Color   = System.Drawing.Color.Red;
     this.triSurfaceSeries1.EndColor      = System.Drawing.Color.LightSkyBlue;
     this.triSurfaceSeries1.HideTriangles = false;
     //
     // triSurfaceSeries1.Marks
     //
     //
     // triSurfaceSeries1.Marks.Symbol
     //
     //
     // triSurfaceSeries1.Marks.Symbol.Shadow
     //
     this.triSurfaceSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.triSurfaceSeries1.Marks.Symbol.Shadow.Visible = true;
     this.triSurfaceSeries1.Marks.Symbol.Shadow.Width   = 1;
     this.triSurfaceSeries1.PaletteMin  = 0;
     this.triSurfaceSeries1.PaletteStep = 0;
     this.triSurfaceSeries1.StartColor  = System.Drawing.Color.Green;
     this.triSurfaceSeries1.Title       = "triSurfaceSeries1";
     //
     // triSurfaceSeries1.XValues
     //
     this.triSurfaceSeries1.XValues.DataMember = "X";
     //
     // triSurfaceSeries1.YValues
     //
     this.triSurfaceSeries1.YValues.DataMember = "Y";
     //
     // triSurfaceSeries1.ZValues
     //
     this.triSurfaceSeries1.ZValues.DataMember = "Z";
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(16, 8);
     this.button1.Name      = "button1";
     this.button1.TabIndex  = 0;
     this.button1.Text      = "&Edit...";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // gridBand1
     //
     this.gridBand1.Axis = this.tChart1.Axes.Left;
     //
     // gridBand1.Band1
     //
     this.gridBand1.Band1.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // gridBand1.Band2
     //
     this.gridBand1.Band2.Color = System.Drawing.Color.FromArgb(((System.Byte)(127)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // SeriesType_TriSurface
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name = "SeriesType_TriSurface";
     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.triSurfaceSeries1 = new Steema.TeeChart.Styles.TriSurface();
            this.checkBox1         = new System.Windows.Forms.CheckBox();
            this.checkBox2         = new System.Windows.Forms.CheckBox();
            this.rotate1           = new Steema.TeeChart.Tools.Rotate();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(472, 96);
            this.textBox1.Text = @"Tri-Surface boolean properties:

triSurfaceSeries.HideTriangles ( default true )
Constructed triangles behind other triangles are hidden before displaying them.

triSurfaceSeries.CacheTriangles ( default false )
When true, Triangles are preserved on consecutive displays (ie: rotating or zooming) (this gives much better speed when repainting the series without modifying values)";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.checkBox2);
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Location = new System.Drawing.Point(0, 96);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(472, 32);
            //
            // tChart1
            //
            //
            // tChart1.Aspect
            //
            this.tChart1.Aspect.Chart3DPercent    = 75;
            this.tChart1.Aspect.Elevation         = 340;
            this.tChart1.Aspect.Orthogonal        = false;
            this.tChart1.Aspect.Perspective       = 72;
            this.tChart1.Aspect.Rotation          = 319;
            this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
            this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
            this.tChart1.Aspect.Zoom = 75;
            //
            // 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, 128);
            this.tChart1.Name           = "tChart1";
            //
            // tChart1.Panel
            //
            //
            // tChart1.Panel.Brush
            //
            this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
            //
            // tChart1.Panel.Gradient
            //
            this.tChart1.Panel.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(128)));
            this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
            this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
            this.tChart1.Panel.Brush.Gradient.UseMiddle   = true;
            this.tChart1.Panel.Brush.Gradient.Visible     = true;
            //
            // tChart1.Panel.Gradient
            //
            this.tChart1.Panel.Gradient.EndColor    = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(128)), ((System.Byte)(128)));
            this.tChart1.Panel.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
            this.tChart1.Panel.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
            this.tChart1.Panel.Gradient.UseMiddle   = true;
            this.tChart1.Panel.Gradient.Visible     = true;
            this.tChart1.Series.Add(this.triSurfaceSeries1);
            this.tChart1.Size = new System.Drawing.Size(472, 165);
            this.tChart1.Tools.Add(this.rotate1);
            //
            // tChart1.Walls
            //
            this.tChart1.Walls.Visible = false;
            //
            // triSurfaceSeries1
            //
            //
            // triSurfaceSeries1.Brush
            //
            this.triSurfaceSeries1.Brush.Color = System.Drawing.Color.Red;
            //
            // triSurfaceSeries1.Marks
            //
            //
            // triSurfaceSeries1.Marks.Symbol
            //
            //
            // triSurfaceSeries1.Marks.Symbol.Shadow
            //
            this.triSurfaceSeries1.Marks.Symbol.Shadow.Height  = 1;
            this.triSurfaceSeries1.Marks.Symbol.Shadow.Visible = true;
            this.triSurfaceSeries1.Marks.Symbol.Shadow.Width   = 1;
            this.triSurfaceSeries1.PaletteMin  = 0;
            this.triSurfaceSeries1.PaletteStep = 0;
            this.triSurfaceSeries1.Title       = "triSurfaceSeries1";
            //
            // triSurfaceSeries1.XValues
            //
            this.triSurfaceSeries1.XValues.DataMember = "X";
            //
            // triSurfaceSeries1.YValues
            //
            this.triSurfaceSeries1.YValues.DataMember = "Y";
            //
            // triSurfaceSeries1.ZValues
            //
            this.triSurfaceSeries1.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(107, 17);
            this.checkBox1.TabIndex        = 0;
            this.checkBox1.Text            = "&Hide triangles";
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // checkBox2
            //
            this.checkBox2.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox2.Location        = new System.Drawing.Point(145, 7);
            this.checkBox2.Name            = "checkBox2";
            this.checkBox2.Size            = new System.Drawing.Size(116, 17);
            this.checkBox2.TabIndex        = 1;
            this.checkBox2.Text            = "&Cache triangles";
            this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
            //
            // TriSurface_Hiding
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(472, 293);
            this.Name = "TriSurface_Hiding";
            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.button1         = new System.Windows.Forms.Button();
     this.button2         = new System.Windows.Forms.Button();
     this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
     this.triSurface1     = new Steema.TeeChart.Styles.TriSurface();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "New PSCanvas.cs unit which allows exporting to Encapsulated PostScript format (EP" +
                          "S).";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.Chart3DPercent    = 100;
     this.tChart1.Aspect.Orthogonal        = false;
     this.tChart1.Aspect.Perspective       = 0;
     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 = 71;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Bottom         = 23;
     this.tChart1.Header.CustomPosition = true;
     this.tChart1.Header.Left           = 0;
     this.tChart1.Header.Lines          = new string[] {
         "EPS export"
     };
     this.tChart1.Header.Right = 72;
     this.tChart1.Header.Top   = 9;
     //
     // 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)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     this.tChart1.Series.Add(this.triSurface1);
     //
     // 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)(255)), ((System.Byte)(255)));
     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)(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;
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(8, 8);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(104, 23);
     this.button1.TabIndex  = 3;
     this.button1.Text      = "Save to EPS";
     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(160, 8);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(120, 23);
     this.button2.TabIndex  = 4;
     this.button2.Text      = "Show export dialog";
     this.button2.Click    += new System.EventHandler(this.button2_Click);
     //
     // triSurface1
     //
     //
     // triSurface1.Brush
     //
     this.triSurface1.Brush.Color = System.Drawing.Color.Red;
     //
     // triSurface1.Marks
     //
     //
     // triSurface1.Marks.Symbol
     //
     //
     // triSurface1.Marks.Symbol.Shadow
     //
     this.triSurface1.Marks.Symbol.Shadow.Height  = 1;
     this.triSurface1.Marks.Symbol.Shadow.Visible = true;
     this.triSurface1.Marks.Symbol.Shadow.Width   = 1;
     this.triSurface1.PaletteMin    = 0;
     this.triSurface1.PaletteStep   = 0;
     this.triSurface1.Title         = "triSurface1";
     this.triSurface1.UseColorRange = false;
     this.triSurface1.UsePalette    = true;
     //
     // triSurface1.XValues
     //
     this.triSurface1.XValues.DataMember = "X";
     //
     // triSurface1.YValues
     //
     this.triSurface1.YValues.DataMember = "Y";
     //
     // triSurface1.ZValues
     //
     this.triSurface1.ZValues.DataMember = "Z";
     //
     // ExportEPS
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 317);
     this.Name = "ExportEPS";
     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(TriSurface_Hidding));
     this.triSurfaceSeries1 = new Steema.TeeChart.Styles.TriSurface();
     this.checkBox1         = new System.Windows.Forms.CheckBox();
     this.checkBox2         = new System.Windows.Forms.CheckBox();
     this.rotate1           = new Steema.TeeChart.Tools.Rotate();
     this.panel1.SuspendLayout();
     this.chartContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Size = new System.Drawing.Size(472, 96);
     this.textBox1.Text = resources.GetString("textBox1.Text");
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Location = new System.Drawing.Point(0, 96);
     this.panel1.Size     = new System.Drawing.Size(472, 32);
     //
     // tChart1
     //
     //
     //
     //
     this.tChart1.Aspect.Chart3DPercent = 75;
     this.tChart1.Aspect.Elevation      = 340;
     this.tChart1.Aspect.ElevationFloat = 340;
     this.tChart1.Aspect.Orthogonal     = false;
     this.tChart1.Aspect.Perspective    = 72;
     this.tChart1.Aspect.Rotation       = 319;
     this.tChart1.Aspect.RotationFloat  = 319;
     this.tChart1.Aspect.ZOffset        = 0;
     this.tChart1.Aspect.Zoom           = 75;
     this.tChart1.Aspect.ZoomFloat      = 75;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Bottom.Labels.Font.Size      = 7;
     this.tChart1.Axes.Bottom.Labels.Font.SizeFloat = 7F;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Depth.Labels.Font.Size      = 7;
     this.tChart1.Axes.Depth.Labels.Font.SizeFloat = 7F;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.DepthTop.Labels.Font.Size      = 7;
     this.tChart1.Axes.DepthTop.Labels.Font.SizeFloat = 7F;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Left.Labels.Font.Size      = 7;
     this.tChart1.Axes.Left.Labels.Font.SizeFloat = 7F;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Right.Labels.Font.Size      = 7;
     this.tChart1.Axes.Right.Labels.Font.SizeFloat = 7F;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Top.Labels.Font.Size      = 7;
     this.tChart1.Axes.Top.Labels.Font.SizeFloat = 7F;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     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.Size      = 9;
     this.tChart1.Header.Font.SizeFloat = 9F;
     this.tChart1.Header.Lines          = new string[] {
         "tChart1"
     };
     this.tChart1.Header.Visible = false;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     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.Font.Size      = 7;
     this.tChart1.Legend.Font.SizeFloat = 7F;
     this.tChart1.Legend.Visible        = false;
     //
     //
     //
     //
     //
     //
     this.tChart1.Panel.Bevel.Inner = Steema.TeeChart.Drawing.BevelStyles.Raised;
     this.tChart1.Panel.Bevel.Outer = Steema.TeeChart.Drawing.BevelStyles.None;
     //
     //
     //
     //
     //
     //
     this.tChart1.Panel.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(230)))), ((int)(((byte)(140)))));
     this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(245)))), ((int)(((byte)(238)))));
     this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(248)))), ((int)(((byte)(255)))));
     this.tChart1.Series.Add(this.triSurfaceSeries1);
     this.tChart1.Size = new System.Drawing.Size(472, 165);
     this.tChart1.Tools.Add(this.rotate1);
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Back.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.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;
     this.tChart1.Walls.Visible = false;
     //
     // chartContainer
     //
     this.chartContainer.Location = new System.Drawing.Point(0, 128);
     this.chartContainer.Size     = new System.Drawing.Size(472, 165);
     //
     // triSurfaceSeries1
     //
     //
     //
     //
     this.triSurfaceSeries1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.triSurfaceSeries1.Color       = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.triSurfaceSeries1.ColorEach   = false;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.triSurfaceSeries1.Marks.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.triSurfaceSeries1.Marks.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.triSurfaceSeries1.Marks.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(0)))));
     this.triSurfaceSeries1.Marks.Brush.Gradient.UseMiddle   = true;
     //
     //
     //
     this.triSurfaceSeries1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.triSurfaceSeries1.Marks.Callout.ArrowHeadSize = 8;
     //
     //
     //
     this.triSurfaceSeries1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.triSurfaceSeries1.Marks.Callout.Distance    = 0;
     this.triSurfaceSeries1.Marks.Callout.Draw3D      = false;
     this.triSurfaceSeries1.Marks.Callout.Length      = 10;
     this.triSurfaceSeries1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.triSurfaceSeries1.Marks.Callout.Visible     = false;
     this.triSurfaceSeries1.PaletteMin   = 0;
     this.triSurfaceSeries1.PaletteStep  = 0;
     this.triSurfaceSeries1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Pale;
     this.triSurfaceSeries1.Title        = "triSurfaceSeries1";
     //
     //
     //
     this.triSurfaceSeries1.XValues.DataMember = "X";
     //
     //
     //
     this.triSurfaceSeries1.YValues.DataMember = "Y";
     //
     //
     //
     this.triSurfaceSeries1.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(107, 17);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Hide triangles";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // checkBox2
     //
     this.checkBox2.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox2.Location        = new System.Drawing.Point(145, 7);
     this.checkBox2.Name            = "checkBox2";
     this.checkBox2.Size            = new System.Drawing.Size(116, 17);
     this.checkBox2.TabIndex        = 1;
     this.checkBox2.Text            = "&Cache triangles";
     this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
     //
     // TriSurface_Hidding
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(472, 293);
     this.Name = "TriSurface_Hidding";
     this.panel1.ResumeLayout(false);
     this.chartContainer.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }