/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components    = new System.ComponentModel.Container();
            this.groupBox1     = new System.Windows.Forms.GroupBox();
            this.CBDrag        = new System.Windows.Forms.CheckBox();
            this.CBDelete      = new System.Windows.Forms.CheckBox();
            this.CBInsert      = new System.Windows.Forms.CheckBox();
            this.CBType        = new System.Windows.Forms.CheckBox();
            this.CBColor       = new System.Windows.Forms.CheckBox();
            this.pLeft         = new System.Windows.Forms.Panel();
            this.chartListBox1 = new Steema.TeeChart.ChartListBox(this.components);
            this.tChart1       = new Steema.TeeChart.TChart();
            this.area1         = new Steema.TeeChart.Styles.Area();
            this.bar1          = new Steema.TeeChart.Styles.Bar();
            this.bubble1       = new Steema.TeeChart.Styles.Bubble();
            this.line1         = new Steema.TeeChart.Styles.Line();
            this.pRight        = new System.Windows.Forms.Panel();
            this.splitter1     = new System.Windows.Forms.Splitter();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.pLeft.SuspendLayout();
            this.pRight.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Name = "textBox1";
            this.textBox1.Text = @"The ChartListBox component now has additional properties to control if the
end-user can change a Series type or Series color, if Series can be
re-ordered by dragging, and if Series can be deleted pressing the Del key.

Example: chartListBox1.EnableChangeColor=false;

ChartListBox now also synchronizes when Series are added or deleted programatically";
            //
            // panel1
            //
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Name = "panel1";
            //
            // panel2
            //
            this.panel2.Controls.Add(this.splitter1);
            this.panel2.Controls.Add(this.pRight);
            this.panel2.Controls.Add(this.pLeft);
            this.panel2.Name = "panel2";
            //
            // groupBox1
            //
            this.groupBox1.Controls.Add(this.CBDrag);
            this.groupBox1.Controls.Add(this.CBDelete);
            this.groupBox1.Controls.Add(this.CBInsert);
            this.groupBox1.Controls.Add(this.CBType);
            this.groupBox1.Controls.Add(this.CBColor);
            this.groupBox1.Location = new System.Drawing.Point(2, 1);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(421, 39);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "Enable";
            //
            // CBDrag
            //
            this.CBDrag.Checked    = true;
            this.CBDrag.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CBDrag.Location   = new System.Drawing.Point(331, 14);
            this.CBDrag.Name       = "CBDrag";
            this.CBDrag.Size       = new System.Drawing.Size(83, 19);
            this.CBDrag.TabIndex   = 4;
            this.CBDrag.Text       = "Drag Series";
            this.CBDrag.Click     += new System.EventHandler(this.CBDrag_Click);
            //
            // CBDelete
            //
            this.CBDelete.Checked    = true;
            this.CBDelete.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CBDelete.Location   = new System.Drawing.Point(255, 14);
            this.CBDelete.Name       = "CBDelete";
            this.CBDelete.Size       = new System.Drawing.Size(81, 19);
            this.CBDelete.TabIndex   = 3;
            this.CBDelete.Text       = "Delete Key";
            this.CBDelete.Click     += new System.EventHandler(this.CBDelete_Click);
            //
            // CBInsert
            //
            this.CBInsert.Checked    = true;
            this.CBInsert.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CBInsert.Location   = new System.Drawing.Point(186, 14);
            this.CBInsert.Name       = "CBInsert";
            this.CBInsert.Size       = new System.Drawing.Size(74, 19);
            this.CBInsert.TabIndex   = 2;
            this.CBInsert.Text       = "Insert Key";
            this.CBInsert.Click     += new System.EventHandler(this.CBInsert_Click);
            //
            // CBType
            //
            this.CBType.Checked    = true;
            this.CBType.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CBType.Location   = new System.Drawing.Point(96, 14);
            this.CBType.Name       = "CBType";
            this.CBType.Size       = new System.Drawing.Size(93, 19);
            this.CBType.TabIndex   = 1;
            this.CBType.Text       = "Change Type";
            this.CBType.Click     += new System.EventHandler(this.CBType_Click);
            //
            // CBColor
            //
            this.CBColor.Checked    = true;
            this.CBColor.CheckState = System.Windows.Forms.CheckState.Checked;
            this.CBColor.Location   = new System.Drawing.Point(8, 14);
            this.CBColor.Name       = "CBColor";
            this.CBColor.Size       = new System.Drawing.Size(93, 19);
            this.CBColor.TabIndex   = 0;
            this.CBColor.Text       = "Change Color";
            this.CBColor.Click     += new System.EventHandler(this.CBColor_Click);
            //
            // pLeft
            //
            this.pLeft.BackColor = System.Drawing.Color.White;
            this.pLeft.Controls.Add(this.chartListBox1);
            this.pLeft.Dock     = System.Windows.Forms.DockStyle.Left;
            this.pLeft.Location = new System.Drawing.Point(0, 0);
            this.pLeft.Name     = "pLeft";
            this.pLeft.Size     = new System.Drawing.Size(176, 154);
            this.pLeft.TabIndex = 0;
            //
            // chartListBox1
            //
            this.chartListBox1.AllowDrop  = true;
            this.chartListBox1.Chart      = this.tChart1;
            this.chartListBox1.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.chartListBox1.Location   = new System.Drawing.Point(0, 0);
            this.chartListBox1.Name       = "chartListBox1";
            this.chartListBox1.OtherItems = null;
            this.chartListBox1.Size       = new System.Drawing.Size(176, 148);
            this.chartListBox1.TabIndex   = 0;
            //
            // tChart1
            //
            //
            // tChart1.Aspect
            //
            this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
            this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
            this.tChart1.BackColor = System.Drawing.Color.Red;
            this.tChart1.Dock      = System.Windows.Forms.DockStyle.Fill;
            //
            // tChart1.Header
            //
            this.tChart1.Header.Lines = new string[] {
                "TeeChart"
            };
            this.tChart1.Location = new System.Drawing.Point(0, 0);
            this.tChart1.Name     = "tChart1";
            //
            // tChart1.Panel
            //
            //
            // tChart1.Panel.Brush
            //
            this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
            //
            // tChart1.Panel.Gradient
            //
            this.tChart1.Panel.Brush.Gradient.EndColor   = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(225)), ((System.Byte)(225)), ((System.Byte)(255)));
            this.tChart1.Panel.Brush.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
            //
            // tChart1.Panel.Gradient
            //
            this.tChart1.Panel.Gradient.EndColor   = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(225)), ((System.Byte)(225)), ((System.Byte)(255)));
            this.tChart1.Panel.Gradient.StartColor = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
            this.tChart1.Series.Add(this.area1);
            this.tChart1.Series.Add(this.bar1);
            this.tChart1.Series.Add(this.bubble1);
            this.tChart1.Series.Add(this.line1);
            this.tChart1.Size     = new System.Drawing.Size(250, 154);
            this.tChart1.TabIndex = 0;
            //
            // 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;
            //
            // area1
            //
            //
            // area1.AreaBrush
            //
            this.area1.AreaBrush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(0)));
            //
            // area1.AreaLines
            //
            this.area1.AreaLines.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(153)), ((System.Byte)(77)), ((System.Byte)(0)));
            //
            // area1.Brush
            //
            this.area1.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(128)), ((System.Byte)(0)));
            //
            // area1.LinePen
            //
            this.area1.LinePen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(153)), ((System.Byte)(77)), ((System.Byte)(0)));
            //
            // area1.Marks
            //
            //
            // area1.Marks.Font
            //
            //
            // area1.Marks.Font.Brush
            //
            this.area1.Marks.Font.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(64)), ((System.Byte)(0)), ((System.Byte)(0)));
            this.area1.Marks.Font.Size        = 14;
            //
            // area1.Marks.Pen
            //
            this.area1.Marks.Pen.Visible = false;
            //
            // area1.Marks.Symbol
            //
            //
            // area1.Marks.Symbol.Shadow
            //
            this.area1.Marks.Symbol.Shadow.Height  = 1;
            this.area1.Marks.Symbol.Shadow.Visible = true;
            this.area1.Marks.Symbol.Shadow.Width   = 1;
            //
            // area1.Pointer
            //
            this.area1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.area1.Title         = "area1";
            //
            // area1.XValues
            //
            this.area1.XValues.DataMember = "X";
            this.area1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // area1.YValues
            //
            this.area1.YValues.DataMember = "Y";
            //
            // bar1
            //
            //
            // bar1.Brush
            //
            this.bar1.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(128)));
            //
            // bar1.Marks
            //
            //
            // bar1.Marks.Font
            //
            //
            // bar1.Marks.Font.Brush
            //
            this.bar1.Marks.Font.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(64)), ((System.Byte)(0)), ((System.Byte)(0)));
            this.bar1.Marks.Font.Size        = 14;
            //
            // bar1.Marks.Pen
            //
            this.bar1.Marks.Pen.Visible = false;
            //
            // bar1.Marks.Symbol
            //
            //
            // bar1.Marks.Symbol.Shadow
            //
            this.bar1.Marks.Symbol.Shadow.Height  = 1;
            this.bar1.Marks.Symbol.Shadow.Visible = true;
            this.bar1.Marks.Symbol.Shadow.Width   = 1;
            this.bar1.Marks.Transparent           = true;
            //
            // bar1.Pen
            //
            this.bar1.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(153)), ((System.Byte)(153)), ((System.Byte)(77)));
            this.bar1.Title     = "bar2";
            //
            // bar1.XValues
            //
            this.bar1.XValues.DataMember = "X";
            this.bar1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // bar1.YValues
            //
            this.bar1.YValues.DataMember = "Bar";
            //
            // bubble1
            //
            this.bubble1.ColorEach   = false;
            this.bubble1.LabelMember = "Labels";
            //
            // bubble1.LinePen
            //
            this.bubble1.LinePen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(77)), ((System.Byte)(0)), ((System.Byte)(0)));
            //
            // bubble1.Marks
            //
            //
            // bubble1.Marks.Symbol
            //
            //
            // bubble1.Marks.Symbol.Shadow
            //
            this.bubble1.Marks.Symbol.Shadow.Height  = 1;
            this.bubble1.Marks.Symbol.Shadow.Visible = true;
            this.bubble1.Marks.Symbol.Shadow.Width   = 1;
            this.bubble1.Marks.Transparent           = true;
            //
            // bubble1.Pointer
            //
            //
            // bubble1.Pointer.Brush
            //
            this.bubble1.Pointer.Brush.Color    = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)));
            this.bubble1.Pointer.InflateMargins = false;
            //
            // bubble1.Pointer.Pen
            //
            this.bubble1.Pointer.Pen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(77)), ((System.Byte)(0)), ((System.Byte)(0)));
            this.bubble1.Pointer.Style     = Steema.TeeChart.Styles.PointerStyles.Sphere;
            this.bubble1.Title             = "bubble3";
            //
            // bubble1.XValues
            //
            this.bubble1.XValues.DataMember = "X";
            this.bubble1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // bubble1.YValues
            //
            this.bubble1.YValues.DataMember = "Y";
            //
            // line1
            //
            //
            // line1.Brush
            //
            this.line1.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(64)));
            //
            // line1.LinePen
            //
            this.line1.LinePen.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(38)));
            //
            // line1.Marks
            //
            //
            // line1.Marks.Symbol
            //
            //
            // line1.Marks.Symbol.Shadow
            //
            this.line1.Marks.Symbol.Shadow.Height  = 1;
            this.line1.Marks.Symbol.Shadow.Visible = true;
            this.line1.Marks.Symbol.Shadow.Width   = 1;
            //
            // line1.Pointer
            //
            this.line1.Pointer.Style = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.line1.Title         = "line4";
            //
            // line1.XValues
            //
            this.line1.XValues.DataMember = "X";
            this.line1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // line1.YValues
            //
            this.line1.YValues.DataMember = "Y";
            //
            // pRight
            //
            this.pRight.BackColor = System.Drawing.Color.White;
            this.pRight.Controls.Add(this.tChart1);
            this.pRight.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.pRight.Location = new System.Drawing.Point(176, 0);
            this.pRight.Name     = "pRight";
            this.pRight.Size     = new System.Drawing.Size(250, 154);
            this.pRight.TabIndex = 1;
            //
            // splitter1
            //
            this.splitter1.Location = new System.Drawing.Point(176, 0);
            this.splitter1.Name     = "splitter1";
            this.splitter1.Size     = new System.Drawing.Size(3, 154);
            this.splitter1.TabIndex = 0;
            this.splitter1.TabStop  = false;
            //
            // ChartListBoxEnable
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(426, 258);
            this.Name = "ChartListBoxEnable";
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.pLeft.ResumeLayout(false);
            this.pRight.ResumeLayout(false);
            this.ResumeLayout(false);
        }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components    = new System.ComponentModel.Container();
     this.chartListBox1 = new Steema.TeeChart.ChartListBox(this.components);
     this.tChart1       = new Steema.TeeChart.TChart();
     this.checkBox1     = new System.Windows.Forms.CheckBox();
     this.checkBox2     = new System.Windows.Forms.CheckBox();
     this.splitter1     = new System.Windows.Forms.Splitter();
     this.comboBox1     = new System.Windows.Forms.ComboBox();
     this.button1       = new System.Windows.Forms.Button();
     this.editor1       = new Steema.TeeChart.Editor(this.components);
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     //
     // textBox1
     //
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(513, 62);
     this.textBox1.Text = "Series components can be grouped to easily show / hide multiple series at once. \r" +
                          "\nThe Chart editor, when groups are enabled, show the group names.\r\n\r\ntChart1.Ser" +
                          "ies.AddGroup(\"First group\");";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.button1);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.checkBox2);
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(513, 42);
     //
     // panel2
     //
     this.panel2.Controls.Add(this.splitter1);
     this.panel2.Controls.Add(this.tChart1);
     this.panel2.Controls.Add(this.chartListBox1);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(513, 188);
     //
     // chartListBox1
     //
     this.chartListBox1.AllowDrop      = true;
     this.chartListBox1.Chart          = this.tChart1;
     this.chartListBox1.Dock           = System.Windows.Forms.DockStyle.Left;
     this.chartListBox1.IntegralHeight = false;
     this.chartListBox1.Location       = new System.Drawing.Point(0, 0);
     this.chartListBox1.Name           = "chartListBox1";
     this.chartListBox1.OtherItems     = null;
     this.chartListBox1.SeriesGroup    = null;
     this.chartListBox1.Size           = new System.Drawing.Size(112, 188);
     this.chartListBox1.TabIndex       = 0;
     //
     // tChart1
     //
     //
     // tChart1.Aspect
     //
     this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
     this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
     //
     // tChart1.Axes
     //
     //
     // tChart1.Axes.Bottom
     //
     //
     // tChart1.Axes.Bottom.Grid
     //
     this.tChart1.Axes.Bottom.Grid.ZPosition = 0;
     //
     // tChart1.Axes.Bottom.Labels
     //
     //
     // tChart1.Axes.Bottom.Labels.Font
     //
     //
     // tChart1.Axes.Bottom.Labels.Font.Shadow
     //
     this.tChart1.Axes.Bottom.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Labels.Shadow
     //
     this.tChart1.Axes.Bottom.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Title
     //
     //
     // tChart1.Axes.Bottom.Title.Font
     //
     //
     // tChart1.Axes.Bottom.Title.Font.Shadow
     //
     this.tChart1.Axes.Bottom.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Bottom.Title.Shadow
     //
     this.tChart1.Axes.Bottom.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth
     //
     //
     // tChart1.Axes.Depth.Grid
     //
     this.tChart1.Axes.Depth.Grid.ZPosition = 0;
     //
     // tChart1.Axes.Depth.Labels
     //
     //
     // tChart1.Axes.Depth.Labels.Font
     //
     //
     // tChart1.Axes.Depth.Labels.Font.Shadow
     //
     this.tChart1.Axes.Depth.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Labels.Shadow
     //
     this.tChart1.Axes.Depth.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Title
     //
     //
     // tChart1.Axes.Depth.Title.Font
     //
     //
     // tChart1.Axes.Depth.Title.Font.Shadow
     //
     this.tChart1.Axes.Depth.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Depth.Title.Shadow
     //
     this.tChart1.Axes.Depth.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop
     //
     //
     // tChart1.Axes.DepthTop.Grid
     //
     this.tChart1.Axes.DepthTop.Grid.ZPosition = 0;
     //
     // tChart1.Axes.DepthTop.Labels
     //
     //
     // tChart1.Axes.DepthTop.Labels.Font
     //
     //
     // tChart1.Axes.DepthTop.Labels.Font.Shadow
     //
     this.tChart1.Axes.DepthTop.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Labels.Shadow
     //
     this.tChart1.Axes.DepthTop.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Title
     //
     //
     // tChart1.Axes.DepthTop.Title.Font
     //
     //
     // tChart1.Axes.DepthTop.Title.Font.Shadow
     //
     this.tChart1.Axes.DepthTop.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.DepthTop.Title.Shadow
     //
     this.tChart1.Axes.DepthTop.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Left
     //
     //
     // tChart1.Axes.Left.Grid
     //
     this.tChart1.Axes.Left.Grid.ZPosition = 0;
     //
     // tChart1.Axes.Left.Labels
     //
     //
     // tChart1.Axes.Left.Labels.Font
     //
     //
     // tChart1.Axes.Left.Labels.Font.Shadow
     //
     this.tChart1.Axes.Left.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Labels.Shadow
     //
     this.tChart1.Axes.Left.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Title
     //
     //
     // tChart1.Axes.Left.Title.Font
     //
     //
     // tChart1.Axes.Left.Title.Font.Shadow
     //
     this.tChart1.Axes.Left.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Left.Title.Shadow
     //
     this.tChart1.Axes.Left.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Right
     //
     //
     // tChart1.Axes.Right.Grid
     //
     this.tChart1.Axes.Right.Grid.ZPosition = 0;
     //
     // tChart1.Axes.Right.Labels
     //
     //
     // tChart1.Axes.Right.Labels.Font
     //
     //
     // tChart1.Axes.Right.Labels.Font.Shadow
     //
     this.tChart1.Axes.Right.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Labels.Shadow
     //
     this.tChart1.Axes.Right.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Title
     //
     //
     // tChart1.Axes.Right.Title.Font
     //
     //
     // tChart1.Axes.Right.Title.Font.Shadow
     //
     this.tChart1.Axes.Right.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Right.Title.Shadow
     //
     this.tChart1.Axes.Right.Title.Shadow.Visible = false;
     //
     // tChart1.Axes.Top
     //
     //
     // tChart1.Axes.Top.Grid
     //
     this.tChart1.Axes.Top.Grid.ZPosition = 0;
     //
     // tChart1.Axes.Top.Labels
     //
     //
     // tChart1.Axes.Top.Labels.Font
     //
     //
     // tChart1.Axes.Top.Labels.Font.Shadow
     //
     this.tChart1.Axes.Top.Labels.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Labels.Shadow
     //
     this.tChart1.Axes.Top.Labels.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Title
     //
     //
     // tChart1.Axes.Top.Title.Font
     //
     //
     // tChart1.Axes.Top.Title.Font.Shadow
     //
     this.tChart1.Axes.Top.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Axes.Top.Title.Shadow
     //
     this.tChart1.Axes.Top.Title.Shadow.Visible = false;
     this.tChart1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // tChart1.Footer
     //
     //
     // tChart1.Footer.Font
     //
     //
     // tChart1.Footer.Font.Shadow
     //
     this.tChart1.Footer.Font.Shadow.Visible = false;
     //
     // tChart1.Footer.Shadow
     //
     this.tChart1.Footer.Shadow.Visible = false;
     //
     // tChart1.Header
     //
     //
     // tChart1.Header.Font
     //
     //
     // tChart1.Header.Font.Shadow
     //
     this.tChart1.Header.Font.Shadow.Visible = false;
     this.tChart1.Header.Lines = new string[] {
         "TeeChart"
     };
     //
     // tChart1.Header.Shadow
     //
     this.tChart1.Header.Shadow.Visible = false;
     this.tChart1.Header.Visible        = false;
     //
     // tChart1.Legend
     //
     //
     // tChart1.Legend.Font
     //
     //
     // tChart1.Legend.Font.Shadow
     //
     this.tChart1.Legend.Font.Shadow.Visible = false;
     //
     // tChart1.Legend.Title
     //
     //
     // tChart1.Legend.Title.Font
     //
     this.tChart1.Legend.Title.Font.Bold = true;
     //
     // tChart1.Legend.Title.Font.Shadow
     //
     this.tChart1.Legend.Title.Font.Shadow.Visible = false;
     //
     // tChart1.Legend.Title.Pen
     //
     this.tChart1.Legend.Title.Pen.Visible = false;
     //
     // tChart1.Legend.Title.Shadow
     //
     this.tChart1.Legend.Title.Shadow.Visible = false;
     this.tChart1.Location = new System.Drawing.Point(112, 0);
     this.tChart1.Name     = "tChart1";
     //
     // tChart1.Panel
     //
     //
     // tChart1.Panel.Brush
     //
     this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
     //
     // tChart1.Panel.Shadow
     //
     this.tChart1.Panel.Shadow.Visible = false;
     this.tChart1.Size = new System.Drawing.Size(401, 188);
     //
     // tChart1.SubFooter
     //
     //
     // tChart1.SubFooter.Font
     //
     //
     // tChart1.SubFooter.Font.Shadow
     //
     this.tChart1.SubFooter.Font.Shadow.Visible = false;
     //
     // tChart1.SubFooter.Shadow
     //
     this.tChart1.SubFooter.Shadow.Visible = false;
     //
     // tChart1.SubHeader
     //
     //
     // tChart1.SubHeader.Font
     //
     //
     // tChart1.SubHeader.Font.Shadow
     //
     this.tChart1.SubHeader.Font.Shadow.Visible = false;
     //
     // tChart1.SubHeader.Shadow
     //
     this.tChart1.SubHeader.Shadow.Visible = false;
     this.tChart1.TabIndex = 1;
     //
     // tChart1.Walls
     //
     //
     // tChart1.Walls.Back
     //
     this.tChart1.Walls.Back.AutoHide = false;
     //
     // tChart1.Walls.Back.Brush
     //
     this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Back.Shadow
     //
     this.tChart1.Walls.Back.Shadow.Visible = false;
     this.tChart1.Walls.Back.Transparent    = false;
     //
     // tChart1.Walls.Bottom
     //
     this.tChart1.Walls.Bottom.AutoHide = false;
     //
     // tChart1.Walls.Bottom.Pen
     //
     this.tChart1.Walls.Bottom.Pen.Visible = false;
     //
     // tChart1.Walls.Bottom.Shadow
     //
     this.tChart1.Walls.Bottom.Shadow.Visible = false;
     this.tChart1.Walls.Bottom.Size           = 5;
     //
     // tChart1.Walls.Left
     //
     this.tChart1.Walls.Left.AutoHide = false;
     //
     // tChart1.Walls.Left.Brush
     //
     this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(224)));
     //
     // tChart1.Walls.Left.Pen
     //
     this.tChart1.Walls.Left.Pen.Visible = false;
     //
     // tChart1.Walls.Left.Shadow
     //
     this.tChart1.Walls.Left.Shadow.Visible = false;
     this.tChart1.Walls.Left.Size           = 5;
     //
     // tChart1.Walls.Right
     //
     this.tChart1.Walls.Right.AutoHide = false;
     //
     // tChart1.Walls.Right.Shadow
     //
     this.tChart1.Walls.Right.Shadow.Visible = false;
     //
     // 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(256, 2);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(147, 21);
     this.checkBox1.TabIndex   = 2;
     this.checkBox1.Text       = "Show &groups at editor";
     //
     // 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(256, 18);
     this.checkBox2.Name       = "checkBox2";
     this.checkBox2.Size       = new System.Drawing.Size(176, 21);
     this.checkBox2.TabIndex   = 3;
     this.checkBox2.Text       = "Show \"&All groups\" at editor";
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(112, 0);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(3, 188);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop  = false;
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Location              = new System.Drawing.Point(8, 11);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(120, 21);
     this.comboBox1.TabIndex              = 0;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // button1
     //
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Location  = new System.Drawing.Point(152, 8);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(80, 24);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "&Edit...";
     this.button1.Click    += new System.EventHandler(this.button1_Click);
     //
     // editor1
     //
     this.editor1.Chart         = this.tChart1;
     this.editor1.HighLightTabs = false;
     this.editor1.Location      = new System.Drawing.Point(17, 17);
     this.editor1.Name          = "editor1";
     this.editor1.Options       = null;
     this.editor1.TabIndex      = 0;
     //
     // Series_Groups
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(513, 292);
     this.Name = "Series_Groups";
     this.panel1.ResumeLayout(false);
     this.panel2.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.components    = new System.ComponentModel.Container();
            this.chartListBox1 = new Steema.TeeChart.ChartListBox(this.components);
            this.tChart1       = new Steema.TeeChart.TChart();
            this.line1         = new Steema.TeeChart.Styles.Line();
            this.line2         = new Steema.TeeChart.Styles.Line();
            this.points1       = new Steema.TeeChart.Styles.Points();
            this.bar1          = new Steema.TeeChart.Styles.Bar();
            this.bar2          = new Steema.TeeChart.Styles.Bar();
            this.commander1    = new Steema.TeeChart.Commander();
            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.splitter1     = new System.Windows.Forms.Splitter();
            this.panel1.SuspendLayout();
            this.panel2.SuspendLayout();
            this.SuspendLayout();
            //
            // textBox1
            //
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(513, 62);
            this.textBox1.Text = @"The ""Chart List Box"" component is a custom ListBox to display all Series inside a Chart component.
The end-user can show and hide individual Series and change the default Series color or the Series type itself.

Several properties allow customization of the Listbox. Try clicking, double-clicking and dragging on the listbox.";
            //
            // panel1
            //
            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.Controls.Add(this.commander1);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(513, 77);
            //
            // panel2
            //
            this.panel2.Controls.Add(this.splitter1);
            this.panel2.Controls.Add(this.tChart1);
            this.panel2.Controls.Add(this.chartListBox1);
            this.panel2.Location = new System.Drawing.Point(0, 139);
            this.panel2.Name     = "panel2";
            this.panel2.Size     = new System.Drawing.Size(513, 153);
            //
            // chartListBox1
            //
            this.chartListBox1.AllowDrop      = true;
            this.chartListBox1.Chart          = this.tChart1;
            this.chartListBox1.Dock           = System.Windows.Forms.DockStyle.Left;
            this.chartListBox1.IntegralHeight = false;
            this.chartListBox1.Location       = new System.Drawing.Point(0, 0);
            this.chartListBox1.Name           = "chartListBox1";
            this.chartListBox1.OtherItems     = null;
            this.chartListBox1.Size           = new System.Drawing.Size(112, 153);
            this.chartListBox1.TabIndex       = 0;
            //
            // tChart1
            //
            //
            // tChart1.Aspect
            //
            this.tChart1.Aspect.SmoothingMode     = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
            this.tChart1.Aspect.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
            this.tChart1.Dock = System.Windows.Forms.DockStyle.Fill;
            //
            // tChart1.Header
            //
            this.tChart1.Header.Lines = new string[] {
                "TeeChart"
            };
            this.tChart1.Header.Visible = false;
            this.tChart1.Location       = new System.Drawing.Point(112, 0);
            this.tChart1.Name           = "tChart1";
            //
            // tChart1.Panel
            //
            //
            // tChart1.Panel.Brush
            //
            this.tChart1.Panel.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(255)));
            this.tChart1.Series.Add(this.line1);
            this.tChart1.Series.Add(this.line2);
            this.tChart1.Series.Add(this.points1);
            this.tChart1.Series.Add(this.bar1);
            this.tChart1.Series.Add(this.bar2);
            this.tChart1.Size     = new System.Drawing.Size(401, 153);
            this.tChart1.TabIndex = 1;
            //
            // tChart1.Walls
            //
            //
            // tChart1.Walls.Back
            //
            //
            // tChart1.Walls.Back.Brush
            //
            this.tChart1.Walls.Back.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
            this.tChart1.Walls.Back.Transparent = false;
            //
            // tChart1.Walls.Bottom
            //
            //
            // tChart1.Walls.Bottom.Pen
            //
            this.tChart1.Walls.Bottom.Pen.Visible = false;
            this.tChart1.Walls.Bottom.Size        = 5;
            //
            // tChart1.Walls.Left
            //
            //
            // tChart1.Walls.Left.Brush
            //
            this.tChart1.Walls.Left.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(255)), ((System.Byte)(255)), ((System.Byte)(224)));
            //
            // tChart1.Walls.Left.Pen
            //
            this.tChart1.Walls.Left.Pen.Visible = false;
            this.tChart1.Walls.Left.Size        = 5;
            //
            // line1
            //
            //
            // line1.Brush
            //
            this.line1.Brush.Color = System.Drawing.Color.Red;
            //
            // line1.Marks
            //
            //
            // line1.Marks.Symbol
            //
            //
            // line1.Marks.Symbol.Shadow
            //
            this.line1.Marks.Symbol.Shadow.Height  = 1;
            this.line1.Marks.Symbol.Shadow.Visible = true;
            this.line1.Marks.Symbol.Shadow.Width   = 1;
            //
            // line1.Pointer
            //
            //
            // line1.Pointer.Brush
            //
            this.line1.Pointer.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
            this.line1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.line1.Title = "line1";
            //
            // line1.XValues
            //
            this.line1.XValues.DataMember = "X";
            this.line1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // line1.YValues
            //
            this.line1.YValues.DataMember = "Y";
            //
            // line2
            //
            //
            // line2.Brush
            //
            this.line2.Brush.Color = System.Drawing.Color.Green;
            //
            // line2.Marks
            //
            //
            // line2.Marks.Symbol
            //
            //
            // line2.Marks.Symbol.Shadow
            //
            this.line2.Marks.Symbol.Shadow.Height  = 1;
            this.line2.Marks.Symbol.Shadow.Visible = true;
            this.line2.Marks.Symbol.Shadow.Width   = 1;
            //
            // line2.Pointer
            //
            //
            // line2.Pointer.Brush
            //
            this.line2.Pointer.Brush.Color = System.Drawing.Color.FromArgb(((System.Byte)(254)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
            this.line2.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.line2.Title = "line2";
            //
            // line2.XValues
            //
            this.line2.XValues.DataMember = "X";
            this.line2.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // line2.YValues
            //
            this.line2.YValues.DataMember = "Y";
            //
            // points1
            //
            //
            // points1.Marks
            //
            //
            // points1.Marks.Symbol
            //
            //
            // points1.Marks.Symbol.Shadow
            //
            this.points1.Marks.Symbol.Shadow.Height  = 1;
            this.points1.Marks.Symbol.Shadow.Visible = true;
            this.points1.Marks.Symbol.Shadow.Width   = 1;
            //
            // points1.Pointer
            //
            //
            // points1.Pointer.Brush
            //
            this.points1.Pointer.Brush.Color = System.Drawing.Color.Yellow;
            this.points1.Pointer.Style       = Steema.TeeChart.Styles.PointerStyles.Rectangle;
            this.points1.Title = "points1";
            //
            // points1.XValues
            //
            this.points1.XValues.DataMember = "X";
            this.points1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // points1.YValues
            //
            this.points1.YValues.DataMember = "Y";
            //
            // bar1
            //
            //
            // bar1.Brush
            //
            this.bar1.Brush.Color = System.Drawing.Color.Blue;
            //
            // bar1.Marks
            //
            //
            // bar1.Marks.Symbol
            //
            //
            // bar1.Marks.Symbol.Shadow
            //
            this.bar1.Marks.Symbol.Shadow.Height  = 1;
            this.bar1.Marks.Symbol.Shadow.Visible = true;
            this.bar1.Marks.Symbol.Shadow.Width   = 1;
            this.bar1.Title = "bar1";
            //
            // bar1.XValues
            //
            this.bar1.XValues.DataMember = "X";
            this.bar1.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // bar1.YValues
            //
            this.bar1.YValues.DataMember = "Bar";
            //
            // bar2
            //
            //
            // bar2.Brush
            //
            this.bar2.Brush.Color = System.Drawing.Color.White;
            //
            // bar2.Marks
            //
            //
            // bar2.Marks.Symbol
            //
            //
            // bar2.Marks.Symbol.Shadow
            //
            this.bar2.Marks.Symbol.Shadow.Height  = 1;
            this.bar2.Marks.Symbol.Shadow.Visible = true;
            this.bar2.Marks.Symbol.Shadow.Width   = 1;
            this.bar2.Title = "bar2";
            //
            // bar2.XValues
            //
            this.bar2.XValues.DataMember = "X";
            this.bar2.XValues.Order      = Steema.TeeChart.Styles.ValueListOrder.Ascending;
            //
            // bar2.YValues
            //
            this.bar2.YValues.DataMember = "Bar";
            //
            // commander1
            //
            this.commander1.Appearance     = System.Windows.Forms.ToolBarAppearance.Flat;
            this.commander1.Chart          = this.tChart1;
            this.commander1.Dock           = System.Windows.Forms.DockStyle.Bottom;
            this.commander1.DropDownArrows = true;
            this.commander1.Location       = new System.Drawing.Point(0, 40);
            this.commander1.Name           = "commander1";
            this.commander1.ShowToolTips   = true;
            this.commander1.Size           = new System.Drawing.Size(513, 37);
            this.commander1.TabIndex       = 0;
            //
            // checkBox1
            //
            this.checkBox1.Checked         = true;
            this.checkBox1.CheckState      = System.Windows.Forms.CheckState.Checked;
            this.checkBox1.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox1.Location        = new System.Drawing.Point(13, 7);
            this.checkBox1.Name            = "checkBox1";
            this.checkBox1.Size            = new System.Drawing.Size(147, 21);
            this.checkBox1.TabIndex        = 1;
            this.checkBox1.Text            = "Show &active checkbox";
            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(153, 7);
            this.checkBox2.Name            = "checkBox2";
            this.checkBox2.Size            = new System.Drawing.Size(119, 21);
            this.checkBox2.TabIndex        = 2;
            this.checkBox2.Text            = "Show series &color";
            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(260, 7);
            this.checkBox3.Name            = "checkBox3";
            this.checkBox3.Size            = new System.Drawing.Size(116, 21);
            this.checkBox3.TabIndex        = 3;
            this.checkBox3.Text            = "Show series &icon";
            this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
            //
            // checkBox4
            //
            this.checkBox4.Checked         = true;
            this.checkBox4.CheckState      = System.Windows.Forms.CheckState.Checked;
            this.checkBox4.FlatStyle       = System.Windows.Forms.FlatStyle.Flat;
            this.checkBox4.Location        = new System.Drawing.Point(367, 7);
            this.checkBox4.Name            = "checkBox4";
            this.checkBox4.Size            = new System.Drawing.Size(121, 21);
            this.checkBox4.TabIndex        = 4;
            this.checkBox4.Text            = "Show series &titles";
            this.checkBox4.CheckedChanged += new System.EventHandler(this.checkBox4_CheckedChanged);
            //
            // splitter1
            //
            this.splitter1.Location = new System.Drawing.Point(112, 0);
            this.splitter1.Name     = "splitter1";
            this.splitter1.Size     = new System.Drawing.Size(3, 153);
            this.splitter1.TabIndex = 2;
            this.splitter1.TabStop  = false;
            //
            // Component_ChartListBox
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize        = new System.Drawing.Size(513, 292);
            this.Name = "Component_ChartListBox";
            this.panel1.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.ResumeLayout(false);
        }