/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.Charting.Styles.Corners                corners1      = new Telerik.Charting.Styles.Corners();
            Telerik.Charting.Styles.Corners                corners2      = new Telerik.Charting.Styles.Corners();
            Telerik.Charting.Styles.ChartMargins           chartMargins1 = new Telerik.Charting.Styles.ChartMargins();
            System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Telerik.Charting.Styles.Corners                corners3      = new Telerik.Charting.Styles.Corners();
            Telerik.Charting.Styles.ChartMargins           chartMargins2 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.ChartSeries     chartSeries1      = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeriesItem chartSeriesItem1  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem2  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem3  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem4  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem5  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeries     chartSeries2      = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeriesItem chartSeriesItem6  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem7  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem8  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem9  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem10 = new Telerik.Charting.ChartSeriesItem();
#pragma warning disable 618
            this.radChart1 = new Telerik.WinControls.UI.RadChart();
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).BeginInit();
            this.SuspendLayout();
            //
            // radChart1
            //
            this.radChart1.Appearance.Border.Color            = System.Drawing.Color.FromArgb(((int)(((byte)(117)))), ((int)(((byte)(117)))), ((int)(((byte)(117)))));
            this.radChart1.Appearance.FillStyle.FillType      = Telerik.Charting.Styles.FillType.Gradient;
            this.radChart1.Appearance.FillStyle.MainColor     = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(244)))), ((int)(((byte)(234)))));
            this.radChart1.Appearance.FillStyle.SecondColor   = System.Drawing.Color.FromArgb(((int)(((byte)(167)))), ((int)(((byte)(172)))), ((int)(((byte)(137)))));
            this.radChart1.ChartTitle.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            corners1.BottomLeft  = Telerik.Charting.Styles.CornerType.Round;
            corners1.BottomRight = Telerik.Charting.Styles.CornerType.Round;
            corners1.TopLeft     = Telerik.Charting.Styles.CornerType.Round;
            corners1.TopRight    = Telerik.Charting.Styles.CornerType.Round;
            this.radChart1.ChartTitle.Appearance.Corners                        = corners1;
            this.radChart1.ChartTitle.Appearance.FillStyle.MainColor            = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(183)))), ((int)(((byte)(144)))));
            this.radChart1.ChartTitle.Appearance.Position.AlignedPosition       = Telerik.Charting.Styles.AlignedPositions.Top;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font  = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold);
            this.radChart1.ChartTitle.TextBlock.Text = "Area";
            this.radChart1.DefaultType = Telerik.Charting.ChartSeriesType.Area;
            this.radChart1.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            corners2.BottomLeft  = Telerik.Charting.Styles.CornerType.Round;
            corners2.BottomRight = Telerik.Charting.Styles.CornerType.Round;
            corners2.TopLeft     = Telerik.Charting.Styles.CornerType.Round;
            corners2.TopRight    = Telerik.Charting.Styles.CornerType.Round;
            this.radChart1.Legend.Appearance.Corners = corners2;
            chartMargins1.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Right")));
            chartMargins1.Top   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Margins  = chartMargins1;
            this.radChart1.Legend.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(183)))), ((int)(((byte)(144)))));
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Font = new System.Drawing.Font("Arial", 9.75F);
            this.radChart1.Location = new System.Drawing.Point(12, 12);
            this.radChart1.Name     = "radChart1";
            this.radChart1.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(94)))), ((int)(((byte)(93)))));
            corners3.BottomLeft  = Telerik.Charting.Styles.CornerType.Round;
            corners3.BottomRight = Telerik.Charting.Styles.CornerType.Round;
            corners3.RoundSize   = 6;
            corners3.TopLeft     = Telerik.Charting.Styles.CornerType.Round;
            corners3.TopRight    = Telerik.Charting.Styles.CornerType.Round;
            this.radChart1.PlotArea.Appearance.Corners = corners3;
            chartMargins2.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Bottom")));
            chartMargins2.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Left")));
            chartMargins2.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Right")));
            chartMargins2.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Top")));
            this.radChart1.PlotArea.Appearance.Dimensions.Margins           = chartMargins2;
            this.radChart1.PlotArea.Appearance.FillStyle.MainColor          = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(201)))), ((int)(((byte)(254)))));
            this.radChart1.PlotArea.Appearance.FillStyle.SecondColor        = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(107)))), ((int)(((byte)(186)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Color   = System.Drawing.Color.DimGray;
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Visible = false;
            this.radChart1.PlotArea.XAxis.Appearance.MajorTick.Color        = System.Drawing.Color.Black;
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color     = System.Drawing.Color.Black;
            this.radChart1.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold);
            this.radChart1.PlotArea.XAxis.LayoutMode       = Telerik.Charting.Styles.ChartAxisLayoutMode.Inside;
            this.radChart1.PlotArea.XAxis.MaxValue         = 5;
            this.radChart1.PlotArea.XAxis.MinValue         = 1;
            this.radChart1.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.Color   = System.Drawing.Color.Black;
            this.radChart1.PlotArea.YAxis.Appearance.MajorTick.Color        = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Visible = false;
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Color        = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Visible      = false;
            this.radChart1.PlotArea.YAxis.Appearance.Visible = Telerik.Charting.Styles.ChartAxisVisibility.False;
            this.radChart1.PlotArea.YAxis.AxisLabel.TextBlock.Appearance.TextProperties.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold);
            this.radChart1.PlotArea.YAxis.MaxValue = 100;
            this.radChart1.PlotArea.YAxis.Step     = 10;
            this.radChart1.PlotArea.YAxis.Visible  = Telerik.Charting.Styles.ChartAxisVisibility.False;
            this.radChart1.PlotArea.YAxis2.AxisLabel.TextBlock.Appearance.TextProperties.Font = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Bold);
            chartSeries1.Appearance.Border.Color = System.Drawing.Color.Black;
            chartSeries1.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.Black;
            chartSeriesItem1.YValue  = 73;
            chartSeriesItem1.YValue2 = 52;
            chartSeriesItem2.YValue  = 23;
            chartSeriesItem2.YValue2 = 76;
            chartSeriesItem3.YValue  = 22;
            chartSeriesItem3.YValue2 = 25;
            chartSeriesItem4.YValue  = 24;
            chartSeriesItem4.YValue2 = 93;
            chartSeriesItem5.YValue  = 75;
            chartSeriesItem5.YValue2 = 55;
            chartSeries1.Items.AddRange(new Telerik.Charting.ChartSeriesItem[] {
                chartSeriesItem1,
                chartSeriesItem2,
                chartSeriesItem3,
                chartSeriesItem4,
                chartSeriesItem5
            });
            chartSeries1.Name = "Product A";
            chartSeries1.Type = Telerik.Charting.ChartSeriesType.Area;
            chartSeries2.Appearance.Border.Color = System.Drawing.Color.Black;
            chartSeries2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.Black;
            chartSeriesItem6.YValue   = 6;
            chartSeriesItem6.YValue2  = 53;
            chartSeriesItem7.YValue   = 24;
            chartSeriesItem7.YValue2  = 22;
            chartSeriesItem8.YValue   = 51;
            chartSeriesItem8.YValue2  = 78;
            chartSeriesItem9.YValue   = 95;
            chartSeriesItem9.YValue2  = 10;
            chartSeriesItem10.YValue  = 18;
            chartSeriesItem10.YValue2 = 60;
            chartSeries2.Items.AddRange(new Telerik.Charting.ChartSeriesItem[] {
                chartSeriesItem6,
                chartSeriesItem7,
                chartSeriesItem8,
                chartSeriesItem9,
                chartSeriesItem10
            });
            chartSeries2.Name = "Product B";
            chartSeries2.Type = Telerik.Charting.ChartSeriesType.Area;
            this.radChart1.Series.AddRange(new Telerik.Charting.ChartSeries[] {
                chartSeries1,
                chartSeries2
            });
            this.radChart1.Size = new System.Drawing.Size(400, 300);
            this.radChart1.Skin = "Apple";
            this.radChart1.SkinsOverrideStyles = true;
            this.radChart1.TabIndex            = 0;
            //
            // Form1
            //

            this.Controls.Add(this.radChart1);
            this.Name = "Form1";
            this.Size = new System.Drawing.Size(1230, 606);
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// Required designer variable.
        /// </summary>
        //private System.ComponentModel.IContainer components = null;

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.Charting.Styles.ChartMargins           chartMargins1  = new Telerik.Charting.Styles.ChartMargins();
            System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Telerik.Charting.Styles.ChartMargins           chartMargins2  = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartPaddings          chartPaddings1 = new Telerik.Charting.Styles.ChartPaddings();
            Telerik.Charting.Styles.ChartMargins           chartMargins3  = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.ChartSeries     chartSeries1     = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeriesItem chartSeriesItem1 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem2 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem3 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem4 = new Telerik.Charting.ChartSeriesItem();
#pragma warning disable 618
            this.radChart1 = new Telerik.WinControls.UI.RadChart();
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).BeginInit();
            this.SuspendLayout();
            //
            // radChart1
            //
            this.radChart1.Appearance.Border.Color = System.Drawing.Color.Silver;
            this.radChart1.Appearance.FillStyle.FillSettings.GradientMode = Telerik.Charting.Styles.GradientFillStyle.Center;
            this.radChart1.Appearance.FillStyle.FillType      = Telerik.Charting.Styles.FillType.Gradient;
            this.radChart1.Appearance.FillStyle.MainColor     = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(211)))), ((int)(((byte)(65)))));
            this.radChart1.Appearance.FillStyle.SecondColor   = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(113)))), ((int)(((byte)(0)))));
            this.radChart1.ChartTitle.Appearance.Border.Width = 0F;
            chartMargins1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Bottom")));
            chartMargins1.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Left")));
            chartMargins1.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Right")));
            chartMargins1.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Top")));
            this.radChart1.ChartTitle.Appearance.Dimensions.Margins             = chartMargins1;
            this.radChart1.ChartTitle.Appearance.FillStyle.MainColor            = System.Drawing.Color.Transparent;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 14F);
            this.radChart1.DefaultType = Telerik.Charting.ChartSeriesType.Point;
            this.radChart1.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(171)))), ((int)(((byte)(83)))));
            chartMargins2.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Right")));
            chartMargins2.Top   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Margins = chartMargins2;
            chartPaddings1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Bottom")));
            chartPaddings1.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Left")));
            chartPaddings1.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Right")));
            chartPaddings1.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Paddings = chartPaddings1;
            this.radChart1.Legend.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.Location = new System.Drawing.Point(12, 12);
            this.radChart1.Name     = "radChart1";
            this.radChart1.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            chartMargins3.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Bottom")));
            chartMargins3.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Left")));
            chartMargins3.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Right")));
            chartMargins3.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Top")));
            this.radChart1.PlotArea.Appearance.Dimensions.Margins         = chartMargins3;
            this.radChart1.PlotArea.Appearance.FillStyle.FillType         = Telerik.Charting.Styles.FillType.Solid;
            this.radChart1.PlotArea.Appearance.FillStyle.MainColor        = System.Drawing.Color.Transparent;
            this.radChart1.PlotArea.Appearance.FillStyle.SecondColor      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.MaxValue         = 4;
            this.radChart1.PlotArea.XAxis.Step             = 0.5;
            this.radChart1.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.PlotArea.YAxis.MaxValue          = 9;
            this.radChart1.PlotArea.YAxis2.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MinorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.YAxis2.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries1.Appearance.Border.Color                        = System.Drawing.Color.Empty;
            chartSeries1.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries1.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries1.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries1.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries1.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries1.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeriesItem1.PointAppearance.FillStyle.MainColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(186)))), ((int)(((byte)(74)))));
            chartSeriesItem1.PointAppearance.FillStyle.SecondColor      = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(227)))));
            chartSeriesItem1.XValue = 1;
            chartSeriesItem1.YValue = 5;
            chartSeriesItem2.PointAppearance.FillStyle.MainColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(186)))), ((int)(((byte)(74)))));
            chartSeriesItem2.PointAppearance.FillStyle.SecondColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(227)))));
            chartSeriesItem2.XValue = 2;
            chartSeriesItem2.YValue = 6;
            chartSeriesItem3.PointAppearance.FillStyle.MainColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(186)))), ((int)(((byte)(74)))));
            chartSeriesItem3.PointAppearance.FillStyle.SecondColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(227)))));
            chartSeriesItem3.XValue = 3;
            chartSeriesItem3.YValue = 9;
            chartSeriesItem4.PointAppearance.FillStyle.MainColor   = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(186)))), ((int)(((byte)(74)))));
            chartSeriesItem4.PointAppearance.FillStyle.SecondColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(244)))), ((int)(((byte)(227)))));
            chartSeriesItem4.XValue = 4;
            chartSeriesItem4.YValue = 3;
            chartSeries1.Items.AddRange(new Telerik.Charting.ChartSeriesItem[] {
                chartSeriesItem1,
                chartSeriesItem2,
                chartSeriesItem3,
                chartSeriesItem4
            });
            chartSeries1.Name = "Series 1";
            chartSeries1.Type = Telerik.Charting.ChartSeriesType.Point;
            this.radChart1.Series.AddRange(new Telerik.Charting.ChartSeries[] {
                chartSeries1
            });
            this.radChart1.Size = new System.Drawing.Size(400, 300);
            this.radChart1.Skin = "Apple";
            this.radChart1.SkinsOverrideStyles = true;
            this.radChart1.TabIndex            = 0;
            //
            // Form1
            //
            this.Controls.Add(this.radChart1);
            this.Name  = "Form1";
            this.Size  = new System.Drawing.Size(1230, 606);
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.Charting.Styles.ChartMargins           chartMargins1  = new Telerik.Charting.Styles.ChartMargins();
            System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Telerik.Charting.Styles.ChartMargins           chartMargins2  = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartPaddings          chartPaddings1 = new Telerik.Charting.Styles.ChartPaddings();
            Telerik.Charting.Styles.ChartMargins           chartMargins3  = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.ChartSeries chartSeries1 = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeries chartSeries2 = new Telerik.Charting.ChartSeries();
#pragma warning disable 618
            this.radChart1 = new Telerik.WinControls.UI.RadChart();
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).BeginInit();
            this.SuspendLayout();
            //
            // radChart1
            //
            this.radChart1.Appearance.Border.Color = System.Drawing.Color.Silver;
            this.radChart1.Appearance.FillStyle.FillSettings.GradientMode = Telerik.Charting.Styles.GradientFillStyle.Center;
            this.radChart1.Appearance.FillStyle.FillType      = Telerik.Charting.Styles.FillType.Gradient;
            this.radChart1.Appearance.FillStyle.MainColor     = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(154)))), ((int)(((byte)(66)))));
            this.radChart1.Appearance.FillStyle.SecondColor   = System.Drawing.Color.FromArgb(((int)(((byte)(179)))), ((int)(((byte)(37)))), ((int)(((byte)(26)))));
            this.radChart1.ChartTitle.Appearance.Border.Width = 0F;
            chartMargins1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Bottom")));
            chartMargins1.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Left")));
            chartMargins1.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Right")));
            chartMargins1.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Top")));
            this.radChart1.ChartTitle.Appearance.Dimensions.Margins             = chartMargins1;
            this.radChart1.ChartTitle.Appearance.FillStyle.MainColor            = System.Drawing.Color.Transparent;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 14F);
            this.radChart1.ChartTitle.TextBlock.Text = "Stacked Area 100";
            this.radChart1.DefaultType = Telerik.Charting.ChartSeriesType.StackedArea100;
            this.radChart1.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(217)))), ((int)(((byte)(124)))), ((int)(((byte)(97)))));
            chartMargins2.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Right")));
            chartMargins2.Top   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Margins = chartMargins2;
            chartPaddings1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Bottom")));
            chartPaddings1.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Left")));
            chartPaddings1.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Right")));
            chartPaddings1.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Paddings = chartPaddings1;
            this.radChart1.Legend.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.Location = new System.Drawing.Point(12, 12);
            this.radChart1.Name     = "radChart1";
            this.radChart1.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            chartMargins3.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Bottom")));
            chartMargins3.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Left")));
            chartMargins3.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Right")));
            chartMargins3.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Top")));
            this.radChart1.PlotArea.Appearance.Dimensions.Margins         = chartMargins3;
            this.radChart1.PlotArea.Appearance.FillStyle.FillType         = Telerik.Charting.Styles.FillType.Solid;
            this.radChart1.PlotArea.Appearance.FillStyle.MainColor        = System.Drawing.Color.Transparent;
            this.radChart1.PlotArea.Appearance.FillStyle.SecondColor      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.MinValue         = 1;
            this.radChart1.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.PlotArea.YAxis.MaxValue          = 100;
            this.radChart1.PlotArea.YAxis.Step              = 10;
            this.radChart1.PlotArea.YAxis2.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MinorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.YAxis2.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries1.Appearance.Border.Color                        = System.Drawing.Color.Empty;
            chartSeries1.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries1.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries1.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries1.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries1.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries1.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries1.Name = "Series 1";
            chartSeries1.Type = Telerik.Charting.ChartSeriesType.StackedArea100;
            chartSeries2.Appearance.Border.Color                        = System.Drawing.Color.Empty;
            chartSeries2.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(221)))), ((int)(((byte)(246)))));
            chartSeries2.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(161)))), ((int)(((byte)(197)))));
            chartSeries2.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(221)))), ((int)(((byte)(246)))));
            chartSeries2.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(161)))), ((int)(((byte)(197)))));
            chartSeries2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries2.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries2.Name = "Series 2";
            chartSeries2.Type = Telerik.Charting.ChartSeriesType.StackedArea100;
            this.radChart1.Series.AddRange(new Telerik.Charting.ChartSeries[] {
                chartSeries1,
                chartSeries2
            });
            this.radChart1.Size = new System.Drawing.Size(398, 301);
            this.radChart1.Skin = "Apple";
            this.radChart1.SkinsOverrideStyles = true;
            this.radChart1.TabIndex            = 0;
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.radChart1);
            this.Name = "Form1";
            this.Size = new System.Drawing.Size(1230, 606);
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).EndInit();
            this.ResumeLayout(false);
        }
Esempio 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()
        {
            Telerik.Charting.Styles.Corners                corners1      = new Telerik.Charting.Styles.Corners();
            Telerik.Charting.Styles.ChartMargins           chartMargins1 = new Telerik.Charting.Styles.ChartMargins();
            System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Telerik.Charting.Styles.ChartMargins           chartMargins2 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.ChartSeries chartSeries1 = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeries chartSeries2 = new Telerik.Charting.ChartSeries();
#pragma warning disable 618
            this.radChart1 = new Telerik.WinControls.UI.RadChart();
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).BeginInit();
            this.SuspendLayout();
            //
            // radChart1
            //
            this.radChart1.Appearance.Border.Color                              = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(197)))), ((int)(((byte)(175)))));
            this.radChart1.Appearance.FillStyle.MainColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(237)))), ((int)(((byte)(225)))));
            this.radChart1.ChartTitle.Appearance.Border.Visible                 = false;
            this.radChart1.ChartTitle.Appearance.FillStyle.MainColor            = System.Drawing.Color.Empty;
            this.radChart1.ChartTitle.Appearance.Position.AlignedPosition       = Telerik.Charting.Styles.AlignedPositions.Top;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(126)))), ((int)(((byte)(97)))));
            this.radChart1.ChartTitle.TextBlock.Text                            = "Stacked Area";
            this.radChart1.DefaultType = Telerik.Charting.ChartSeriesType.StackedArea;
            this.radChart1.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(217)))), ((int)(((byte)(201)))));
            corners1.BottomLeft  = Telerik.Charting.Styles.CornerType.Round;
            corners1.BottomRight = Telerik.Charting.Styles.CornerType.Round;
            corners1.RoundSize   = 6;
            corners1.TopLeft     = Telerik.Charting.Styles.CornerType.Round;
            corners1.TopRight    = Telerik.Charting.Styles.CornerType.Round;
            this.radChart1.Legend.Appearance.Corners = corners1;
            chartMargins1.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Right")));
            chartMargins1.Top   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Margins = chartMargins1;
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(137)))), ((int)(((byte)(110)))));
            this.radChart1.Location = new System.Drawing.Point(12, 12);
            this.radChart1.Name     = "radChart1";
            this.radChart1.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(217)))), ((int)(((byte)(201)))));
            chartMargins2.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Bottom")));
            chartMargins2.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Left")));
            chartMargins2.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Right")));
            chartMargins2.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Top")));
            this.radChart1.PlotArea.Appearance.Dimensions.Margins         = chartMargins2;
            this.radChart1.PlotArea.Appearance.FillStyle.FillType         = Telerik.Charting.Styles.FillType.Solid;
            this.radChart1.PlotArea.Appearance.FillStyle.MainColor        = System.Drawing.Color.White;
            this.radChart1.PlotArea.Appearance.FillStyle.SecondColor      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(217)))), ((int)(((byte)(201)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(218)))), ((int)(((byte)(202)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(217)))), ((int)(((byte)(201)))));
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(93)))), ((int)(((byte)(56)))));
            this.radChart1.PlotArea.XAxis.MinValue         = 1;
            this.radChart1.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(217)))), ((int)(((byte)(201)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(218)))), ((int)(((byte)(202)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.PenStyle             = System.Drawing.Drawing2D.DashStyle.Solid;
            this.radChart1.PlotArea.YAxis.Appearance.MajorTick.Color                     = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(217)))), ((int)(((byte)(201)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(226)))), ((int)(((byte)(218)))), ((int)(((byte)(202)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Visible              = false;
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Color                     = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(217)))), ((int)(((byte)(201)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Visible                   = false;
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(112)))), ((int)(((byte)(93)))), ((int)(((byte)(56)))));
            this.radChart1.PlotArea.YAxis.MaxValue = 200;
            this.radChart1.PlotArea.YAxis.Step     = 20;
            chartSeries1.Appearance.Border.Color   = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(170)))), ((int)(((byte)(43)))));
            chartSeries1.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(137)))), ((int)(((byte)(110)))));
            chartSeries1.Name = "Series 1";
            chartSeries1.Type = Telerik.Charting.ChartSeriesType.StackedArea;
            chartSeries2.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(170)))), ((int)(((byte)(43)))));
            chartSeries2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(151)))), ((int)(((byte)(137)))), ((int)(((byte)(110)))));
            chartSeries2.Name = "Series 2";
            chartSeries2.Type = Telerik.Charting.ChartSeriesType.StackedArea;
            this.radChart1.Series.AddRange(new Telerik.Charting.ChartSeries[] {
                chartSeries1,
                chartSeries2
            });
            this.radChart1.Size = new System.Drawing.Size(400, 300);
            this.radChart1.Skin = "Apple";
            this.radChart1.SkinsOverrideStyles = true;
            this.radChart1.TabIndex            = 0;
            //
            // Form1
            //
            this.Controls.Add(this.radChart1);
            this.Name = "Form1";
            this.Size = new System.Drawing.Size(1230, 606);
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.Charting.Styles.Corners                corners1      = new Telerik.Charting.Styles.Corners();
            Telerik.Charting.Styles.ChartMargins           chartMargins1 = new Telerik.Charting.Styles.ChartMargins();
            System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Telerik.Charting.Styles.ChartMargins           chartMargins2 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.ChartSeries     chartSeries1      = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeriesItem chartSeriesItem1  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem2  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem3  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem4  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem5  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeries     chartSeries2      = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeriesItem chartSeriesItem6  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem7  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem8  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem9  = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem10 = new Telerik.Charting.ChartSeriesItem();
#pragma warning disable 618
            this.radChart1 = new Telerik.WinControls.UI.RadChart();
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).BeginInit();
            this.SuspendLayout();
            //
            // radChart1
            //
            this.radChart1.Appearance.Border.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(182)))), ((int)(((byte)(224)))), ((int)(((byte)(249)))));
            this.radChart1.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(252)))), ((int)(((byte)(255)))));
            this.radChart1.AutoLayout = true;
            this.radChart1.ChartTitle.Appearance.Border.Visible                 = false;
            this.radChart1.ChartTitle.Appearance.FillStyle.MainColor            = System.Drawing.Color.Empty;
            this.radChart1.ChartTitle.Appearance.Position.AlignedPosition       = Telerik.Charting.Styles.AlignedPositions.Top;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(143)))), ((int)(((byte)(190)))));
            this.radChart1.ChartTitle.TextBlock.Text      = "Logarithmic Y-Axis";
            this.radChart1.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(237)))), ((int)(((byte)(255)))));
            corners1.BottomLeft  = Telerik.Charting.Styles.CornerType.Round;
            corners1.BottomRight = Telerik.Charting.Styles.CornerType.Round;
            corners1.RoundSize   = 6;
            corners1.TopLeft     = Telerik.Charting.Styles.CornerType.Round;
            corners1.TopRight    = Telerik.Charting.Styles.CornerType.Round;
            this.radChart1.Legend.Appearance.Corners = corners1;
            chartMargins1.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Right")));
            chartMargins1.Top   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Margins = chartMargins1;
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(117)))), ((int)(((byte)(154)))));
            this.radChart1.Legend.Appearance.Visible = false;
            this.radChart1.Legend.Visible            = false;
            this.radChart1.Location = new System.Drawing.Point(12, 12);
            this.radChart1.Name     = "radChart1";
            this.radChart1.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(184)))), ((int)(((byte)(206)))));
            chartMargins2.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Bottom")));
            chartMargins2.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Left")));
            chartMargins2.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Right")));
            chartMargins2.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Top")));
            this.radChart1.PlotArea.Appearance.Dimensions.Margins         = chartMargins2;
            this.radChart1.PlotArea.Appearance.FillStyle.FillType         = Telerik.Charting.Styles.FillType.Solid;
            this.radChart1.PlotArea.Appearance.FillStyle.MainColor        = System.Drawing.Color.White;
            this.radChart1.PlotArea.Appearance.FillStyle.SecondColor      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(184)))), ((int)(((byte)(206)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(187)))), ((int)(((byte)(207)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(184)))), ((int)(((byte)(206)))));
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(117)))), ((int)(((byte)(154)))));
            this.radChart1.PlotArea.XAxis.LayoutMode       = Telerik.Charting.Styles.ChartAxisLayoutMode.Inside;
            this.radChart1.PlotArea.XAxis.MaxValue         = 5;
            this.radChart1.PlotArea.XAxis.MinValue         = 1;
            this.radChart1.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(184)))), ((int)(((byte)(206)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(187)))), ((int)(((byte)(207)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.PenStyle             = System.Drawing.Drawing2D.DashStyle.Solid;
            this.radChart1.PlotArea.YAxis.Appearance.MajorTick.Color                     = System.Drawing.Color.FromArgb(((int)(((byte)(149)))), ((int)(((byte)(184)))), ((int)(((byte)(206)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(187)))), ((int)(((byte)(207)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Visible              = false;
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Color                     = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Visible                   = false;
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(62)))), ((int)(((byte)(117)))), ((int)(((byte)(154)))));
            this.radChart1.PlotArea.YAxis.MaxValue = 100;
            this.radChart1.PlotArea.YAxis.Step     = 10;
            chartSeries1.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(124)))), ((int)(((byte)(160)))));
            chartSeriesItem1.YValue  = 73;
            chartSeriesItem1.YValue2 = 52;
            chartSeriesItem2.YValue  = 23;
            chartSeriesItem2.YValue2 = 76;
            chartSeriesItem3.YValue  = 22;
            chartSeriesItem3.YValue2 = 25;
            chartSeriesItem4.YValue  = 24;
            chartSeriesItem4.YValue2 = 93;
            chartSeriesItem5.YValue  = 75;
            chartSeriesItem5.YValue2 = 55;
            chartSeries1.Items.AddRange(new Telerik.Charting.ChartSeriesItem[] {
                chartSeriesItem1,
                chartSeriesItem2,
                chartSeriesItem3,
                chartSeriesItem4,
                chartSeriesItem5
            });
            chartSeries1.Name = "Product A";
            chartSeries1.Type = Telerik.Charting.ChartSeriesType.SplineArea;
            chartSeries2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(124)))), ((int)(((byte)(160)))));
            chartSeriesItem6.YValue   = 6;
            chartSeriesItem6.YValue2  = 53;
            chartSeriesItem7.YValue   = 24;
            chartSeriesItem7.YValue2  = 22;
            chartSeriesItem8.YValue   = 51;
            chartSeriesItem8.YValue2  = 78;
            chartSeriesItem9.YValue   = 95;
            chartSeriesItem9.YValue2  = 10;
            chartSeriesItem10.YValue  = 18;
            chartSeriesItem10.YValue2 = 60;
            chartSeries2.Items.AddRange(new Telerik.Charting.ChartSeriesItem[] {
                chartSeriesItem6,
                chartSeriesItem7,
                chartSeriesItem8,
                chartSeriesItem9,
                chartSeriesItem10
            });
            chartSeries2.Name = "Product B";
            chartSeries2.Type = Telerik.Charting.ChartSeriesType.SplineArea;
            this.radChart1.Series.AddRange(new Telerik.Charting.ChartSeries[] {
                chartSeries1,
                chartSeries2
            });
            this.radChart1.Size = new System.Drawing.Size(400, 300);
            this.radChart1.Skin = "Apple";
            this.radChart1.SkinsOverrideStyles = true;
            this.radChart1.TabIndex            = 0;
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.radChart1);
            this.Name = "Form1";
            this.Size = new System.Drawing.Size(1230, 606);
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.Charting.GradientElement gradientElement1 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement2 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement3 = new Telerik.Charting.GradientElement();
            Telerik.Charting.Styles.ChartMargins chartMargins1 = new Telerik.Charting.Styles.ChartMargins();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Statistics));
            Telerik.Charting.Styles.ChartMargins chartMargins2 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartMargins chartMargins3 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartPaddings chartPaddings1 = new Telerik.Charting.Styles.ChartPaddings();
            Telerik.Charting.ChartSeries chartSeries1 = new Telerik.Charting.ChartSeries();
            Telerik.Charting.GradientElement gradientElement4 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement5 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement6 = new Telerik.Charting.GradientElement();
            Telerik.Charting.ChartSeries chartSeries2 = new Telerik.Charting.ChartSeries();
            Telerik.Charting.GradientElement gradientElement7 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement8 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement9 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement10 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement11 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement12 = new Telerik.Charting.GradientElement();
            Telerik.Charting.Styles.ChartMargins chartMargins4 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartMargins chartMargins5 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartMargins chartMargins6 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartPaddings chartPaddings2 = new Telerik.Charting.Styles.ChartPaddings();
            Telerik.Charting.ChartSeries chartSeries3 = new Telerik.Charting.ChartSeries();
            Telerik.Charting.GradientElement gradientElement13 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement14 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement15 = new Telerik.Charting.GradientElement();
            Telerik.Charting.ChartSeries chartSeries4 = new Telerik.Charting.ChartSeries();
            Telerik.Charting.GradientElement gradientElement16 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement17 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement18 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement19 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement20 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement21 = new Telerik.Charting.GradientElement();
            Telerik.Charting.Styles.ChartMargins chartMargins7 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartMargins chartMargins8 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartMargins chartMargins9 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartPaddings chartPaddings3 = new Telerik.Charting.Styles.ChartPaddings();
            Telerik.Charting.ChartSeries chartSeries5 = new Telerik.Charting.ChartSeries();
            Telerik.Charting.GradientElement gradientElement22 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement23 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement24 = new Telerik.Charting.GradientElement();
            Telerik.Charting.ChartSeries chartSeries6 = new Telerik.Charting.ChartSeries();
            Telerik.Charting.GradientElement gradientElement25 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement26 = new Telerik.Charting.GradientElement();
            Telerik.Charting.GradientElement gradientElement27 = new Telerik.Charting.GradientElement();
            this.pageviewStatistics = new Telerik.WinControls.UI.RadPageView();
            this.viewSurgeryCount = new Telerik.WinControls.UI.RadPageViewPage();
            this.btnChart1Bar = new Telerik.WinControls.UI.RadButton();
            this.btnChart1Pie = new Telerik.WinControls.UI.RadButton();
            this.btnRefreshChart1 = new Telerik.WinControls.UI.RadButton();
            this.chartSurgeryCount = new Telerik.WinControls.UI.RadChart();
            this.viewHospitalOperations = new Telerik.WinControls.UI.RadPageViewPage();
            this.btnChart2Bar = new Telerik.WinControls.UI.RadButton();
            this.btnCart2Pie = new Telerik.WinControls.UI.RadButton();
            this.btnRefreshChart2 = new Telerik.WinControls.UI.RadButton();
            this.chartOperationsCount = new Telerik.WinControls.UI.RadChart();
            this.viewMonthlyOperations = new Telerik.WinControls.UI.RadPageViewPage();
            this.ddlOpertaion = new Telerik.WinControls.UI.RadDropDownList();
            this.radLabel2 = new Telerik.WinControls.UI.RadLabel();
            this.radLabel1 = new Telerik.WinControls.UI.RadLabel();
            this.ddlYear = new Telerik.WinControls.UI.RadDropDownList();
            this.btnChart3Line = new Telerik.WinControls.UI.RadButton();
            this.btnChart3Pie = new Telerik.WinControls.UI.RadButton();
            this.btnChart3Refresh = new Telerik.WinControls.UI.RadButton();
            this.chartMonthlyOperations = new Telerik.WinControls.UI.RadChart();
            ((System.ComponentModel.ISupportInitialize)(this.pageviewStatistics)).BeginInit();
            this.pageviewStatistics.SuspendLayout();
            this.viewSurgeryCount.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart1Bar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart1Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRefreshChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartSurgeryCount)).BeginInit();
            this.viewHospitalOperations.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart2Bar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnCart2Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRefreshChart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartOperationsCount)).BeginInit();
            this.viewMonthlyOperations.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ddlOpertaion)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlYear)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart3Line)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart3Pie)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart3Refresh)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartMonthlyOperations)).BeginInit();
            this.SuspendLayout();
            // 
            // pageviewStatistics
            // 
            this.pageviewStatistics.Controls.Add(this.viewSurgeryCount);
            this.pageviewStatistics.Controls.Add(this.viewHospitalOperations);
            this.pageviewStatistics.Controls.Add(this.viewMonthlyOperations);
            this.pageviewStatistics.Location = new System.Drawing.Point(3, 3);
            this.pageviewStatistics.Name = "pageviewStatistics";
            this.pageviewStatistics.SelectedPage = this.viewSurgeryCount;
            this.pageviewStatistics.Size = new System.Drawing.Size(1294, 594);
            this.pageviewStatistics.TabIndex = 0;
            this.pageviewStatistics.ThemeName = "TelerikMetroBlue";
            this.pageviewStatistics.ViewMode = Telerik.WinControls.UI.PageViewMode.Backstage;
            // 
            // viewSurgeryCount
            // 
            this.viewSurgeryCount.Controls.Add(this.btnChart1Bar);
            this.viewSurgeryCount.Controls.Add(this.btnChart1Pie);
            this.viewSurgeryCount.Controls.Add(this.btnRefreshChart1);
            this.viewSurgeryCount.Controls.Add(this.chartSurgeryCount);
            this.viewSurgeryCount.ItemSize = new System.Drawing.SizeF(149F, 44F);
            this.viewSurgeryCount.Location = new System.Drawing.Point(205, 4);
            this.viewSurgeryCount.Name = "viewSurgeryCount";
            this.viewSurgeryCount.Size = new System.Drawing.Size(1085, 586);
            this.viewSurgeryCount.Text = "Operations / Hospital";
            // 
            // btnChart1Bar
            // 
            this.btnChart1Bar.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.btnChart1Bar.Location = new System.Drawing.Point(990, 76);
            this.btnChart1Bar.Name = "btnChart1Bar";
            this.btnChart1Bar.Size = new System.Drawing.Size(92, 32);
            this.btnChart1Bar.TabIndex = 4;
            this.btnChart1Bar.Text = "Bar";
            this.btnChart1Bar.ThemeName = "TelerikMetroBlue";
            this.btnChart1Bar.Click += new System.EventHandler(this.btnChart1Bar_Click);
            // 
            // btnChart1Pie
            // 
            this.btnChart1Pie.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.btnChart1Pie.Location = new System.Drawing.Point(990, 38);
            this.btnChart1Pie.Name = "btnChart1Pie";
            this.btnChart1Pie.Size = new System.Drawing.Size(92, 32);
            this.btnChart1Pie.TabIndex = 3;
            this.btnChart1Pie.Text = "Pie";
            this.btnChart1Pie.ThemeName = "TelerikMetroBlue";
            this.btnChart1Pie.Click += new System.EventHandler(this.btnChart1Pie_Click);
            // 
            // btnRefreshChart1
            // 
            this.btnRefreshChart1.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.btnRefreshChart1.Location = new System.Drawing.Point(990, 0);
            this.btnRefreshChart1.Name = "btnRefreshChart1";
            this.btnRefreshChart1.Size = new System.Drawing.Size(92, 32);
            this.btnRefreshChart1.TabIndex = 2;
            this.btnRefreshChart1.Text = "Refresh";
            this.btnRefreshChart1.ThemeName = "TelerikMetroBlue";
            this.btnRefreshChart1.Click += new System.EventHandler(this.btnRefreshChart1_Click);
            // 
            // chartSurgeryCount
            // 
            this.chartSurgeryCount.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(66)))), ((int)(((byte)(110)))));
            this.chartSurgeryCount.Appearance.Border.Width = 5F;
            gradientElement1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(120)))), ((int)(((byte)(179)))));
            gradientElement2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(189)))), ((int)(((byte)(254)))));
            gradientElement2.Position = 0.5F;
            gradientElement3.Color = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(120)))), ((int)(((byte)(179)))));
            gradientElement3.Position = 1F;
            this.chartSurgeryCount.Appearance.FillStyle.FillSettings.ComplexGradient.AddRange(new Telerik.Charting.GradientElement[] {
            gradientElement1,
            gradientElement2,
            gradientElement3});
            this.chartSurgeryCount.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.ComplexGradient;
            chartMargins1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Bottom")));
            chartMargins1.Left = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Left")));
            chartMargins1.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Right")));
            chartMargins1.Top = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Top")));
            this.chartSurgeryCount.ChartTitle.Appearance.Dimensions.Margins = chartMargins1;
            this.chartSurgeryCount.ChartTitle.Appearance.FillStyle.MainColor = System.Drawing.Color.Empty;
            this.chartSurgeryCount.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.chartSurgeryCount.ChartTitle.TextBlock.Appearance.TextProperties.Font = new System.Drawing.Font("Verdana", 14F);
            this.chartSurgeryCount.ChartTitle.TextBlock.Text = "Number of surgeries performed in each hospital";
            this.chartSurgeryCount.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            chartMargins2.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Bottom")));
            chartMargins2.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Right")));
            this.chartSurgeryCount.Legend.Appearance.Dimensions.Margins = chartMargins2;
            this.chartSurgeryCount.Legend.Appearance.FillStyle.GammaCorrection = false;
            this.chartSurgeryCount.Legend.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.chartSurgeryCount.Legend.Appearance.ItemTextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.chartSurgeryCount.Legend.TextBlock.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Top;
            this.chartSurgeryCount.Legend.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.LightSkyBlue;
            this.chartSurgeryCount.Location = new System.Drawing.Point(0, 0);
            this.chartSurgeryCount.Name = "chartSurgeryCount";
            this.chartSurgeryCount.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(180)))), ((int)(((byte)(223)))));
            chartMargins3.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Bottom")));
            chartMargins3.Left = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Left")));
            chartMargins3.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Right")));
            chartMargins3.Top = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Top")));
            this.chartSurgeryCount.PlotArea.Appearance.Dimensions.Margins = chartMargins3;
            this.chartSurgeryCount.PlotArea.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.chartSurgeryCount.PlotArea.Appearance.FillStyle.SecondColor = System.Drawing.Color.Transparent;
            this.chartSurgeryCount.PlotArea.XAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartSurgeryCount.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartSurgeryCount.PlotArea.XAxis.Appearance.MajorGridLines.Width = 0F;
            this.chartSurgeryCount.PlotArea.XAxis.Appearance.MajorTick.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartSurgeryCount.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartPaddings1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Bottom")));
            this.chartSurgeryCount.PlotArea.XAxis.AxisLabel.Appearance.Dimensions.Paddings = chartPaddings1;
            this.chartSurgeryCount.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.LightSkyBlue;
            this.chartSurgeryCount.PlotArea.XAxis.MinValue = 1D;
            this.chartSurgeryCount.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartSurgeryCount.PlotArea.YAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(209)))), ((int)(((byte)(248)))));
            this.chartSurgeryCount.PlotArea.YAxis.Appearance.MajorTick.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartSurgeryCount.PlotArea.YAxis.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(209)))), ((int)(((byte)(248)))));
            this.chartSurgeryCount.PlotArea.YAxis.Appearance.MinorGridLines.Width = 0F;
            this.chartSurgeryCount.PlotArea.YAxis.Appearance.MinorTick.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartSurgeryCount.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.chartSurgeryCount.PlotArea.YAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.LightSkyBlue;
            this.chartSurgeryCount.PlotArea.YAxis.MaxValue = 90D;
            this.chartSurgeryCount.PlotArea.YAxis.Step = 10D;
            gradientElement4.Color = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            gradientElement5.Color = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(239)))), ((int)(((byte)(252)))));
            gradientElement5.Position = 0.5F;
            gradientElement6.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            gradientElement6.Position = 1F;
            chartSeries1.Appearance.FillStyle.FillSettings.ComplexGradient.AddRange(new Telerik.Charting.GradientElement[] {
            gradientElement4,
            gradientElement5,
            gradientElement6});
            chartSeries1.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.ComplexGradient;
            chartSeries1.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries1.Name = "Series 1";
            chartSeries2.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(160)))), ((int)(((byte)(0)))));
            gradientElement7.Color = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(222)))), ((int)(((byte)(78)))));
            gradientElement8.Color = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(207)))), ((int)(((byte)(27)))));
            gradientElement8.Position = 0.5F;
            gradientElement9.Color = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(181)))), ((int)(((byte)(3)))));
            gradientElement9.Position = 1F;
            chartSeries2.Appearance.FillStyle.FillSettings.ComplexGradient.AddRange(new Telerik.Charting.GradientElement[] {
            gradientElement7,
            gradientElement8,
            gradientElement9});
            chartSeries2.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.ComplexGradient;
            chartSeries2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries2.Name = "Series 2";
            this.chartSurgeryCount.Series.AddRange(new Telerik.Charting.ChartSeries[] {
            chartSeries1,
            chartSeries2});
            this.chartSurgeryCount.Size = new System.Drawing.Size(984, 580);
            this.chartSurgeryCount.Skin = "DeepBlue";
            this.chartSurgeryCount.TabIndex = 0;
            // 
            // viewHospitalOperations
            // 
            this.viewHospitalOperations.Controls.Add(this.btnChart2Bar);
            this.viewHospitalOperations.Controls.Add(this.btnCart2Pie);
            this.viewHospitalOperations.Controls.Add(this.btnRefreshChart2);
            this.viewHospitalOperations.Controls.Add(this.chartOperationsCount);
            this.viewHospitalOperations.ItemSize = new System.Drawing.SizeF(149F, 44F);
            this.viewHospitalOperations.Location = new System.Drawing.Point(205, 4);
            this.viewHospitalOperations.Name = "viewHospitalOperations";
            this.viewHospitalOperations.Size = new System.Drawing.Size(1085, 586);
            this.viewHospitalOperations.Text = "Operation Types / Count";
            // 
            // btnChart2Bar
            // 
            this.btnChart2Bar.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.btnChart2Bar.Location = new System.Drawing.Point(990, 76);
            this.btnChart2Bar.Name = "btnChart2Bar";
            this.btnChart2Bar.Size = new System.Drawing.Size(92, 32);
            this.btnChart2Bar.TabIndex = 7;
            this.btnChart2Bar.Text = "Bar";
            this.btnChart2Bar.ThemeName = "TelerikMetroBlue";
            this.btnChart2Bar.Click += new System.EventHandler(this.btnChart2Bar_Click);
            // 
            // btnCart2Pie
            // 
            this.btnCart2Pie.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.btnCart2Pie.Location = new System.Drawing.Point(990, 38);
            this.btnCart2Pie.Name = "btnCart2Pie";
            this.btnCart2Pie.Size = new System.Drawing.Size(92, 32);
            this.btnCart2Pie.TabIndex = 6;
            this.btnCart2Pie.Text = "Pie";
            this.btnCart2Pie.ThemeName = "TelerikMetroBlue";
            this.btnCart2Pie.Click += new System.EventHandler(this.btnCart2Pie_Click);
            // 
            // btnRefreshChart2
            // 
            this.btnRefreshChart2.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.btnRefreshChart2.Location = new System.Drawing.Point(990, 0);
            this.btnRefreshChart2.Name = "btnRefreshChart2";
            this.btnRefreshChart2.Size = new System.Drawing.Size(92, 32);
            this.btnRefreshChart2.TabIndex = 5;
            this.btnRefreshChart2.Text = "Refresh";
            this.btnRefreshChart2.ThemeName = "TelerikMetroBlue";
            this.btnRefreshChart2.Click += new System.EventHandler(this.btnRefreshChart2_Click);
            // 
            // chartOperationsCount
            // 
            this.chartOperationsCount.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(66)))), ((int)(((byte)(110)))));
            this.chartOperationsCount.Appearance.Border.Width = 5F;
            gradientElement10.Color = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(120)))), ((int)(((byte)(179)))));
            gradientElement11.Color = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(189)))), ((int)(((byte)(254)))));
            gradientElement11.Position = 0.5F;
            gradientElement12.Color = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(120)))), ((int)(((byte)(179)))));
            gradientElement12.Position = 1F;
            this.chartOperationsCount.Appearance.FillStyle.FillSettings.ComplexGradient.AddRange(new Telerik.Charting.GradientElement[] {
            gradientElement10,
            gradientElement11,
            gradientElement12});
            this.chartOperationsCount.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.ComplexGradient;
            chartMargins4.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins4.Bottom")));
            chartMargins4.Left = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins4.Left")));
            chartMargins4.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins4.Right")));
            chartMargins4.Top = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins4.Top")));
            this.chartOperationsCount.ChartTitle.Appearance.Dimensions.Margins = chartMargins4;
            this.chartOperationsCount.ChartTitle.Appearance.FillStyle.MainColor = System.Drawing.Color.Empty;
            this.chartOperationsCount.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.chartOperationsCount.ChartTitle.TextBlock.Appearance.TextProperties.Font = new System.Drawing.Font("Verdana", 14F);
            this.chartOperationsCount.ChartTitle.TextBlock.Text = "Count of operation types";
            this.chartOperationsCount.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            chartMargins5.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins5.Bottom")));
            chartMargins5.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins5.Right")));
            this.chartOperationsCount.Legend.Appearance.Dimensions.Margins = chartMargins5;
            this.chartOperationsCount.Legend.Appearance.FillStyle.GammaCorrection = false;
            this.chartOperationsCount.Legend.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.chartOperationsCount.Legend.Appearance.ItemTextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.chartOperationsCount.Legend.TextBlock.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Top;
            this.chartOperationsCount.Legend.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.LightSkyBlue;
            this.chartOperationsCount.Location = new System.Drawing.Point(0, 0);
            this.chartOperationsCount.Name = "chartOperationsCount";
            this.chartOperationsCount.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(180)))), ((int)(((byte)(223)))));
            chartMargins6.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins6.Bottom")));
            chartMargins6.Left = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins6.Left")));
            chartMargins6.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins6.Right")));
            chartMargins6.Top = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins6.Top")));
            this.chartOperationsCount.PlotArea.Appearance.Dimensions.Margins = chartMargins6;
            this.chartOperationsCount.PlotArea.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.chartOperationsCount.PlotArea.Appearance.FillStyle.SecondColor = System.Drawing.Color.Transparent;
            this.chartOperationsCount.PlotArea.XAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartOperationsCount.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartOperationsCount.PlotArea.XAxis.Appearance.MajorGridLines.Width = 0F;
            this.chartOperationsCount.PlotArea.XAxis.Appearance.MajorTick.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartOperationsCount.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartPaddings2.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings2.Bottom")));
            this.chartOperationsCount.PlotArea.XAxis.AxisLabel.Appearance.Dimensions.Paddings = chartPaddings2;
            this.chartOperationsCount.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.LightSkyBlue;
            this.chartOperationsCount.PlotArea.XAxis.MinValue = 1D;
            this.chartOperationsCount.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartOperationsCount.PlotArea.YAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(209)))), ((int)(((byte)(248)))));
            this.chartOperationsCount.PlotArea.YAxis.Appearance.MajorTick.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartOperationsCount.PlotArea.YAxis.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(209)))), ((int)(((byte)(248)))));
            this.chartOperationsCount.PlotArea.YAxis.Appearance.MinorGridLines.Width = 0F;
            this.chartOperationsCount.PlotArea.YAxis.Appearance.MinorTick.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartOperationsCount.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.chartOperationsCount.PlotArea.YAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.LightSkyBlue;
            this.chartOperationsCount.PlotArea.YAxis.MaxValue = 100D;
            this.chartOperationsCount.PlotArea.YAxis.Step = 10D;
            gradientElement13.Color = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            gradientElement14.Color = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(239)))), ((int)(((byte)(252)))));
            gradientElement14.Position = 0.5F;
            gradientElement15.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            gradientElement15.Position = 1F;
            chartSeries3.Appearance.FillStyle.FillSettings.ComplexGradient.AddRange(new Telerik.Charting.GradientElement[] {
            gradientElement13,
            gradientElement14,
            gradientElement15});
            chartSeries3.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.ComplexGradient;
            chartSeries3.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries3.Name = "Series 1";
            chartSeries4.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(160)))), ((int)(((byte)(0)))));
            gradientElement16.Color = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(222)))), ((int)(((byte)(78)))));
            gradientElement17.Color = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(207)))), ((int)(((byte)(27)))));
            gradientElement17.Position = 0.5F;
            gradientElement18.Color = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(181)))), ((int)(((byte)(3)))));
            gradientElement18.Position = 1F;
            chartSeries4.Appearance.FillStyle.FillSettings.ComplexGradient.AddRange(new Telerik.Charting.GradientElement[] {
            gradientElement16,
            gradientElement17,
            gradientElement18});
            chartSeries4.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.ComplexGradient;
            chartSeries4.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries4.Name = "Series 2";
            this.chartOperationsCount.Series.AddRange(new Telerik.Charting.ChartSeries[] {
            chartSeries3,
            chartSeries4});
            this.chartOperationsCount.Size = new System.Drawing.Size(984, 580);
            this.chartOperationsCount.Skin = "DeepBlue";
            this.chartOperationsCount.TabIndex = 1;
            // 
            // viewMonthlyOperations
            // 
            this.viewMonthlyOperations.Controls.Add(this.ddlOpertaion);
            this.viewMonthlyOperations.Controls.Add(this.radLabel2);
            this.viewMonthlyOperations.Controls.Add(this.radLabel1);
            this.viewMonthlyOperations.Controls.Add(this.ddlYear);
            this.viewMonthlyOperations.Controls.Add(this.btnChart3Line);
            this.viewMonthlyOperations.Controls.Add(this.btnChart3Pie);
            this.viewMonthlyOperations.Controls.Add(this.btnChart3Refresh);
            this.viewMonthlyOperations.Controls.Add(this.chartMonthlyOperations);
            this.viewMonthlyOperations.ItemSize = new System.Drawing.SizeF(149F, 44F);
            this.viewMonthlyOperations.Location = new System.Drawing.Point(205, 4);
            this.viewMonthlyOperations.Name = "viewMonthlyOperations";
            this.viewMonthlyOperations.Size = new System.Drawing.Size(1085, 586);
            this.viewMonthlyOperations.Text = "Operations / Monthly";
            // 
            // ddlOpertaion
            // 
            this.ddlOpertaion.AllowShowFocusCues = false;
            this.ddlOpertaion.AutoCompleteDisplayMember = null;
            this.ddlOpertaion.AutoCompleteValueMember = null;
            this.ddlOpertaion.Location = new System.Drawing.Point(80, 12);
            this.ddlOpertaion.Name = "ddlOpertaion";
            this.ddlOpertaion.Size = new System.Drawing.Size(200, 22);
            this.ddlOpertaion.TabIndex = 27;
            this.ddlOpertaion.ThemeName = "TelerikMetroBlue";
            this.ddlOpertaion.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.ddlOpertaion_SelectedIndexChanged);
            // 
            // radLabel2
            // 
            this.radLabel2.Location = new System.Drawing.Point(3, 16);
            this.radLabel2.Name = "radLabel2";
            this.radLabel2.Size = new System.Drawing.Size(71, 19);
            this.radLabel2.TabIndex = 14;
            this.radLabel2.Text = "Operation : ";
            // 
            // radLabel1
            // 
            this.radLabel1.Location = new System.Drawing.Point(295, 17);
            this.radLabel1.Name = "radLabel1";
            this.radLabel1.Size = new System.Drawing.Size(36, 19);
            this.radLabel1.TabIndex = 13;
            this.radLabel1.Text = "Year :";
            // 
            // ddlYear
            // 
            this.ddlYear.AllowShowFocusCues = false;
            this.ddlYear.AutoCompleteDisplayMember = null;
            this.ddlYear.AutoCompleteValueMember = null;
            this.ddlYear.Location = new System.Drawing.Point(337, 12);
            this.ddlYear.Name = "ddlYear";
            this.ddlYear.Size = new System.Drawing.Size(91, 22);
            this.ddlYear.TabIndex = 12;
            this.ddlYear.ThemeName = "TelerikMetroBlue";
            this.ddlYear.SelectedIndexChanged += new Telerik.WinControls.UI.Data.PositionChangedEventHandler(this.ddlYear_SelectedIndexChanged);
            // 
            // btnChart3Line
            // 
            this.btnChart3Line.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.btnChart3Line.Location = new System.Drawing.Point(993, 138);
            this.btnChart3Line.Name = "btnChart3Line";
            this.btnChart3Line.Size = new System.Drawing.Size(92, 32);
            this.btnChart3Line.TabIndex = 11;
            this.btnChart3Line.Text = "Line";
            this.btnChart3Line.ThemeName = "TelerikMetroBlue";
            this.btnChart3Line.Click += new System.EventHandler(this.btnChart3Line_Click);
            // 
            // btnChart3Pie
            // 
            this.btnChart3Pie.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.btnChart3Pie.Location = new System.Drawing.Point(993, 89);
            this.btnChart3Pie.Name = "btnChart3Pie";
            this.btnChart3Pie.Size = new System.Drawing.Size(92, 32);
            this.btnChart3Pie.TabIndex = 10;
            this.btnChart3Pie.Text = "Pie";
            this.btnChart3Pie.ThemeName = "TelerikMetroBlue";
            this.btnChart3Pie.Click += new System.EventHandler(this.btnChart3Pie_Click);
            // 
            // btnChart3Refresh
            // 
            this.btnChart3Refresh.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
            this.btnChart3Refresh.Location = new System.Drawing.Point(993, 41);
            this.btnChart3Refresh.Name = "btnChart3Refresh";
            this.btnChart3Refresh.Size = new System.Drawing.Size(92, 32);
            this.btnChart3Refresh.TabIndex = 9;
            this.btnChart3Refresh.Text = "Refresh";
            this.btnChart3Refresh.ThemeName = "TelerikMetroBlue";
            this.btnChart3Refresh.Click += new System.EventHandler(this.btnChart3Refresh_Click);
            // 
            // chartMonthlyOperations
            // 
            this.chartMonthlyOperations.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(66)))), ((int)(((byte)(110)))));
            this.chartMonthlyOperations.Appearance.Border.Width = 5F;
            gradientElement19.Color = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(120)))), ((int)(((byte)(179)))));
            gradientElement20.Color = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(189)))), ((int)(((byte)(254)))));
            gradientElement20.Position = 0.5F;
            gradientElement21.Color = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(120)))), ((int)(((byte)(179)))));
            gradientElement21.Position = 1F;
            this.chartMonthlyOperations.Appearance.FillStyle.FillSettings.ComplexGradient.AddRange(new Telerik.Charting.GradientElement[] {
            gradientElement19,
            gradientElement20,
            gradientElement21});
            this.chartMonthlyOperations.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.ComplexGradient;
            chartMargins7.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins7.Bottom")));
            chartMargins7.Left = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins7.Left")));
            chartMargins7.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins7.Right")));
            chartMargins7.Top = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins7.Top")));
            this.chartMonthlyOperations.ChartTitle.Appearance.Dimensions.Margins = chartMargins7;
            this.chartMonthlyOperations.ChartTitle.Appearance.FillStyle.MainColor = System.Drawing.Color.Empty;
            this.chartMonthlyOperations.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.chartMonthlyOperations.ChartTitle.TextBlock.Appearance.TextProperties.Font = new System.Drawing.Font("Verdana", 14F);
            this.chartMonthlyOperations.ChartTitle.TextBlock.Text = "Operations Count Monthly";
            this.chartMonthlyOperations.DefaultType = Telerik.Charting.ChartSeriesType.Line;
            this.chartMonthlyOperations.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(76)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            chartMargins8.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins8.Bottom")));
            chartMargins8.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins8.Right")));
            this.chartMonthlyOperations.Legend.Appearance.Dimensions.Margins = chartMargins8;
            this.chartMonthlyOperations.Legend.Appearance.FillStyle.GammaCorrection = false;
            this.chartMonthlyOperations.Legend.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.chartMonthlyOperations.Legend.Appearance.ItemTextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.chartMonthlyOperations.Legend.TextBlock.Appearance.Position.AlignedPosition = Telerik.Charting.Styles.AlignedPositions.Top;
            this.chartMonthlyOperations.Legend.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.LightSkyBlue;
            this.chartMonthlyOperations.Location = new System.Drawing.Point(0, 41);
            this.chartMonthlyOperations.Name = "chartMonthlyOperations";
            this.chartMonthlyOperations.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(97)))), ((int)(((byte)(180)))), ((int)(((byte)(223)))));
            chartMargins9.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins9.Bottom")));
            chartMargins9.Left = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins9.Left")));
            chartMargins9.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins9.Right")));
            chartMargins9.Top = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins9.Top")));
            this.chartMonthlyOperations.PlotArea.Appearance.Dimensions.Margins = chartMargins9;
            this.chartMonthlyOperations.PlotArea.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.chartMonthlyOperations.PlotArea.Appearance.FillStyle.SecondColor = System.Drawing.Color.Transparent;
            this.chartMonthlyOperations.PlotArea.XAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartMonthlyOperations.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartMonthlyOperations.PlotArea.XAxis.Appearance.MajorGridLines.Width = 0F;
            this.chartMonthlyOperations.PlotArea.XAxis.Appearance.MajorTick.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartMonthlyOperations.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartPaddings3.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings3.Bottom")));
            this.chartMonthlyOperations.PlotArea.XAxis.AxisLabel.Appearance.Dimensions.Paddings = chartPaddings3;
            this.chartMonthlyOperations.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.LightSkyBlue;
            this.chartMonthlyOperations.PlotArea.XAxis.MinValue = 1D;
            this.chartMonthlyOperations.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartMonthlyOperations.PlotArea.YAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(209)))), ((int)(((byte)(248)))));
            this.chartMonthlyOperations.PlotArea.YAxis.Appearance.MajorTick.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartMonthlyOperations.PlotArea.YAxis.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(209)))), ((int)(((byte)(248)))));
            this.chartMonthlyOperations.PlotArea.YAxis.Appearance.MinorGridLines.Width = 0F;
            this.chartMonthlyOperations.PlotArea.YAxis.Appearance.MinorTick.Color = System.Drawing.Color.FromArgb(((int)(((byte)(98)))), ((int)(((byte)(183)))), ((int)(((byte)(226)))));
            this.chartMonthlyOperations.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.chartMonthlyOperations.PlotArea.YAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.LightSkyBlue;
            this.chartMonthlyOperations.PlotArea.YAxis.MaxValue = 90D;
            this.chartMonthlyOperations.PlotArea.YAxis.Step = 10D;
            gradientElement22.Color = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            gradientElement23.Color = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(239)))), ((int)(((byte)(252)))));
            gradientElement23.Position = 0.5F;
            gradientElement24.Color = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            gradientElement24.Position = 1F;
            chartSeries5.Appearance.FillStyle.FillSettings.ComplexGradient.AddRange(new Telerik.Charting.GradientElement[] {
            gradientElement22,
            gradientElement23,
            gradientElement24});
            chartSeries5.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.ComplexGradient;
            chartSeries5.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries5.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries5.Name = "Series 1";
            chartSeries5.Type = Telerik.Charting.ChartSeriesType.Line;
            chartSeries6.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(94)))), ((int)(((byte)(160)))), ((int)(((byte)(0)))));
            gradientElement25.Color = System.Drawing.Color.FromArgb(((int)(((byte)(163)))), ((int)(((byte)(222)))), ((int)(((byte)(78)))));
            gradientElement26.Color = System.Drawing.Color.FromArgb(((int)(((byte)(132)))), ((int)(((byte)(207)))), ((int)(((byte)(27)))));
            gradientElement26.Position = 0.5F;
            gradientElement27.Color = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(181)))), ((int)(((byte)(3)))));
            gradientElement27.Position = 1F;
            chartSeries6.Appearance.FillStyle.FillSettings.ComplexGradient.AddRange(new Telerik.Charting.GradientElement[] {
            gradientElement25,
            gradientElement26,
            gradientElement27});
            chartSeries6.Appearance.FillStyle.FillType = Telerik.Charting.Styles.FillType.ComplexGradient;
            chartSeries6.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(254)))), ((int)(((byte)(122)))));
            chartSeries6.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries6.Name = "Series 2";
            chartSeries6.Type = Telerik.Charting.ChartSeriesType.Line;
            this.chartMonthlyOperations.Series.AddRange(new Telerik.Charting.ChartSeries[] {
            chartSeries5,
            chartSeries6});
            this.chartMonthlyOperations.Size = new System.Drawing.Size(987, 539);
            this.chartMonthlyOperations.Skin = "DeepBlue";
            this.chartMonthlyOperations.TabIndex = 8;
            // 
            // Statistics
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Window;
            this.Controls.Add(this.pageviewStatistics);
            this.Name = "Statistics";
            this.Size = new System.Drawing.Size(1300, 600);
            this.Load += new System.EventHandler(this.Statistics_Load);
            ((System.ComponentModel.ISupportInitialize)(this.pageviewStatistics)).EndInit();
            this.pageviewStatistics.ResumeLayout(false);
            this.viewSurgeryCount.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.btnChart1Bar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart1Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRefreshChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartSurgeryCount)).EndInit();
            this.viewHospitalOperations.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.btnChart2Bar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnCart2Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnRefreshChart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartOperationsCount)).EndInit();
            this.viewMonthlyOperations.ResumeLayout(false);
            this.viewMonthlyOperations.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ddlOpertaion)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ddlYear)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart3Line)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart3Pie)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnChart3Refresh)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartMonthlyOperations)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Telerik.Charting.Styles.ChartMargins           chartMargins1  = new Telerik.Charting.Styles.ChartMargins();
            System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Telerik.Charting.Styles.ChartMargins           chartMargins2  = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartPaddings          chartPaddings1 = new Telerik.Charting.Styles.ChartPaddings();
            Telerik.Charting.Styles.ChartMargins           chartMargins3  = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.ChartSeries chartSeries1 = new Telerik.Charting.ChartSeries();
#pragma warning disable 618
            this.radChart1      = new Telerik.WinControls.UI.RadChart();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.chartDataSet   = new Telerik.Examples.WinControls.DataSources.ChartDataSet();
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartDataSet)).BeginInit();
            this.SuspendLayout();
            //
            // radChart1
            //
            this.radChart1.Appearance.Border.Color = System.Drawing.Color.Silver;
            this.radChart1.Appearance.FillStyle.FillSettings.GradientMode = Telerik.Charting.Styles.GradientFillStyle.Center;
            this.radChart1.Appearance.FillStyle.FillType    = Telerik.Charting.Styles.FillType.Gradient;
            this.radChart1.Appearance.FillStyle.MainColor   = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(192)))), ((int)(((byte)(247)))));
            this.radChart1.Appearance.FillStyle.SecondColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(120)))), ((int)(((byte)(176)))));
            chartMargins1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Bottom")));
            chartMargins1.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Left")));
            chartMargins1.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Right")));
            chartMargins1.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Top")));
            this.radChart1.ChartTitle.Appearance.Dimensions.Margins             = chartMargins1;
            this.radChart1.ChartTitle.Appearance.FillStyle.MainColor            = System.Drawing.Color.Transparent;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 14F);
            this.radChart1.ChartTitle.TextBlock.Text      = "Drill-down RadChart";
            this.radChart1.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(164)))), ((int)(((byte)(205)))));
            chartMargins2.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Right")));
            chartMargins2.Top   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Margins = chartMargins2;
            chartPaddings1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Bottom")));
            chartPaddings1.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Left")));
            chartPaddings1.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Right")));
            chartPaddings1.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Paddings = chartPaddings1;
            this.radChart1.Legend.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.Location = new System.Drawing.Point(12, 12);
            this.radChart1.Name     = "radChart1";
            this.radChart1.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            chartMargins3.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Bottom")));
            chartMargins3.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Left")));
            chartMargins3.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Right")));
            chartMargins3.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Top")));
            this.radChart1.PlotArea.Appearance.Dimensions.Margins         = chartMargins3;
            this.radChart1.PlotArea.Appearance.FillStyle.FillType         = Telerik.Charting.Styles.FillType.Solid;
            this.radChart1.PlotArea.Appearance.FillStyle.MainColor        = System.Drawing.Color.Transparent;
            this.radChart1.PlotArea.Appearance.FillStyle.SecondColor      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.LayoutMode       = Telerik.Charting.Styles.ChartAxisLayoutMode.Inside;
            this.radChart1.PlotArea.XAxis.MinValue         = 1;
            this.radChart1.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.PlotArea.YAxis.MaxValue          = 100;
            this.radChart1.PlotArea.YAxis.Step              = 10;
            this.radChart1.PlotArea.YAxis2.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MinorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.YAxis2.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries1.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries1.Name = "Series 1";
            this.radChart1.Series.AddRange(new Telerik.Charting.ChartSeries[] {
                chartSeries1
            });
            this.radChart1.Size = new System.Drawing.Size(400, 300);
            this.radChart1.Skin = "Apple";
            this.radChart1.SkinsOverrideStyles = true;
            this.radChart1.TabIndex            = 0;
            this.radChart1.Click += new Telerik.WinControls.UI.RadChart.ChartClickEventHandler(this.radChart1_Click);
            //
            // bindingSource1
            //
            this.bindingSource1.DataSource = this.chartDataSet;
            this.bindingSource1.Position   = 0;
            //
            // chartDataSet
            //
            this.chartDataSet.DataSetName             = "ChartDataSet";
            this.chartDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.radChart1);
            this.Name = "Form1";
            this.Size = new System.Drawing.Size(1230, 523);
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chartDataSet)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.Charting.Styles.ChartMargins           chartMargins1  = new Telerik.Charting.Styles.ChartMargins();
            System.ComponentModel.ComponentResourceManager resources      = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Telerik.Charting.Styles.ChartMargins           chartMargins2  = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.ChartPaddings          chartPaddings1 = new Telerik.Charting.Styles.ChartPaddings();
            Telerik.Charting.Styles.ChartMargins           chartMargins3  = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.ChartSeries     chartSeries1     = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeries     chartSeries2     = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeries     chartSeries3     = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeries     chartSeries4     = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeries     chartSeries5     = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeriesItem chartSeriesItem1 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem2 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem3 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem4 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem5 = new Telerik.Charting.ChartSeriesItem();
#pragma warning disable 618
            this.radChart1 = new Telerik.WinControls.UI.RadChart();
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).BeginInit();
            this.SuspendLayout();
            //
            // radChart1
            //
            this.radChart1.Appearance.Border.Color = System.Drawing.Color.Silver;
            this.radChart1.Appearance.FillStyle.FillSettings.GradientMode = Telerik.Charting.Styles.GradientFillStyle.Center;
            this.radChart1.Appearance.FillStyle.FillType      = Telerik.Charting.Styles.FillType.Gradient;
            this.radChart1.Appearance.FillStyle.MainColor     = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(211)))), ((int)(((byte)(65)))));
            this.radChart1.Appearance.FillStyle.SecondColor   = System.Drawing.Color.FromArgb(((int)(((byte)(61)))), ((int)(((byte)(113)))), ((int)(((byte)(0)))));
            this.radChart1.ChartTitle.Appearance.Border.Width = 0F;
            chartMargins1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Bottom")));
            chartMargins1.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Left")));
            chartMargins1.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Right")));
            chartMargins1.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Top")));
            this.radChart1.ChartTitle.Appearance.Dimensions.Margins             = chartMargins1;
            this.radChart1.ChartTitle.Appearance.FillStyle.MainColor            = System.Drawing.Color.Transparent;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 14F);
            this.radChart1.ChartTitle.TextBlock.Text      = "List Binding";
            this.radChart1.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(171)))), ((int)(((byte)(83)))));
            chartMargins2.Right = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Right")));
            chartMargins2.Top   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins2.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Margins = chartMargins2;
            chartPaddings1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Bottom")));
            chartPaddings1.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Left")));
            chartPaddings1.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Right")));
            chartPaddings1.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartPaddings1.Top")));
            this.radChart1.Legend.Appearance.Dimensions.Paddings = chartPaddings1;
            this.radChart1.Legend.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.Location = new System.Drawing.Point(13, 14);
            this.radChart1.Name     = "radChart1";
            this.radChart1.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            chartMargins3.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Bottom")));
            chartMargins3.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Left")));
            chartMargins3.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Right")));
            chartMargins3.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins3.Top")));
            this.radChart1.PlotArea.Appearance.Dimensions.Margins         = chartMargins3;
            this.radChart1.PlotArea.Appearance.FillStyle.FillType         = Telerik.Charting.Styles.FillType.Solid;
            this.radChart1.PlotArea.Appearance.FillStyle.MainColor        = System.Drawing.Color.Transparent;
            this.radChart1.PlotArea.Appearance.FillStyle.SecondColor      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.LayoutMode       = Telerik.Charting.Styles.ChartAxisLayoutMode.Inside;
            this.radChart1.PlotArea.XAxis.MinValue         = 1;
            this.radChart1.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.radChart1.PlotArea.YAxis.MaxValue          = 140;
            this.radChart1.PlotArea.YAxis.Step              = 20;
            this.radChart1.PlotArea.YAxis2.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MajorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MajorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.MinorTick.Color      = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.YAxis2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            this.radChart1.PlotArea.YAxis2.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries1.Appearance.Border.Color                        = System.Drawing.Color.Empty;
            chartSeries1.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries1.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries1.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries1.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries1.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries1.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries1.Name = "Series 1";
            chartSeries2.Appearance.Border.Color                        = System.Drawing.Color.Empty;
            chartSeries2.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(221)))), ((int)(((byte)(246)))));
            chartSeries2.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(161)))), ((int)(((byte)(197)))));
            chartSeries2.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(221)))), ((int)(((byte)(246)))));
            chartSeries2.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(161)))), ((int)(((byte)(197)))));
            chartSeries2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries2.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries2.Name = "Series 2";
            chartSeries3.Appearance.Border.Color                        = System.Drawing.Color.Empty;
            chartSeries3.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries3.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries3.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries3.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries3.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries3.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries3.Name = "Series 1";
            chartSeries3.Type = Telerik.Charting.ChartSeriesType.CandleStick;
            chartSeries4.Appearance.Border.Color                        = System.Drawing.Color.Empty;
            chartSeries4.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(221)))), ((int)(((byte)(246)))));
            chartSeries4.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(161)))), ((int)(((byte)(197)))));
            chartSeries4.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(136)))), ((int)(((byte)(221)))), ((int)(((byte)(246)))));
            chartSeries4.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(59)))), ((int)(((byte)(161)))), ((int)(((byte)(197)))));
            chartSeries4.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries4.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeries4.Name = "Series 2";
            chartSeries4.Type = Telerik.Charting.ChartSeriesType.CandleStick;
            chartSeries5.Appearance.Border.Color                        = System.Drawing.Color.Empty;
            chartSeries5.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries5.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries5.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(247)))), ((int)(((byte)(255)))));
            chartSeries5.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(217)))), ((int)(((byte)(238)))));
            chartSeries5.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.White;
            chartSeries5.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            chartSeriesItem1.YValue  = 73;
            chartSeriesItem1.YValue2 = 52;
            chartSeriesItem2.YValue  = 23;
            chartSeriesItem2.YValue2 = 76;
            chartSeriesItem3.YValue  = 22;
            chartSeriesItem3.YValue2 = 25;
            chartSeriesItem4.YValue  = 24;
            chartSeriesItem4.YValue2 = 93;
            chartSeriesItem5.YValue  = 75;
            chartSeriesItem5.YValue2 = 55;
            chartSeries5.Items.AddRange(new Telerik.Charting.ChartSeriesItem[] {
                chartSeriesItem1,
                chartSeriesItem2,
                chartSeriesItem3,
                chartSeriesItem4,
                chartSeriesItem5
            });
            chartSeries5.Name = "Product A";
            chartSeries5.Type = Telerik.Charting.ChartSeriesType.SplineArea;
            this.radChart1.Series.AddRange(new Telerik.Charting.ChartSeries[] {
                chartSeries1,
                chartSeries2,
                chartSeries3,
                chartSeries4,
                chartSeries5
            });
            this.radChart1.Size = new System.Drawing.Size(400, 300);
            this.radChart1.Skin = "Apple";
            this.radChart1.SkinsOverrideStyles = true;
            this.radChart1.TabIndex            = 2;
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.radChart1);
            this.Name = "Form1";
            this.Size = new System.Drawing.Size(1230, 606);
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).EndInit();
            this.ResumeLayout(false);
        }
Esempio n. 9
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Telerik.Charting.Styles.ChartMargins           chartMargins1 = new Telerik.Charting.Styles.ChartMargins();
            System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            Telerik.Charting.ChartSeries     chartSeries1     = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeriesItem chartSeriesItem1 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem2 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem3 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem4 = new Telerik.Charting.ChartSeriesItem();
            Telerik.Charting.ChartSeriesItem chartSeriesItem5 = new Telerik.Charting.ChartSeriesItem();
#pragma warning disable 618
            this.radChart1 = new Telerik.WinControls.UI.RadChart();
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).BeginInit();
            this.SuspendLayout();
            //
            // radChart1
            //
            this.radChart1.Appearance.Border.Color                              = System.Drawing.Color.FromArgb(((int)(((byte)(131)))), ((int)(((byte)(171)))), ((int)(((byte)(184)))));
            this.radChart1.Appearance.FillStyle.FillType                        = Telerik.Charting.Styles.FillType.Hatch;
            this.radChart1.Appearance.FillStyle.MainColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(235)))), ((int)(((byte)(239)))));
            this.radChart1.Appearance.FillStyle.SecondColor                     = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(223)))), ((int)(((byte)(229)))));
            this.radChart1.ChartTitle.Appearance.Border.Visible                 = false;
            this.radChart1.ChartTitle.Appearance.FillStyle.MainColor            = System.Drawing.Color.Empty;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(103)))), ((int)(((byte)(114)))));
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Font  = new System.Drawing.Font("Arial", 21.75F);
            this.radChart1.ChartTitle.TextBlock.Text                            = "Candlestick Chart";
            this.radChart1.DefaultType = Telerik.Charting.ChartSeriesType.CandleStick;
            this.radChart1.Legend.Appearance.Border.Color        = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(214)))), ((int)(((byte)(221)))));
            this.radChart1.Legend.Appearance.FillStyle.MainColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(253)))), ((int)(((byte)(255)))));
            this.radChart1.Location = new System.Drawing.Point(12, 12);
            this.radChart1.Name     = "radChart1";
            this.radChart1.PlotArea.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(214)))), ((int)(((byte)(221)))));
            chartMargins1.Bottom = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Bottom")));
            chartMargins1.Left   = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Left")));
            chartMargins1.Right  = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Right")));
            chartMargins1.Top    = ((Telerik.Charting.Styles.Unit)(resources.GetObject("chartMargins1.Top")));
            this.radChart1.PlotArea.Appearance.Dimensions.Margins                        = chartMargins1;
            this.radChart1.PlotArea.Appearance.FillStyle.MainColor                       = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(253)))), ((int)(((byte)(255)))));
            this.radChart1.PlotArea.XAxis.Appearance.Color                               = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(214)))), ((int)(((byte)(221)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(227)))));
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.PenStyle             = System.Drawing.Drawing2D.DashStyle.Solid;
            this.radChart1.PlotArea.XAxis.Appearance.MajorTick.Color                     = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(129)))));
            this.radChart1.PlotArea.XAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(78)))));
            this.radChart1.PlotArea.XAxis.LayoutMode       = Telerik.Charting.Styles.ChartAxisLayoutMode.Inside;
            this.radChart1.PlotArea.XAxis.MaxValue         = 5;
            this.radChart1.PlotArea.XAxis.MinValue         = 1;
            this.radChart1.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(214)))), ((int)(((byte)(221)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(227)))));
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.PenStyle             = System.Drawing.Drawing2D.DashStyle.Solid;
            this.radChart1.PlotArea.YAxis.Appearance.MajorTick.Color                     = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(129)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Color                = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(232)))), ((int)(((byte)(227)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Visible              = false;
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Color                     = System.Drawing.Color.FromArgb(((int)(((byte)(154)))), ((int)(((byte)(153)))), ((int)(((byte)(129)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Visible                   = false;
            this.radChart1.PlotArea.YAxis.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.FromArgb(((int)(((byte)(96)))), ((int)(((byte)(96)))), ((int)(((byte)(78)))));
            this.radChart1.PlotArea.YAxis.MaxValue  = 80;
            this.radChart1.PlotArea.YAxis2.MaxValue = 5;
            this.radChart1.PlotArea.YAxis2.MinValue = 1;
            chartSeriesItem1.YValue  = 73;
            chartSeriesItem1.YValue2 = 52;
            chartSeriesItem2.YValue  = 23;
            chartSeriesItem2.YValue2 = 76;
            chartSeriesItem3.YValue  = 22;
            chartSeriesItem3.YValue2 = 25;
            chartSeriesItem4.YValue  = 24;
            chartSeriesItem4.YValue2 = 93;
            chartSeriesItem5.YValue  = 75;
            chartSeriesItem5.YValue2 = 55;
            chartSeries1.Items.AddRange(new Telerik.Charting.ChartSeriesItem[] {
                chartSeriesItem1,
                chartSeriesItem2,
                chartSeriesItem3,
                chartSeriesItem4,
                chartSeriesItem5
            });
            chartSeries1.Name = "Product A";
            chartSeries1.Type = Telerik.Charting.ChartSeriesType.SplineArea;
            this.radChart1.Series.AddRange(new Telerik.Charting.ChartSeries[] {
                chartSeries1
            });
            this.radChart1.Size = new System.Drawing.Size(400, 300);
            this.radChart1.Skin = "Apple";
            this.radChart1.SkinsOverrideStyles = true;
            this.radChart1.TabIndex            = 0;
            //
            // Form1
            //

            this.Controls.Add(this.radChart1);
            this.Name = "Form1";
            this.Size = new System.Drawing.Size(1230, 606);
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).EndInit();
            this.ResumeLayout(false);
        }
Esempio n. 10
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();
            Telerik.Charting.Styles.ChartMargins           chartMargins1 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.Unit                   unit1         = new Telerik.Charting.Styles.Unit();
            Telerik.Charting.Styles.Unit                   unit2         = new Telerik.Charting.Styles.Unit();
            Telerik.Charting.Styles.Unit                   unit3         = new Telerik.Charting.Styles.Unit();
            Telerik.Charting.Styles.Unit                   unit4         = new Telerik.Charting.Styles.Unit();
            Telerik.Charting.Styles.ChartMargins           chartMargins2 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.Unit                   unit5         = new Telerik.Charting.Styles.Unit();
            Telerik.Charting.Styles.Corners                corners1      = new Telerik.Charting.Styles.Corners();
            Telerik.Charting.Styles.ChartMargins           chartMargins3 = new Telerik.Charting.Styles.ChartMargins();
            Telerik.Charting.Styles.Unit                   unit6         = new Telerik.Charting.Styles.Unit();
            Telerik.Charting.Styles.Unit                   unit7         = new Telerik.Charting.Styles.Unit();
            Telerik.Charting.Styles.Unit                   unit8         = new Telerik.Charting.Styles.Unit();
            Telerik.Charting.Styles.Unit                   unit9         = new Telerik.Charting.Styles.Unit();
            Telerik.Charting.ChartSeries                   chartSeries1  = new Telerik.Charting.ChartSeries();
            Telerik.Charting.ChartSeries                   chartSeries2  = new Telerik.Charting.ChartSeries();
            System.ComponentModel.ComponentResourceManager resources     = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
#pragma warning disable 618
            this.radChart1            = new Telerik.WinControls.UI.RadChart();
            this.radButton1           = new Telerik.WinControls.UI.RadButton();
            this.imageList1           = new System.Windows.Forms.ImageList(this.components);
            this.panel                = new Telerik.QuickStart.WinControls.RadCustomPanel();
            this.pictureBox1          = new System.Windows.Forms.PictureBox();
            this.radButton7           = new Telerik.WinControls.UI.RadButton();
            this.radButton5           = new Telerik.WinControls.UI.RadButton();
            this.radButton3           = new Telerik.WinControls.UI.RadButton();
            this.radButton4           = new Telerik.WinControls.UI.RadButton();
            this.radLabel1            = new Telerik.WinControls.UI.RadLabel();
            this.roundRectShape1      = new Telerik.WinControls.RoundRectShape();
            this.trackBarUThumbShape1 = new Telerik.WinControls.UI.TrackBarUThumbShape();
            this.radLabel2            = new Telerik.WinControls.UI.RadLabel();
            this.pictureBox2          = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panel)).BeginInit();
            this.panel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
            this.SuspendLayout();
            //
            // radChart1
            //
            this.radChart1.Appearance.Border.Color            = System.Drawing.Color.Silver;
            this.radChart1.Appearance.FillStyle.MainColor     = System.Drawing.Color.WhiteSmoke;
            this.radChart1.ChartTitle.Appearance.Border.Width = 1F;
            unit1.Value          = 14F;
            chartMargins1.Bottom = unit1;
            unit2.Value          = 10F;
            chartMargins1.Left   = unit2;
            unit3.Value          = 10F;
            chartMargins1.Right  = unit3;
            unit4.Value          = 14F;
            chartMargins1.Top    = unit4;
            this.radChart1.ChartTitle.Appearance.Dimensions.Margins             = chartMargins1;
            this.radChart1.ChartTitle.Appearance.Position.AlignedPosition       = Telerik.Charting.Styles.AlignedPositions.Top;
            this.radChart1.ChartTitle.TextBlock.Appearance.TextProperties.Color = System.Drawing.Color.Gray;
            this.radChart1.ChartTitle.TextBlock.Text      = "Secondary Y-Axis";
            this.radChart1.Legend.Appearance.Border.Color = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(227)))), ((int)(((byte)(227)))));
            unit5.Value         = 15F;
            chartMargins2.Right = unit5;
            this.radChart1.Legend.Appearance.Dimensions.Margins = chartMargins2;
            this.radChart1.Legend.Appearance.ItemTextAppearance.TextProperties.Font = new System.Drawing.Font("Arial", 9.75F);
            this.radChart1.Location = new System.Drawing.Point(263, 47);
            this.radChart1.Name     = "radChart1";
            this.radChart1.PlotArea.Appearance.Border.Color = System.Drawing.Color.Silver;
            corners1.BottomLeft  = Telerik.Charting.Styles.CornerType.Round;
            corners1.BottomRight = Telerik.Charting.Styles.CornerType.Round;
            corners1.RoundSize   = 6;
            corners1.TopLeft     = Telerik.Charting.Styles.CornerType.Round;
            corners1.TopRight    = Telerik.Charting.Styles.CornerType.Round;
            this.radChart1.PlotArea.Appearance.Corners = corners1;
            unit6.Value          = 35F;
            chartMargins3.Bottom = unit6;
            unit7.Value          = 35F;
            chartMargins3.Left   = unit7;
            unit8.Value          = 100F;
            chartMargins3.Right  = unit8;
            unit9.Value          = 50F;
            chartMargins3.Top    = unit9;
            this.radChart1.PlotArea.Appearance.Dimensions.Margins         = chartMargins3;
            this.radChart1.PlotArea.Appearance.FillStyle.FillType         = Telerik.Charting.Styles.FillType.Solid;
            this.radChart1.PlotArea.Appearance.FillStyle.MainColor        = System.Drawing.Color.White;
            this.radChart1.PlotArea.Appearance.FillStyle.SecondColor      = System.Drawing.Color.White;
            this.radChart1.PlotArea.XAxis.Appearance.Color                = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.XAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.XAxis.Appearance.MajorTick.Color      = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.XAxis.AxisLabel.TextBlock.Appearance.TextProperties.Font = new System.Drawing.Font("Arial", 10F);
            this.radChart1.PlotArea.XAxis.MinValue         = 1;
            this.radChart1.PlotArea.YAxis.Appearance.Color = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.YAxis.Appearance.MajorGridLines.Color = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.YAxis.Appearance.MajorTick.Color      = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.YAxis.Appearance.MinorGridLines.Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
            this.radChart1.PlotArea.YAxis.Appearance.MinorTick.Color      = System.Drawing.Color.Silver;
            this.radChart1.PlotArea.YAxis.AxisLabel.TextBlock.Appearance.TextProperties.Font = new System.Drawing.Font("Arial", 10F);
            this.radChart1.PlotArea.YAxis.MaxValue = 90;
            this.radChart1.PlotArea.YAxis.Step     = 10;
            this.radChart1.PlotArea.YAxis2.AxisLabel.TextBlock.Appearance.TextProperties.Font = new System.Drawing.Font("Arial", 10F);
            this.radChart1.PlotArea.YAxis2.MaxValue                     = 100;
            this.radChart1.PlotArea.YAxis2.Step                         = 10;
            chartSeries1.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(206)))), ((int)(((byte)(38)))));
            chartSeries1.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(221)))));
            chartSeries1.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(206)))), ((int)(((byte)(38)))));
            chartSeries1.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(247)))), ((int)(((byte)(221)))));
            chartSeries1.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.Black;
            chartSeries1.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            chartSeries1.Name = "Series 1";
            chartSeries1.Type = Telerik.Charting.ChartSeriesType.Area;
            chartSeries2.Appearance.FillStyle.MainColor                 = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(99)))), ((int)(((byte)(99)))));
            chartSeries2.Appearance.FillStyle.SecondColor               = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
            chartSeries2.Appearance.PointMark.FillStyle.MainColor       = System.Drawing.Color.FromArgb(((int)(((byte)(99)))), ((int)(((byte)(99)))), ((int)(((byte)(99)))));
            chartSeries2.Appearance.PointMark.FillStyle.SecondColor     = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(231)))), ((int)(((byte)(231)))));
            chartSeries2.Appearance.TextAppearance.TextProperties.Color = System.Drawing.Color.Black;
            chartSeries2.Appearance.TextAppearance.TextProperties.Font  = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            chartSeries2.Name      = "Series 2";
            chartSeries2.Type      = Telerik.Charting.ChartSeriesType.Area;
            chartSeries2.YAxisType = Telerik.Charting.ChartYAxisType.Secondary;
            this.radChart1.Series.AddRange(new Telerik.Charting.ChartSeries[] {
                chartSeries1,
                chartSeries2
            });
            this.radChart1.Size = new System.Drawing.Size(400, 300);
            this.radChart1.Skin = "Apple";
            this.radChart1.SkinsOverrideStyles = true;
            this.radChart1.TabIndex            = 0;
            //
            // radButton1
            //
            this.radButton1.BackColor        = System.Drawing.Color.Transparent;
            this.radButton1.Font             = new System.Drawing.Font("Arial", 14F);
            this.radButton1.ForeColor        = System.Drawing.Color.Black;
            this.radButton1.ImageList        = this.imageList1;
            this.radButton1.ImageScalingSize = new System.Drawing.Size(64, 64);
            this.radButton1.Location         = new System.Drawing.Point(12, 33);
            this.radButton1.Name             = "radButton1";
            //
            //
            //
            this.radButton1.RootElement.ForeColor = System.Drawing.Color.Black;
            this.radButton1.Size              = new System.Drawing.Size(227, 88);
            this.radButton1.TabIndex          = 1;
            this.radButton1.Text              = "Pie";
            this.radButton1.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            this.radButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.radButton1.Click            += new System.EventHandler(this.radButton1_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).Image             = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).Text    = "Pie";
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton1.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(0))).NumberOfColors = 1;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(0))).BackColor      = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Layouts.ImageAndTextLayoutPanel)(this.radButton1.GetChildAt(0).GetChildAt(1))).Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).StretchHorizontally = true;
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(83)))), ((int)(((byte)(62)))));
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font      = new System.Drawing.Font("Arial", 14F);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Padding   = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(2))).ForeColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(2))).BackColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton1.GetChildAt(0).GetChildAt(2))).Visibility            = Telerik.WinControls.ElementVisibility.Hidden;
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "Bubble.png");
            this.imageList1.Images.SetKeyName(1, "Candlestick.png");
            this.imageList1.Images.SetKeyName(2, "Gant.png");
            this.imageList1.Images.SetKeyName(3, "Pie.png");
            this.imageList1.Images.SetKeyName(4, "SplineArea.png");
            this.imageList1.Images.SetKeyName(5, "SplineLine.png");
            this.imageList1.Images.SetKeyName(6, "StackedArea100.png");
            this.imageList1.Images.SetKeyName(7, "StackedArea.png");
            this.imageList1.Images.SetKeyName(8, "StackedBar100.png");
            this.imageList1.Images.SetKeyName(9, "StackedSplineArea100.png");
            this.imageList1.Images.SetKeyName(10, "StackedSplineArea.png");
            this.imageList1.Images.SetKeyName(11, "StakedBar.png");
            this.imageList1.Images.SetKeyName(12, "Area.png");
            this.imageList1.Images.SetKeyName(13, "Bar.png");
            this.imageList1.Images.SetKeyName(14, "Line.png");
            //
            // panel
            //
            this.panel.BackColor   = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(242)))), ((int)(((byte)(217)))));
            this.panel.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(210)))), ((int)(((byte)(210)))), ((int)(((byte)(210)))));
            this.panel.Controls.Add(this.pictureBox1);
            this.panel.Controls.Add(this.radButton7);
            this.panel.Controls.Add(this.radButton5);
            this.panel.Controls.Add(this.radButton3);
            this.panel.Controls.Add(this.radButton4);
            this.panel.Controls.Add(this.radButton1);
            this.panel.Controls.Add(this.radLabel1);
            this.panel.Font       = new System.Drawing.Font("Microsoft Sans Serif", 12F);
            this.panel.ForeColor  = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(111)))), ((int)(((byte)(61)))));
            this.panel.LineBounds = new System.Drawing.Rectangle(10, 30, 240, 30);
            this.panel.Location   = new System.Drawing.Point(5, 5);
            this.panel.Name       = "panel";
            //
            //
            //
            this.panel.RootElement.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(200)))), ((int)(((byte)(111)))), ((int)(((byte)(61)))));
            this.panel.Size      = new System.Drawing.Size(250, 495);
            this.panel.TabIndex  = 0;
            this.panel.ThemeName = "Examples";
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.panel.GetChildAt(0).GetChildAt(0))).ForeColor       = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.panel.GetChildAt(0).GetChildAt(0))).BackColor       = System.Drawing.Color.FromArgb(((int)(((byte)(232)))), ((int)(((byte)(242)))), ((int)(((byte)(217)))));
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.panel.GetChildAt(0).GetChildAt(1))).GradientStyle = Telerik.WinControls.GradientStyles.Solid;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.panel.GetChildAt(0).GetChildAt(1))).ForeColor     = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.panel.GetChildAt(0).GetChildAt(2))).ForeColor       = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.panel.GetChildAt(0).GetChildAt(2))).Font            = new System.Drawing.Font("Arial", 14F);
            //
            // pictureBox1
            //
            this.pictureBox1.Image    = global::Telerik.Examples.WinControls.Properties.Resources.separator;
            this.pictureBox1.Location = new System.Drawing.Point(16, 28);
            this.pictureBox1.Margin   = new System.Windows.Forms.Padding(0);
            this.pictureBox1.Name     = "pictureBox1";
            this.pictureBox1.Size     = new System.Drawing.Size(227, 6);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 1;
            this.pictureBox1.TabStop  = false;
            //
            // radButton7
            //
            this.radButton7.BackColor        = System.Drawing.Color.Transparent;
            this.radButton7.Font             = new System.Drawing.Font("Arial", 14F);
            this.radButton7.ForeColor        = System.Drawing.Color.Black;
            this.radButton7.ImageList        = this.imageList1;
            this.radButton7.ImageScalingSize = new System.Drawing.Size(64, 64);
            this.radButton7.Location         = new System.Drawing.Point(12, 306);
            this.radButton7.Name             = "radButton7";
            //
            //
            //
            this.radButton7.RootElement.ForeColor = System.Drawing.Color.Black;
            this.radButton7.Size              = new System.Drawing.Size(226, 88);
            this.radButton7.TabIndex          = 4;
            this.radButton7.Text              = "Area";
            this.radButton7.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            this.radButton7.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.radButton7.Click            += new System.EventHandler(this.radButton7_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton7.GetChildAt(0))).Image             = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton7.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton7.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton7.GetChildAt(0))).Text    = "Area";
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton7.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(0))).NumberOfColors = 1;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(0))).BackColor      = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Layouts.ImageAndTextLayoutPanel)(this.radButton7.GetChildAt(0).GetChildAt(1))).Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(1).GetChildAt(1))).StretchHorizontally = true;
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(83)))), ((int)(((byte)(62)))));
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font      = new System.Drawing.Font("Arial", 14F);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Padding   = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(2))).ForeColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(2))).BackColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton7.GetChildAt(0).GetChildAt(2))).Visibility            = Telerik.WinControls.ElementVisibility.Hidden;
            //
            // radButton5
            //
            this.radButton5.BackColor        = System.Drawing.Color.Transparent;
            this.radButton5.Font             = new System.Drawing.Font("Arial", 14F);
            this.radButton5.ForeColor        = System.Drawing.Color.Black;
            this.radButton5.ImageList        = this.imageList1;
            this.radButton5.ImageScalingSize = new System.Drawing.Size(64, 64);
            this.radButton5.Location         = new System.Drawing.Point(12, 397);
            this.radButton5.Name             = "radButton5";
            //
            //
            //
            this.radButton5.RootElement.ForeColor = System.Drawing.Color.Black;
            this.radButton5.Size              = new System.Drawing.Size(226, 88);
            this.radButton5.TabIndex          = 5;
            this.radButton5.Text              = " Line";
            this.radButton5.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            this.radButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.radButton5.Click            += new System.EventHandler(this.radButton5_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton5.GetChildAt(0))).Image             = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton5.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton5.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton5.GetChildAt(0))).Text    = " Line";
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton5.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(0))).NumberOfColors = 1;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(0))).BackColor      = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(0))).Visibility     = Telerik.WinControls.ElementVisibility.Collapsed;
            ((Telerik.WinControls.Layouts.ImageAndTextLayoutPanel)(this.radButton5.GetChildAt(0).GetChildAt(1))).Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(1).GetChildAt(1))).StretchHorizontally = true;
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(83)))), ((int)(((byte)(62)))));
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font      = new System.Drawing.Font("Arial", 14F);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Padding   = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(2))).ForeColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(2))).BackColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton5.GetChildAt(0).GetChildAt(2))).Visibility            = Telerik.WinControls.ElementVisibility.Hidden;
            //
            // radButton3
            //
            this.radButton3.BackColor        = System.Drawing.Color.Transparent;
            this.radButton3.Font             = new System.Drawing.Font("Arial", 14F);
            this.radButton3.ForeColor        = System.Drawing.Color.Black;
            this.radButton3.ImageList        = this.imageList1;
            this.radButton3.ImageScalingSize = new System.Drawing.Size(64, 64);
            this.radButton3.Location         = new System.Drawing.Point(12, 214);
            this.radButton3.Name             = "radButton3";
            //
            //
            //
            this.radButton3.RootElement.ForeColor = System.Drawing.Color.Black;
            this.radButton3.Size              = new System.Drawing.Size(226, 88);
            this.radButton3.TabIndex          = 3;
            this.radButton3.Text              = "Stacked Bar";
            this.radButton3.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            this.radButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.radButton3.Click            += new System.EventHandler(this.radButton3_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton3.GetChildAt(0))).Image             = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton3.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton3.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton3.GetChildAt(0))).Text    = "Stacked Bar";
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton3.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(0))).NumberOfColors = 1;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(0))).BackColor      = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Layouts.ImageAndTextLayoutPanel)(this.radButton3.GetChildAt(0).GetChildAt(1))).Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(1).GetChildAt(1))).StretchHorizontally = true;
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(83)))), ((int)(((byte)(62)))));
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font      = new System.Drawing.Font("Arial", 14F);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Padding   = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(2))).ForeColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(2))).BackColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton3.GetChildAt(0).GetChildAt(2))).Visibility            = Telerik.WinControls.ElementVisibility.Hidden;
            //
            // radButton4
            //
            this.radButton4.BackColor        = System.Drawing.Color.Transparent;
            this.radButton4.Font             = new System.Drawing.Font("Arial", 14F);
            this.radButton4.ForeColor        = System.Drawing.Color.Black;
            this.radButton4.ImageList        = this.imageList1;
            this.radButton4.ImageScalingSize = new System.Drawing.Size(64, 64);
            this.radButton4.Location         = new System.Drawing.Point(12, 124);
            this.radButton4.Name             = "radButton4";
            //
            //
            //
            this.radButton4.RootElement.ForeColor = System.Drawing.Color.Black;
            this.radButton4.Size              = new System.Drawing.Size(226, 88);
            this.radButton4.TabIndex          = 2;
            this.radButton4.Text              = "Bar";
            this.radButton4.TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            this.radButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.radButton4.Click            += new System.EventHandler(this.radButton4_Click);
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton4.GetChildAt(0))).Image             = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton4.GetChildAt(0))).TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton4.GetChildAt(0))).TextAlignment     = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton4.GetChildAt(0))).Text    = "Bar";
            ((Telerik.WinControls.UI.RadButtonElement)(this.radButton4.GetChildAt(0))).Padding = new System.Windows.Forms.Padding(8, 0, 0, 0);
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(0))).NumberOfColors = 1;
            ((Telerik.WinControls.Primitives.FillPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(0))).BackColor      = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Layouts.ImageAndTextLayoutPanel)(this.radButton4.GetChildAt(0).GetChildAt(1))).Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(1).GetChildAt(1))).StretchHorizontally = true;
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(1).GetChildAt(1))).ForeColor           = System.Drawing.Color.FromArgb(((int)(((byte)(75)))), ((int)(((byte)(83)))), ((int)(((byte)(62)))));
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Font      = new System.Drawing.Font("Arial", 14F);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Padding   = new System.Windows.Forms.Padding(10, 0, 0, 0);
            ((Telerik.WinControls.Primitives.TextPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(1).GetChildAt(1))).Alignment = System.Drawing.ContentAlignment.MiddleLeft;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(2))).ForeColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(2))).BackColor             = System.Drawing.Color.Transparent;
            ((Telerik.WinControls.Primitives.BorderPrimitive)(this.radButton4.GetChildAt(0).GetChildAt(2))).Visibility            = Telerik.WinControls.ElementVisibility.Hidden;
            //
            // radLabel1
            //
            this.radLabel1.BackColor = System.Drawing.Color.Transparent;
            this.radLabel1.Font      = new System.Drawing.Font("Arial", 14F);
            this.radLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(77)))), ((int)(((byte)(0)))));
            this.radLabel1.Location  = new System.Drawing.Point(16, 3);
            this.radLabel1.Name      = "radLabel1";
            //
            //
            //
            this.radLabel1.RootElement.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(77)))), ((int)(((byte)(0)))));
            this.radLabel1.Size     = new System.Drawing.Size(181, 26);
            this.radLabel1.TabIndex = 1;
            this.radLabel1.Text     = "Choose Chart Type:";
            //
            // roundRectShape1
            //
            this.roundRectShape1.BottomLeftRounded  = true;
            this.roundRectShape1.BottomRightRounded = true;
            this.roundRectShape1.TopLeftRounded     = true;
            this.roundRectShape1.TopRightRounded    = true;
            //
            // radLabel2
            //
            this.radLabel2.BackColor = System.Drawing.Color.Transparent;
            this.radLabel2.Font      = new System.Drawing.Font("Arial", 14F);
            this.radLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(77)))), ((int)(((byte)(0)))));
            this.radLabel2.Location  = new System.Drawing.Point(261, 8);
            this.radLabel2.Name      = "radLabel2";
            //
            //
            //
            this.radLabel2.RootElement.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(77)))), ((int)(((byte)(0)))));
            this.radLabel2.Size     = new System.Drawing.Size(82, 26);
            this.radLabel2.TabIndex = 2;
            this.radLabel2.Text     = "Preview:";
            //
            // pictureBox2
            //
            this.pictureBox2.Image    = global::Telerik.Examples.WinControls.Properties.Resources.separator;
            this.pictureBox2.Location = new System.Drawing.Point(259, 33);
            this.pictureBox2.Name     = "pictureBox2";
            this.pictureBox2.Size     = new System.Drawing.Size(440, 6);
            this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox2.TabIndex = 6;
            this.pictureBox2.TabStop  = false;
            //
            // Form1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.pictureBox2);
            this.Controls.Add(this.radLabel2);
            this.Controls.Add(this.panel);
            this.Controls.Add(this.radChart1);
            this.Name = "Form1";
            this.Size = new System.Drawing.Size(1001, 753);
            ((System.ComponentModel.ISupportInitialize)(this.radChart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panel)).EndInit();
            this.panel.ResumeLayout(false);
            this.panel.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radButton4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.radLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }