Ejemplo n.º 1
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(Contour_Frame));
            this.contour1   = new Steema.TeeChart.Styles.Contour();
            this.buttonPen1 = new Steema.TeeChart.ButtonPen();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = "Contour series now has a Frame pen.";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.buttonPen1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.Chart3DPercent = 50;
            this.tChart1.Aspect.Orthogonal     = false;
            this.tChart1.Aspect.Perspective    = 100;
            this.tChart1.Aspect.Rotation       = 321;
            this.tChart1.Aspect.RotationFloat  = 321;
            this.tChart1.Aspect.Zoom           = 95;
            //
            //
            //
            this.tChart1.Legend.MaxNumRows = 8;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Panel.Brush.Gradient.EndColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Panel.Brush.Gradient.ExtendedColorPalette = null;
            this.tChart1.Panel.Brush.Gradient.MiddleColor          = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.tChart1.Panel.Brush.Gradient.StartColor           = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.tChart1.Panel.Brush.Gradient.UseMiddle            = true;
            this.tChart1.Panel.Brush.Gradient.Visible = true;
            this.tChart1.Series.Add(this.contour1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Back.Brush.Gradient.EndColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Walls.Back.Brush.Gradient.ExtendedColorPalette = null;
            this.tChart1.Walls.Back.Brush.Gradient.MiddleColor          = System.Drawing.Color.Empty;
            this.tChart1.Walls.Back.Brush.Gradient.StartColor           = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.tChart1.Walls.Back.Brush.Gradient.Visible = true;
            this.tChart1.Walls.Back.Brush.Visible          = true;
            this.tChart1.Walls.Back.Transparent            = false;
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Bottom.Brush.Visible = false;
            //
            // contour1
            //
            //
            //
            //
            this.contour1.Brush.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(77)))), ((int)(((byte)(44)))));
            this.contour1.ColorEach        = false;
            this.contour1.DefaultNullValue = 0;
            this.contour1.DrawingAlgorithm = Steema.TeeChart.Styles.ContourConstruction.Fast;
            //
            //
            //
            this.contour1.Frame.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.contour1.Frame.Style   = System.Drawing.Drawing2D.DashStyle.Dot;
            this.contour1.Frame.Visible = true;
            this.contour1.Frame.Width   = 3;
            //
            //
            //
            //
            //
            //
            this.contour1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.contour1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.contour1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.contour1.Marks.Callout.Distance    = 0;
            this.contour1.Marks.Callout.Draw3D      = false;
            this.contour1.Marks.Callout.Length      = 10;
            this.contour1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Marks.Transparent         = true;
            this.contour1.PaletteMin   = 0;
            this.contour1.PaletteStep  = 0;
            this.contour1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Pale;
            //
            //
            //
            this.contour1.Pointer.HorizSize = 2;
            //
            //
            //
            this.contour1.Pointer.Pen.Visible = false;
            this.contour1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Pointer.VertSize    = 2;
            this.contour1.Title = "contour1";
            //
            //
            //
            this.contour1.XValues.DataMember = "X";
            this.contour1.YPosition          = 0.18959828428699516;
            //
            //
            //
            this.contour1.YValues.DataMember = "Y";
            //
            //
            //
            this.contour1.ZValues.DataMember = "Z";
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(12, 10);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(75, 23);
            this.buttonPen1.TabIndex  = 1;
            this.buttonPen1.Text      = "Frame...";
#if VS2005
            this.buttonPen1.UseVisualStyleBackColor = true;
#endif
            //
            // Contour_Frame
            //
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "Contour_Frame";
            this.panel1.ResumeLayout(false);
            this.chartContainer.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Contour_Levels));
     this.contourSeries1 = new Steema.TeeChart.Styles.Contour();
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     this.panel1.SuspendLayout();
     this.chartContainer.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Size = new System.Drawing.Size(466, 63);
     this.textBox1.Text = "Contour levels can be customized at design-time or run-time.\r\nThe number of level" +
                          "s and each level value and color are properties.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Location = new System.Drawing.Point(0, 63);
     this.panel1.Size     = new System.Drawing.Size(466, 34);
     //
     // tChart1
     //
     //
     //
     //
     this.tChart1.Aspect.View3D  = false;
     this.tChart1.Aspect.ZOffset = 0;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Bottom.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Bottom.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Bottom.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Bottom.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Bottom.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Bottom.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Depth.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Depth.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Depth.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Depth.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Depth.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Depth.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.DepthTop.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.DepthTop.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.DepthTop.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.DepthTop.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.DepthTop.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.DepthTop.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Left.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Left.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Left.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Left.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Left.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Left.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Right.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Right.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Right.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Right.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Right.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Right.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Top.AxisPen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Top.Grid.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     this.tChart1.Axes.Top.Grid.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Axes.Top.MinorTicks.Visible = false;
     //
     //
     //
     this.tChart1.Axes.Top.Ticks.Color = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(130)))), ((int)(((byte)(130)))));
     //
     //
     //
     this.tChart1.Axes.Top.TicksInner.Visible = true;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Header.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.tChart1.Header.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Header.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Header.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Header.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     //
     //
     //
     this.tChart1.Header.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.tChart1.Header.Lines            = new string[] {
         "Contour series : custom levels"
     };
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Legend.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
     this.tChart1.Legend.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Legend.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Legend.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Legend.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
     this.tChart1.Legend.Brush.Gradient.Visible     = true;
     //
     //
     //
     //
     //
     //
     this.tChart1.Legend.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.tChart1.Legend.Pen.Visible = false;
     //
     //
     //
     //
     //
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(240)))));
     //
     //
     //
     this.tChart1.Panel.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
     this.tChart1.Panel.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Panel.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Panel.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Panel.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
     this.tChart1.Panel.Brush.Gradient.UseMiddle   = false;
     this.tChart1.Series.Add(this.contourSeries1);
     this.tChart1.Size = new System.Drawing.Size(466, 189);
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Back.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
     this.tChart1.Walls.Back.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Back.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(70)))), ((int)(((byte)(70)))));
     //
     //
     //
     this.tChart1.Walls.Back.Pen.Visible = false;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Bottom.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Bottom.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Bottom.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Walls.Bottom.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Walls.Bottom.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Left.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Left.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Left.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Walls.Left.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Walls.Left.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     //
     //
     //
     //
     //
     //
     this.tChart1.Walls.Right.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     //
     //
     //
     this.tChart1.Walls.Right.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Right.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.tChart1.Walls.Right.Brush.Gradient.SigmaFocus  = 0F;
     this.tChart1.Walls.Right.Brush.Gradient.SigmaScale  = 0F;
     this.tChart1.Walls.Right.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.tChart1.Walls.Right.Pen.Visible = false;
     //
     // chartContainer
     //
     this.chartContainer.Location = new System.Drawing.Point(0, 97);
     this.chartContainer.Size     = new System.Drawing.Size(466, 189);
     //
     // contourSeries1
     //
     //
     //
     //
     this.contourSeries1.Brush.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.contourSeries1.Brush.Visible = false;
     this.contourSeries1.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
     this.contourSeries1.ColorEach     = true;
     //
     //
     //
     //
     //
     //
     //
     //
     //
     this.contourSeries1.Marks.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(0)))));
     this.contourSeries1.Marks.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.contourSeries1.Marks.Brush.Gradient.SigmaFocus  = 0F;
     this.contourSeries1.Marks.Brush.Gradient.SigmaScale  = 0F;
     this.contourSeries1.Marks.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     //
     //
     //
     this.contourSeries1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
     this.contourSeries1.Marks.Callout.ArrowHeadSize = 8;
     //
     //
     //
     this.contourSeries1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
     this.contourSeries1.Marks.Callout.Distance    = 0;
     this.contourSeries1.Marks.Callout.Draw3D      = false;
     this.contourSeries1.Marks.Callout.Length      = 10;
     this.contourSeries1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.contourSeries1.Marks.Callout.Visible     = false;
     //
     //
     //
     //
     //
     //
     this.contourSeries1.Marks.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.contourSeries1.Marks.Transparent      = true;
     this.contourSeries1.NumXValues             = 25;
     this.contourSeries1.NumZValues             = 25;
     this.contourSeries1.PaletteMin             = 0;
     this.contourSeries1.PaletteStep            = 0;
     this.contourSeries1.PaletteStyle           = Steema.TeeChart.Styles.PaletteStyles.Pale;
     //
     //
     //
     this.contourSeries1.Pointer.HorizSize = 2;
     //
     //
     //
     this.contourSeries1.Pointer.Pen.Visible = false;
     this.contourSeries1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
     this.contourSeries1.Pointer.VertSize    = 2;
     this.contourSeries1.Pointer.Visible     = false;
     this.contourSeries1.StartColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.contourSeries1.Title = "contourSeries1";
     //
     //
     //
     this.contourSeries1.XValues.DataMember = "X";
     this.contourSeries1.YPosition          = 0.20290816683830415;
     //
     //
     //
     this.contourSeries1.YValues.DataMember = "Y";
     //
     //
     //
     this.contourSeries1.ZValues.DataMember = "Z";
     //
     // checkBox1
     //
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location        = new System.Drawing.Point(16, 8);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(100, 21);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Custom levels";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // Contour_Levels
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name = "Contour_Levels";
     this.panel1.ResumeLayout(false);
     this.chartContainer.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Tools_Image));
            this.contourSeries1 = new Steema.TeeChart.Styles.Contour();
            this.pointSeries1   = new Steema.TeeChart.Styles.Points();
            this.chartImage1    = new Steema.TeeChart.Tools.ChartImage();
            this.label1         = new System.Windows.Forms.Label();
            this.hScrollBar1    = new System.Windows.Forms.HScrollBar();
            this.button1        = new System.Windows.Forms.Button();
            this.checkBox1      = new System.Windows.Forms.CheckBox();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(466, 63);
            this.textBox1.Text = @"The Image tool draws a picture (bitmap, jpeg, etc) behind chart Series. This can be used for GIS (Geographical) systems, using contours over images, or any other application using images as backgrounds.
The image does zoom and scroll, following the associated series and axes.";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.hScrollBar1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(0, 63);
            this.panel1.Name     = "panel1";
            this.panel1.Size     = new System.Drawing.Size(466, 41);
            //
            // tChart1
            //
            //
            // tChart1.Aspect
            //
            this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
            this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
            this.tChart1.Aspect.View3D            = false;
            //
            // tChart1.Header
            //
            this.tChart1.Header.Lines = new string[] {
                "tChart1"
            };
            this.tChart1.Header.Visible = false;
            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.contourSeries1);
            this.tChart1.Series.Add(this.pointSeries1);
            this.tChart1.Size = new System.Drawing.Size(466, 182);
            this.tChart1.Tools.Add(this.chartImage1);
            //
            // tChart1.Legend
            //
            this.tChart1.Legend.Symbol.Visible = false;
            //
            // contourSeries1
            //
            //
            // contourSeries1.Brush
            //
            this.contourSeries1.Brush.Color = System.Drawing.Color.Red;
            this.contourSeries1.ColorEach   = true;
            //
            // 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.NumXValues  = 25;
            this.contourSeries1.NumZValues  = 25;
            this.contourSeries1.PaletteMin  = 0;
            this.contourSeries1.PaletteStep = 0;
            this.contourSeries1.Title       = "contour1";
            //
            // contourSeries1.XValues
            //
            this.contourSeries1.XValues.DataMember = "X";
            this.contourSeries1.YPosition          = 0.20290816683830415;
            //
            // contourSeries1.YValues
            //
            this.contourSeries1.YValues.DataMember = "Y";
            //
            // contourSeries1.ZValues
            //
            this.contourSeries1.ZValues.DataMember = "Z";
            //
            // pointSeries1
            //
            this.pointSeries1.ColorEach = true;
            //
            // pointSeries1.Marks
            //
            //
            // pointSeries1.Marks.Symbol
            //
            //
            // pointSeries1.Marks.Symbol.Shadow
            //
            this.pointSeries1.Marks.Symbol.Shadow.Height  = 1;
            this.pointSeries1.Marks.Symbol.Shadow.Visible = true;
            this.pointSeries1.Marks.Symbol.Shadow.Width   = 1;
            //
            // pointSeries1.Pointer
            //
            //
            // pointSeries1.Pointer.Brush
            //
            this.pointSeries1.Pointer.Brush.Color           = System.Drawing.Color.Green;
            this.pointSeries1.Pointer.Brush.ForegroundColor = System.Drawing.Color.Empty;
            this.pointSeries1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.pointSeries1.Title         = "point1";
            //
            // pointSeries1.XValues
            //
            this.pointSeries1.XValues.DataMember = "X";
            this.pointSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // pointSeries1.YValues
            //
            this.pointSeries1.YValues.DataMember = "Y";
            //
            // chartImage1
            //
            this.chartImage1.Image  = ((System.Drawing.Image)(resources.GetObject("chartImage1.Image")));
            this.chartImage1.Series = this.contourSeries1;
            //
            // label1
            //
            this.label1.AutoSize  = true;
            this.label1.Location  = new System.Drawing.Point(15, 11);
            this.label1.Name      = "label1";
            this.label1.Size      = new System.Drawing.Size(36, 16);
            this.label1.TabIndex  = 0;
            this.label1.Text      = "&Zoom:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
            //
            // hScrollBar1
            //
            this.hScrollBar1.Location = new System.Drawing.Point(60, 9);
            this.hScrollBar1.Maximum  = 200;
            this.hScrollBar1.Minimum  = 50;
            this.hScrollBar1.Name     = "hScrollBar1";
            this.hScrollBar1.Size     = new System.Drawing.Size(113, 17);
            this.hScrollBar1.TabIndex = 1;
            this.hScrollBar1.Value    = 100;
            this.hScrollBar1.Scroll  += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
            //
            // button1
            //
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location  = new System.Drawing.Point(193, 7);
            this.button1.Name      = "button1";
            this.button1.Size      = new System.Drawing.Size(95, 23);
            this.button1.TabIndex  = 2;
            this.button1.Text      = "&Edit tool...";
            this.button1.Click    += new System.EventHandler(this.button1_Click);
            //
            // 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(312, 8);
            this.checkBox1.Name            = "checkBox1";
            this.checkBox1.Size            = new System.Drawing.Size(87, 21);
            this.checkBox1.TabIndex        = 3;
            this.checkBox1.Text            = "&Active";
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // Tool_Image
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(466, 286);
            this.Name = "Tool_Image";
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Ejemplo n.º 4
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(Contour_Pointer));
            this.checkBox1      = new System.Windows.Forms.CheckBox();
            this.label1         = new System.Windows.Forms.Label();
            this.label2         = new System.Windows.Forms.Label();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
            this.buttonPen1     = new Steema.TeeChart.ButtonPen();
            this.contour1       = new Steema.TeeChart.Styles.Contour();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = "Contour series now supports different pointer styles for level lines.";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.buttonPen1);
            this.panel1.Controls.Add(this.numericUpDown2);
            this.panel1.Controls.Add(this.numericUpDown1);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.checkBox1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
            this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.AntiAlias;
            this.tChart1.Aspect.View3D            = false;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            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.Font.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            //
            //
            //
            this.tChart1.Legend.MaxNumRows = 8;
            //
            //
            //
            //
            //
            //
            //
            //
            //
            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.ExtendedColorPalette = null;
            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.Brush.Gradient.UseMiddle  = true;
            this.tChart1.Panel.Brush.Gradient.Visible    = true;
            this.tChart1.Series.Add(this.contour1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            //
            this.tChart1.Walls.Back.Brush.Gradient.EndColor             = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.tChart1.Walls.Back.Brush.Gradient.ExtendedColorPalette = null;
            this.tChart1.Walls.Back.Brush.Gradient.MiddleColor          = System.Drawing.Color.Empty;
            this.tChart1.Walls.Back.Brush.Gradient.StartColor           = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
            this.tChart1.Walls.Back.Brush.Gradient.Visible = true;
            this.tChart1.Walls.Back.Brush.Visible          = true;
            this.tChart1.Walls.Back.Transparent            = false;
            this.tChart1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.tChart1_MouseMove);
            //
            // checkBox1
            //
#if VS2005
            this.checkBox1.AutoSize = true;
#endif
            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(88, 17);
            this.checkBox1.TabIndex   = 0;
            this.checkBox1.Text       = "Pointer visible";
#if VS2005
            this.checkBox1.UseVisualStyleBackColor = true;
#endif
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(121, 18);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(35, 13);
            this.label1.TabIndex = 1;
            this.label1.Text     = "Width";
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(232, 18);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(38, 13);
            this.label2.TabIndex = 2;
            this.label2.Text     = "Height";
            //
            // numericUpDown1
            //
            this.numericUpDown1.Location = new System.Drawing.Point(162, 16);
            this.numericUpDown1.Maximum  = new decimal(new int[] {
                20,
                0,
                0,
                0
            });
            this.numericUpDown1.Minimum = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.numericUpDown1.Name     = "numericUpDown1";
            this.numericUpDown1.Size     = new System.Drawing.Size(47, 20);
            this.numericUpDown1.TabIndex = 3;
            this.numericUpDown1.Value    = new decimal(new int[] {
                2,
                0,
                0,
                0
            });
            this.numericUpDown1.ValueChanged += new System.EventHandler(this.numericUpDown1_ValueChanged);
            //
            // numericUpDown2
            //
            this.numericUpDown2.Location = new System.Drawing.Point(276, 16);
            this.numericUpDown2.Maximum  = new decimal(new int[] {
                20,
                0,
                0,
                0
            });
            this.numericUpDown2.Minimum = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.numericUpDown2.Name     = "numericUpDown2";
            this.numericUpDown2.Size     = new System.Drawing.Size(47, 20);
            this.numericUpDown2.TabIndex = 4;
            this.numericUpDown2.Value    = new decimal(new int[] {
                2,
                0,
                0,
                0
            });
            this.numericUpDown2.ValueChanged += new System.EventHandler(this.numericUpDown2_ValueChanged);
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(347, 14);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(81, 21);
            this.buttonPen1.TabIndex  = 5;
            this.buttonPen1.Text      = "Pen ...";
#if VS2005
            this.buttonPen1.UseVisualStyleBackColor = true;
#endif
            //
            // contour1
            //
            //
            //
            //
            this.contour1.Brush.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(77)))), ((int)(((byte)(44)))));
            this.contour1.ColorEach        = false;
            this.contour1.DefaultNullValue = 0;
            //
            //
            //
            //
            //
            //
            this.contour1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.contour1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.contour1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.contour1.Marks.Callout.Distance    = 0;
            this.contour1.Marks.Callout.Draw3D      = false;
            this.contour1.Marks.Callout.Length      = 10;
            this.contour1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Marks.Transparent         = true;
            this.contour1.PaletteMin   = 0;
            this.contour1.PaletteStep  = 0;
            this.contour1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Pale;
            //
            //
            //
            this.contour1.Pointer.HorizSize = 2;
            //
            //
            //
            this.contour1.Pointer.Pen.Visible = false;
            this.contour1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Pointer.VertSize    = 2;
            this.contour1.Title = "contour1";
            //
            //
            //
            this.contour1.XValues.DataMember = "X";
            this.contour1.YPosition          = 0.18959828428699516;
            //
            //
            //
            this.contour1.YValues.DataMember = "Y";
            //
            //
            //
            this.contour1.ZValues.DataMember = "Z";
            //
            // Contour_Pointer
            //
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "Contour_Pointer";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.chartContainer.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Ejemplo n.º 5
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Contour_Filled));
            this.contour1   = new Steema.TeeChart.Styles.Contour();
            this.button1    = new System.Windows.Forms.Button();
            this.button2    = new System.Windows.Forms.Button();
            this.buttonPen1 = new Steema.TeeChart.ButtonPen();
            this.panel1.SuspendLayout();
            this.chartContainer.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Text = resources.GetString("textBox1.Text");
            //
            // panel1
            //
            this.panel1.Controls.Add(this.buttonPen1);
            this.panel1.Controls.Add(this.button2);
            this.panel1.Controls.Add(this.button1);
            //
            // tChart1
            //
            //
            //
            //
            this.tChart1.Aspect.View3D = false;
            //
            //
            //
            this.tChart1.Legend.MaxNumRows = 8;
            //
            //
            //
            //
            //
            //
            this.tChart1.Legend.Title.Pen.Visible = false;
            this.tChart1.Series.Add(this.contour1);
            this.tChart1.Size = new System.Drawing.Size(440, 205);
            //
            // contour1
            //
            //
            //
            //
            this.contour1.Brush.Color = System.Drawing.Color.FromArgb(((int)(((byte)(68)))), ((int)(((byte)(102)))), ((int)(((byte)(163)))));
            this.contour1.ColorEach   = false;
            this.contour1.EndColor    = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.contour1.FillLevels  = true;
            //
            //
            //
            //
            //
            //
            this.contour1.Marks.Brush.Visible = false;
            //
            //
            //
            this.contour1.Marks.Callout.ArrowHead     = Steema.TeeChart.Styles.ArrowHeadStyles.None;
            this.contour1.Marks.Callout.ArrowHeadSize = 8;
            //
            //
            //
            this.contour1.Marks.Callout.Brush.Color = System.Drawing.Color.Black;
            this.contour1.Marks.Callout.Distance    = 0;
            this.contour1.Marks.Callout.Draw3D      = false;
            this.contour1.Marks.Callout.Length      = 10;
            this.contour1.Marks.Callout.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Marks.Transparent         = true;
            this.contour1.Marks.Visible             = true;
            this.contour1.NumLevels    = 8;
            this.contour1.PaletteMin   = 0;
            this.contour1.PaletteStep  = 0;
            this.contour1.PaletteStyle = Steema.TeeChart.Styles.PaletteStyles.Pale;
            //
            //
            //
            this.contour1.Pen.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.contour1.Pen.Style = System.Drawing.Drawing2D.DashStyle.Dot;
            //
            //
            //
            this.contour1.Pointer.HorizSize = 2;
            //
            //
            //
            this.contour1.Pointer.Pen.Visible = false;
            this.contour1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.contour1.Pointer.VertSize    = 2;
            this.contour1.StartColor          = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.contour1.Title = "contour1";
            //
            //
            //
            this.contour1.XValues.DataMember = "X";
            this.contour1.YPosition          = 0.18959828428699516;
            //
            //
            //
            this.contour1.YValues.DataMember = "Y";
            //
            //
            //
            this.contour1.ZValues.DataMember = "Z";
            //
            // button1
            //
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.button1.Location  = new System.Drawing.Point(25, 10);
            this.button1.Name      = "button1";
            this.button1.Size      = new System.Drawing.Size(75, 23);
            this.button1.TabIndex  = 0;
            this.button1.Text      = "Edit";
#if VS2005
            this.button1.UseVisualStyleBackColor = true;
#endif
            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(106, 10);
            this.button2.Name      = "button2";
            this.button2.Size      = new System.Drawing.Size(75, 23);
            this.button2.TabIndex  = 1;
            this.button2.Text      = "Pattern";
#if VS2005
            this.button2.UseVisualStyleBackColor = true;
#endif
            this.button2.Click += new System.EventHandler(this.button2_Click);
            //
            // buttonPen1
            //
            this.buttonPen1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.buttonPen1.Location  = new System.Drawing.Point(187, 10);
            this.buttonPen1.Name      = "buttonPen1";
            this.buttonPen1.Size      = new System.Drawing.Size(75, 23);
            this.buttonPen1.TabIndex  = 2;
            this.buttonPen1.Text      = "Frame";
#if VS2005
            this.buttonPen1.UseVisualStyleBackColor = true;
#endif
            //
            // Contour_Filled
            //
            this.ClientSize = new System.Drawing.Size(440, 317);
            this.Name       = "Contour_Filled";
            this.panel1.ResumeLayout(false);
            this.chartContainer.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();
        }
Ejemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.contourSeries1 = new Steema.TeeChart.Styles.Contour();
     this.checkBox1      = new System.Windows.Forms.CheckBox();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(466, 63);
     this.textBox1.Text = "Contour levels can be customized at design-time or run-time.\r\nThe number of level" +
                          "s and each level value and color are properties.";
     //
     // panel1
     //
     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, 34);
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     this.tChart1.Aspect.View3D            = false;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "Contour series : custom levels"
     };
     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.contourSeries1);
     this.tChart1.Size = new System.Drawing.Size(466, 189);
     //
     // contourSeries1
     //
     //
     // contourSeries1.Brush
     //
     this.contourSeries1.Brush.Color = System.Drawing.Color.Red;
     this.contourSeries1.ColorEach   = true;
     //
     // 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.NumXValues  = 25;
     this.contourSeries1.NumZValues  = 25;
     this.contourSeries1.PaletteMin  = 0;
     this.contourSeries1.PaletteStep = 0;
     this.contourSeries1.Title       = "contourSeries1";
     //
     // contourSeries1.XValues
     //
     this.contourSeries1.XValues.DataMember = "X";
     this.contourSeries1.YPosition          = 0.20290816683830415;
     //
     // contourSeries1.YValues
     //
     this.contourSeries1.YValues.DataMember = "Y";
     //
     // contourSeries1.ZValues
     //
     this.contourSeries1.ZValues.DataMember = "Z";
     //
     // checkBox1
     //
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location        = new System.Drawing.Point(16, 8);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(100, 21);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Custom levels";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // Contour_CustLev
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name = "Contour_CustLev";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.contourSeries1 = new Steema.TeeChart.Styles.Contour();
     this.label1         = new System.Windows.Forms.Label();
     this.comboBox1      = new System.Windows.Forms.ComboBox();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(466, 40);
     this.textBox1.Text = "Contour Series uses ColorRange and Palette properties like the Surface series doe" +
                          "s.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Location = new System.Drawing.Point(0, 40);
     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;
     this.tChart1.Aspect.View3D            = false;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Header.Visible = false;
     this.tChart1.Location       = new System.Drawing.Point(0, 73);
     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.Size = new System.Drawing.Size(466, 213);
     //
     // contourSeries1
     //
     //
     // contourSeries1.Brush
     //
     this.contourSeries1.Brush.Color   = System.Drawing.Color.Red;
     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.NumXValues  = 25;
     this.contourSeries1.NumZValues  = 25;
     this.contourSeries1.PaletteMin  = 0;
     this.contourSeries1.PaletteStep = 0;
     this.contourSeries1.Title       = "contourSeries1";
     //
     // contourSeries1.XValues
     //
     this.contourSeries1.XValues.DataMember = "X";
     this.contourSeries1.YPosition          = 0.20290816683830415;
     //
     // contourSeries1.YValues
     //
     this.contourSeries1.YValues.DataMember = "Y";
     //
     // contourSeries1.ZValues
     //
     this.contourSeries1.ZValues.DataMember = "Z";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(13, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(40, 16);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "&Colors:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Items.AddRange(new object[] {
         "Single color",
         "Gradient 2 colors",
         "Gradient 3 colors",
         "Palette pale",
         "Palette strong"
     });
     this.comboBox1.Location              = new System.Drawing.Point(60, 7);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(101, 21);
     this.comboBox1.TabIndex              = 1;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // Contour_Palette
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(466, 286);
     this.Name  = "Contour_Palette";
     this.Load += new System.EventHandler(this.Contour_Palette_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.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);
 }