/// <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.shapeSeries1 = new Steema.TeeChart.Styles.Shape();
     this.shapeSeries2 = new Steema.TeeChart.Styles.Shape();
     this.shapeSeries3 = new Steema.TeeChart.Styles.Shape();
     this.shapeSeries4 = new Steema.TeeChart.Styles.Shape();
     this.button1      = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(511, 64);
     this.textBox1.Text = "The Shape series allows displaying text on any Chart position with optional text," +
                          " style and visual attributes.\r\nClick on a shape to edit its properties.";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Location = new System.Drawing.Point(0, 64);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(511, 40);
     //
     // 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.Axes
     //
     //
     // tChart1.Axes.Bottom
     //
     //
     // tChart1.Axes.Bottom.Grid
     //
     this.tChart1.Axes.Bottom.Grid.Visible = false;
     //
     // tChart1.Axes.Left
     //
     //
     // tChart1.Axes.Left.Grid
     //
     this.tChart1.Axes.Left.Grid.Visible = false;
     //
     // tChart1.Header
     //
     //
     // tChart1.Header.Brush
     //
     //
     // tChart1.Header.Gradient
     //
     this.tChart1.Header.Brush.Gradient.Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.tChart1.Header.Brush.Gradient.EndColor  = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.tChart1.Header.Brush.Gradient.Visible   = true;
     //
     // tChart1.Header.Font
     //
     this.tChart1.Header.Font.Bold = true;
     this.tChart1.Header.Font.Size = 7;
     //
     // tChart1.Header.Gradient
     //
     this.tChart1.Header.Gradient.Direction = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.tChart1.Header.Gradient.EndColor  = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     this.tChart1.Header.Gradient.Visible   = true;
     this.tChart1.Header.Lines = new string[] {
         "Different Shape Styles"
     };
     //
     // tChart1.Header.Pen
     //
     this.tChart1.Header.Pen.Style = System.Drawing.Drawing2D.DashStyle.Dot;
     this.tChart1.Header.Pen.Width = 2;
     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.shapeSeries1);
     this.tChart1.Series.Add(this.shapeSeries2);
     this.tChart1.Series.Add(this.shapeSeries3);
     this.tChart1.Series.Add(this.shapeSeries4);
     this.tChart1.Size = new System.Drawing.Size(511, 208);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     //
     // tChart1.Walls.Back.Brush
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(51)), ((System.Byte)(192)), ((System.Byte)(192)), ((System.Byte)(192)));
     //
     // tChart1.Walls.Back.Gradient
     //
     this.tChart1.Walls.Back.Brush.Gradient.Transparency = 80;
     //
     // tChart1.Walls.Back.Gradient
     //
     this.tChart1.Walls.Back.Gradient.Transparency = 80;
     this.tChart1.Walls.Back.Transparent           = false;
     //
     // checkBox1
     //
     this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.checkBox1.Location        = new System.Drawing.Point(15, 8);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(87, 23);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Transparent";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // shapeSeries1
     //
     //
     // shapeSeries1.Brush
     //
     //
     // shapeSeries1.Gradient
     //
     this.shapeSeries1.Brush.Gradient.Direction   = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal;
     this.shapeSeries1.Brush.Gradient.EndColor    = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(0)));
     this.shapeSeries1.Brush.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(255)), ((System.Byte)(128)));
     this.shapeSeries1.Brush.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.shapeSeries1.Brush.Gradient.UseMiddle   = true;
     this.shapeSeries1.Brush.Gradient.Visible     = true;
     //
     // shapeSeries1.Gradient
     //
     this.shapeSeries1.Gradient.Direction   = System.Drawing.Drawing2D.LinearGradientMode.BackwardDiagonal;
     this.shapeSeries1.Gradient.EndColor    = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(0)));
     this.shapeSeries1.Gradient.MiddleColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(255)), ((System.Byte)(128)));
     this.shapeSeries1.Gradient.StartColor  = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     this.shapeSeries1.Gradient.UseMiddle   = true;
     this.shapeSeries1.Gradient.Visible     = true;
     this.shapeSeries1.HorizAlignment       = Steema.TeeChart.Styles.ShapeTextHorizAlign.Center;
     //
     // shapeSeries1.Marks
     //
     //
     // shapeSeries1.Marks.Symbol
     //
     //
     // shapeSeries1.Marks.Symbol.Shadow
     //
     this.shapeSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.shapeSeries1.Marks.Symbol.Shadow.Visible = true;
     this.shapeSeries1.Marks.Symbol.Shadow.Width   = 1;
     //
     // shapeSeries1.Pen
     //
     this.shapeSeries1.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.shapeSeries1.Style     = Steema.TeeChart.Styles.ShapeStyles.Circle;
     this.shapeSeries1.Text      = new string[] {
         "This is an ellipse."
     };
     this.shapeSeries1.Title         = "shapeSeries1";
     this.shapeSeries1.VertAlignment = Steema.TeeChart.Styles.ShapeTextVertAlign.Center;
     //
     // shapeSeries1.XValues
     //
     this.shapeSeries1.XValues.DataMember = "X";
     this.shapeSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     this.shapeSeries1.XYStyle            = Steema.TeeChart.Styles.ShapeXYStyles.Axis;
     //
     // shapeSeries1.YValues
     //
     this.shapeSeries1.YValues.DataMember = "Y";
     //
     // shapeSeries2
     //
     this.shapeSeries2.HorizAlignment = Steema.TeeChart.Styles.ShapeTextHorizAlign.Center;
     //
     // shapeSeries2.Marks
     //
     //
     // shapeSeries2.Marks.Symbol
     //
     //
     // shapeSeries2.Marks.Symbol.Shadow
     //
     this.shapeSeries2.Marks.Symbol.Shadow.Height  = 1;
     this.shapeSeries2.Marks.Symbol.Shadow.Visible = true;
     this.shapeSeries2.Marks.Symbol.Shadow.Width   = 1;
     //
     // shapeSeries2.Pen
     //
     this.shapeSeries2.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(77)), ((System.Byte)(0)));
     this.shapeSeries2.Pen.Width = 2;
     this.shapeSeries2.Style     = Steema.TeeChart.Styles.ShapeStyles.Rectangle;
     this.shapeSeries2.Text      = new string[] {
         "This is a round ",
         "rectangle."
     };
     this.shapeSeries2.Title         = "shapeSeries2";
     this.shapeSeries2.VertAlignment = Steema.TeeChart.Styles.ShapeTextVertAlign.Center;
     //
     // shapeSeries2.XValues
     //
     this.shapeSeries2.XValues.DataMember = "X";
     this.shapeSeries2.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     this.shapeSeries2.XYStyle            = Steema.TeeChart.Styles.ShapeXYStyles.Axis;
     //
     // shapeSeries2.YValues
     //
     this.shapeSeries2.YValues.DataMember = "Y";
     //
     // shapeSeries3
     //
     //
     // shapeSeries3.Font
     //
     this.shapeSeries3.Font.Bold = true;
     //
     // shapeSeries3.Font.Brush
     //
     this.shapeSeries3.Font.Brush.Color = System.Drawing.Color.Green;
     this.shapeSeries3.HorizAlignment   = Steema.TeeChart.Styles.ShapeTextHorizAlign.Center;
     //
     // shapeSeries3.Marks
     //
     //
     // shapeSeries3.Marks.Symbol
     //
     //
     // shapeSeries3.Marks.Symbol.Shadow
     //
     this.shapeSeries3.Marks.Symbol.Shadow.Height  = 1;
     this.shapeSeries3.Marks.Symbol.Shadow.Visible = true;
     this.shapeSeries3.Marks.Symbol.Shadow.Width   = 1;
     //
     // shapeSeries3.Pen
     //
     this.shapeSeries3.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(153)), ((System.Byte)(0)));
     this.shapeSeries3.Style     = Steema.TeeChart.Styles.ShapeStyles.InvertTriangle;
     this.shapeSeries3.Text      = new string[] {
         "A triangle shape."
     };
     this.shapeSeries3.Title         = "shapeSeries3";
     this.shapeSeries3.VertAlignment = Steema.TeeChart.Styles.ShapeTextVertAlign.Center;
     //
     // shapeSeries3.XValues
     //
     this.shapeSeries3.XValues.DataMember = "X";
     this.shapeSeries3.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     this.shapeSeries3.XYStyle            = Steema.TeeChart.Styles.ShapeXYStyles.Axis;
     //
     // shapeSeries3.YValues
     //
     this.shapeSeries3.YValues.DataMember = "Y";
     //
     // shapeSeries4
     //
     this.shapeSeries4.HorizAlignment = Steema.TeeChart.Styles.ShapeTextHorizAlign.Center;
     //
     // shapeSeries4.Marks
     //
     //
     // shapeSeries4.Marks.Symbol
     //
     //
     // shapeSeries4.Marks.Symbol.Shadow
     //
     this.shapeSeries4.Marks.Symbol.Shadow.Height  = 1;
     this.shapeSeries4.Marks.Symbol.Shadow.Visible = true;
     this.shapeSeries4.Marks.Symbol.Shadow.Width   = 1;
     //
     // shapeSeries4.Pen
     //
     this.shapeSeries4.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(153)));
     this.shapeSeries4.Style     = Steema.TeeChart.Styles.ShapeStyles.Diamond;
     this.shapeSeries4.Text      = new string[] {
         "Diamond shape"
     };
     this.shapeSeries4.Title         = "shapeSeries4";
     this.shapeSeries4.VertAlignment = Steema.TeeChart.Styles.ShapeTextVertAlign.Center;
     //
     // shapeSeries4.XValues
     //
     this.shapeSeries4.XValues.DataMember = "X";
     this.shapeSeries4.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     this.shapeSeries4.XYStyle            = Steema.TeeChart.Styles.ShapeXYStyles.Axis;
     //
     // shapeSeries4.YValues
     //
     this.shapeSeries4.YValues.DataMember = "Y";
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(136, 8);
     this.button1.Name      = "button1";
     this.button1.TabIndex  = 1;
     this.button1.Text      = "&Edit...";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // SeriesType_Shape
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(511, 312);
     this.Name = "SeriesType_Shape";
     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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Shape_Image));
     this.checkBox1    = new System.Windows.Forms.CheckBox();
     this.shapeSeries1 = new Steema.TeeChart.Styles.Shape();
     this.shapeSeries2 = new Steema.TeeChart.Styles.Shape();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Text = "Shape series accept Images to fill the interior. The Brush.Image property is used" +
                          "\r\nto set the image bitmap.\r\n\r\nExample: shapeSeries1.Brush.LoadImage(\"c:\\\\mybitma" +
                          "p.bmp\");";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Name = "panel1";
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     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.shapeSeries1);
     this.tChart1.Series.Add(this.shapeSeries2);
     this.tChart1.Size = new System.Drawing.Size(440, 237);
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Bottom
     //
     //
     // tChart1.Walls.Bottom.Pen
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     this.tChart1.Walls.Bottom.Size        = 5;
     //
     // tChart1.Walls.Left
     //
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     this.tChart1.Walls.Left.Size        = 5;
     //
     // 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(152, 24);
     this.checkBox1.TabIndex        = 0;
     this.checkBox1.Text            = "&Transparent Shapes";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // shapeSeries1
     //
     //
     // shapeSeries1.Brush
     //
     this.shapeSeries1.Brush.Image    = ((System.Drawing.Image)(resources.GetObject("shapeSeries1.Brush.Image")));
     this.shapeSeries1.Brush.Solid    = false;
     this.shapeSeries1.Cursor         = System.Windows.Forms.Cursors.Cross;
     this.shapeSeries1.HorizAlignment = Steema.TeeChart.Styles.ShapeTextHorizAlign.Center;
     //
     // shapeSeries1.Marks
     //
     //
     // shapeSeries1.Marks.Symbol
     //
     //
     // shapeSeries1.Marks.Symbol.Shadow
     //
     this.shapeSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.shapeSeries1.Marks.Symbol.Shadow.Visible = true;
     this.shapeSeries1.Marks.Symbol.Shadow.Width   = 1;
     //
     // shapeSeries1.Pen
     //
     this.shapeSeries1.Pen.Color     = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.shapeSeries1.Pen.Width     = 2;
     this.shapeSeries1.Style         = Steema.TeeChart.Styles.ShapeStyles.Circle;
     this.shapeSeries1.Text          = new string[0];
     this.shapeSeries1.Title         = "shapeSeries1";
     this.shapeSeries1.VertAlignment = Steema.TeeChart.Styles.ShapeTextVertAlign.Center;
     //
     // shapeSeries1.XValues
     //
     this.shapeSeries1.XValues.DataMember = "X";
     this.shapeSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     this.shapeSeries1.XYStyle            = Steema.TeeChart.Styles.ShapeXYStyles.Axis;
     //
     // shapeSeries1.YValues
     //
     this.shapeSeries1.YValues.DataMember = "Y";
     //
     // shapeSeries2
     //
     //
     // shapeSeries2.Brush
     //
     this.shapeSeries2.Brush.Image    = ((System.Drawing.Image)(resources.GetObject("shapeSeries2.Brush.Image")));
     this.shapeSeries2.Brush.Solid    = false;
     this.shapeSeries2.Cursor         = System.Windows.Forms.Cursors.Cross;
     this.shapeSeries2.HorizAlignment = Steema.TeeChart.Styles.ShapeTextHorizAlign.Center;
     //
     // shapeSeries2.Marks
     //
     //
     // shapeSeries2.Marks.Symbol
     //
     //
     // shapeSeries2.Marks.Symbol.Shadow
     //
     this.shapeSeries2.Marks.Symbol.Shadow.Height  = 1;
     this.shapeSeries2.Marks.Symbol.Shadow.Visible = true;
     this.shapeSeries2.Marks.Symbol.Shadow.Width   = 1;
     //
     // shapeSeries2.Pen
     //
     this.shapeSeries2.Pen.Color     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(77)), ((System.Byte)(0)));
     this.shapeSeries2.Pen.Style     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.shapeSeries2.Pen.Width     = 2;
     this.shapeSeries2.Style         = Steema.TeeChart.Styles.ShapeStyles.Rectangle;
     this.shapeSeries2.Text          = new string[0];
     this.shapeSeries2.Title         = "shapeSeries2";
     this.shapeSeries2.VertAlignment = Steema.TeeChart.Styles.ShapeTextVertAlign.Center;
     //
     // shapeSeries2.XValues
     //
     this.shapeSeries2.XValues.DataMember = "X";
     this.shapeSeries2.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     this.shapeSeries2.XYStyle            = Steema.TeeChart.Styles.ShapeXYStyles.Axis;
     //
     // shapeSeries2.YValues
     //
     this.shapeSeries2.YValues.DataMember = "Y";
     //
     // Shape_Image
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 349);
     this.Name = "Shape_Image";
     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.shapeSeries1 = new Steema.TeeChart.Styles.Shape();
     this.shapeSeries2 = new Steema.TeeChart.Styles.Shape();
     this.shapeSeries3 = new Steema.TeeChart.Styles.Shape();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.radioButton3 = new System.Windows.Forms.RadioButton();
     this.radioButton2 = new System.Windows.Forms.RadioButton();
     this.radioButton1 = new System.Windows.Forms.RadioButton();
     this.panel1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(440, 56);
     this.textBox1.Text = "Shape text canbe top, center or bottom aligned.\r\n\r\nExample: shape1.VertAlignment " +
                          "= Styles.ShapeTextVertAlign.Bottom;";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.groupBox1);
     this.panel1.Location = new System.Drawing.Point(0, 56);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(440, 60);
     //
     // 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.Axes
     //
     //
     // tChart1.Axes.Bottom
     //
     this.tChart1.Axes.Bottom.Automatic        = false;
     this.tChart1.Axes.Bottom.AutomaticMaximum = false;
     this.tChart1.Axes.Bottom.AutomaticMinimum = false;
     this.tChart1.Axes.Bottom.Maximum          = 100;
     this.tChart1.Axes.Bottom.Minimum          = 0;
     //
     // tChart1.Axes.Left
     //
     this.tChart1.Axes.Left.Automatic        = false;
     this.tChart1.Axes.Left.AutomaticMaximum = false;
     this.tChart1.Axes.Left.AutomaticMinimum = false;
     this.tChart1.Axes.Left.LogarithmicBase  = 2;
     this.tChart1.Axes.Left.Maximum          = 115;
     this.tChart1.Axes.Left.Minimum          = 0;
     //
     // tChart1.Header
     //
     this.tChart1.Header.Lines = new string[] {
         "tChart1"
     };
     this.tChart1.Header.Visible = false;
     this.tChart1.Location       = new System.Drawing.Point(0, 116);
     this.tChart1.Name           = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Bevel
     //
     this.tChart1.Panel.Bevel.ColorTwo = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(192)), ((System.Byte)(255)), ((System.Byte)(192)));
     //
     // 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.shapeSeries1);
     this.tChart1.Series.Add(this.shapeSeries2);
     this.tChart1.Series.Add(this.shapeSeries3);
     this.tChart1.Size = new System.Drawing.Size(440, 273);
     //
     // shapeSeries1
     //
     //
     // shapeSeries1.Brush
     //
     this.shapeSeries1.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(0)));
     this.shapeSeries1.Brush.Solid = false;
     this.shapeSeries1.Brush.Style = System.Drawing.Drawing2D.HatchStyle.HorizontalBrick;
     this.shapeSeries1.Cursor      = System.Windows.Forms.Cursors.Cross;
     //
     // shapeSeries1.Font
     //
     this.shapeSeries1.Font.Bold      = true;
     this.shapeSeries1.Font.Size      = 10;
     this.shapeSeries1.HorizAlignment = Steema.TeeChart.Styles.ShapeTextHorizAlign.Center;
     //
     // shapeSeries1.Marks
     //
     //
     // shapeSeries1.Marks.Symbol
     //
     //
     // shapeSeries1.Marks.Symbol.Shadow
     //
     this.shapeSeries1.Marks.Symbol.Shadow.Height  = 1;
     this.shapeSeries1.Marks.Symbol.Shadow.Visible = true;
     this.shapeSeries1.Marks.Symbol.Shadow.Width   = 1;
     //
     // shapeSeries1.Pen
     //
     this.shapeSeries1.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(153)), ((System.Byte)(122)));
     this.shapeSeries1.Pen.Style = System.Drawing.Drawing2D.DashStyle.Dot;
     this.shapeSeries1.Pen.Width = 2;
     this.shapeSeries1.Style     = Steema.TeeChart.Styles.ShapeStyles.Rectangle;
     this.shapeSeries1.Text      = new string[] {
         "Text at bottom"
     };
     this.shapeSeries1.Title         = "shapeSeries1";
     this.shapeSeries1.VertAlignment = Steema.TeeChart.Styles.ShapeTextVertAlign.Bottom;
     //
     // shapeSeries1.XValues
     //
     this.shapeSeries1.XValues.DataMember = "X";
     this.shapeSeries1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     this.shapeSeries1.XYStyle            = Steema.TeeChart.Styles.ShapeXYStyles.Axis;
     //
     // shapeSeries1.YValues
     //
     this.shapeSeries1.YValues.DataMember = "Y";
     //
     // shapeSeries2
     //
     this.shapeSeries2.Cursor = System.Windows.Forms.Cursors.Cross;
     //
     // shapeSeries2.Font
     //
     this.shapeSeries2.Font.Bold      = true;
     this.shapeSeries2.Font.Italic    = true;
     this.shapeSeries2.Font.Size      = 12;
     this.shapeSeries2.HorizAlignment = Steema.TeeChart.Styles.ShapeTextHorizAlign.Center;
     //
     // shapeSeries2.Marks
     //
     //
     // shapeSeries2.Marks.Symbol
     //
     //
     // shapeSeries2.Marks.Symbol.Shadow
     //
     this.shapeSeries2.Marks.Symbol.Shadow.Height  = 1;
     this.shapeSeries2.Marks.Symbol.Shadow.Visible = true;
     this.shapeSeries2.Marks.Symbol.Shadow.Width   = 1;
     //
     // shapeSeries2.Pen
     //
     this.shapeSeries2.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(122)), ((System.Byte)(153)), ((System.Byte)(153)));
     this.shapeSeries2.Pen.Style = System.Drawing.Drawing2D.DashStyle.Dash;
     this.shapeSeries2.Pen.Width = 2;
     this.shapeSeries2.Style     = Steema.TeeChart.Styles.ShapeStyles.Rectangle;
     this.shapeSeries2.Text      = new string[] {
         "Text at center"
     };
     this.shapeSeries2.Title         = "shapeSeries2";
     this.shapeSeries2.VertAlignment = Steema.TeeChart.Styles.ShapeTextVertAlign.Center;
     //
     // shapeSeries2.XValues
     //
     this.shapeSeries2.XValues.DataMember = "X";
     this.shapeSeries2.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     this.shapeSeries2.XYStyle            = Steema.TeeChart.Styles.ShapeXYStyles.Axis;
     //
     // shapeSeries2.YValues
     //
     this.shapeSeries2.YValues.DataMember = "Y";
     //
     // shapeSeries3
     //
     //
     // shapeSeries3.Brush
     //
     this.shapeSeries3.Brush.Color           = System.Drawing.Color.FromArgb(((System.Byte)(255)), ((System.Byte)(192)), ((System.Byte)(128)));
     this.shapeSeries3.Brush.ForegroundColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.shapeSeries3.Brush.Solid           = false;
     this.shapeSeries3.Cursor = System.Windows.Forms.Cursors.Cross;
     //
     // shapeSeries3.Font
     //
     this.shapeSeries3.Font.Bold      = true;
     this.shapeSeries3.Font.Size      = 12;
     this.shapeSeries3.HorizAlignment = Steema.TeeChart.Styles.ShapeTextHorizAlign.Center;
     //
     // shapeSeries3.Marks
     //
     //
     // shapeSeries3.Marks.Symbol
     //
     //
     // shapeSeries3.Marks.Symbol.Shadow
     //
     this.shapeSeries3.Marks.Symbol.Shadow.Height  = 1;
     this.shapeSeries3.Marks.Symbol.Shadow.Visible = true;
     this.shapeSeries3.Marks.Symbol.Shadow.Width   = 1;
     //
     // shapeSeries3.Pen
     //
     this.shapeSeries3.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(153)), ((System.Byte)(122)), ((System.Byte)(122)));
     this.shapeSeries3.Style     = Steema.TeeChart.Styles.ShapeStyles.Rectangle;
     this.shapeSeries3.Text      = new string[] {
         "Text at top"
     };
     this.shapeSeries3.Title         = "shapeSeries3";
     this.shapeSeries3.VertAlignment = Steema.TeeChart.Styles.ShapeTextVertAlign.Top;
     //
     // shapeSeries3.XValues
     //
     this.shapeSeries3.XValues.DataMember = "X";
     this.shapeSeries3.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
     this.shapeSeries3.XYStyle            = Steema.TeeChart.Styles.ShapeXYStyles.Axis;
     //
     // shapeSeries3.YValues
     //
     this.shapeSeries3.YValues.DataMember = "Y";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.radioButton3);
     this.groupBox1.Controls.Add(this.radioButton2);
     this.groupBox1.Controls.Add(this.radioButton1);
     this.groupBox1.Location = new System.Drawing.Point(7, 7);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(273, 41);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Vertical align:";
     //
     // radioButton3
     //
     this.radioButton3.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton3.Location        = new System.Drawing.Point(176, 16);
     this.radioButton3.Name            = "radioButton3";
     this.radioButton3.Size            = new System.Drawing.Size(80, 16);
     this.radioButton3.TabIndex        = 2;
     this.radioButton3.Text            = "&Bottom";
     this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // radioButton2
     //
     this.radioButton2.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton2.Location        = new System.Drawing.Point(88, 16);
     this.radioButton2.Name            = "radioButton2";
     this.radioButton2.Size            = new System.Drawing.Size(79, 16);
     this.radioButton2.TabIndex        = 1;
     this.radioButton2.Text            = "&Center";
     this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // radioButton1
     //
     this.radioButton1.Checked         = true;
     this.radioButton1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
     this.radioButton1.Location        = new System.Drawing.Point(20, 16);
     this.radioButton1.Name            = "radioButton1";
     this.radioButton1.Size            = new System.Drawing.Size(67, 16);
     this.radioButton1.TabIndex        = 0;
     this.radioButton1.TabStop         = true;
     this.radioButton1.Text            = "&Top";
     this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
     //
     // Shape_VertAlign
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(440, 389);
     this.Name = "Shape_VertAlign";
     this.panel1.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }