/// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 48;
      this.ultraChart.Axis.X.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.TickmarkInterval = 1D;
      this.ultraChart.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Weeks;
      this.ultraChart.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 46;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.TickmarkInterval = 1D;
      this.ultraChart.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomSkin;
      paintElement2.Fill = System.Drawing.Color.White;
      paintElement2.StrokeWidth = 2;
      paintElement3.Fill = System.Drawing.Color.SandyBrown;
      paintElement3.StrokeWidth = 2;
      this.ultraChart.ColorModel.Skin.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
            paintElement2,
            paintElement3});
      this.ultraChart.Data.SwapRowsAndColumns = true;
      this.ultraChart.EmptyChartText = "Regression Plot Chart";
      this.ultraChart.Legend.Location = Infragistics.UltraChart.Shared.Styles.LegendLocation.Left;
      this.ultraChart.Legend.Margins.Bottom = 0;
      this.ultraChart.Legend.Margins.Left = 0;
      this.ultraChart.Legend.Margins.Right = 0;
      this.ultraChart.Legend.Margins.Top = 0;
      this.ultraChart.Legend.Visible = true;
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      lineChartAppearance1.TreatDateTimeAsString = false;
      this.ultraChart.LineChart = lineChartAppearance1;
      this.ultraChart.Tooltips.FormatString = "<TIME_VALUE:dd MMM yy>: <DATA_VALUE:###0.##>";
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      // 
      // RegressionPlot
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "RegressionPlot";
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem3 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea2 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem5 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem6 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance2 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance3 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance3 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance4 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.CompositeLegend compositeLegend1 = new Infragistics.UltraChart.Resources.Appearance.CompositeLegend();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries2 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries3 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem1.Extent = 40;
      axisItem1.Key = "axisTop_X";
      axisItem1.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6F);
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL:dd MMM yy>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.LineThickness = 1;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "axisTop_Y1";
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.##>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.LineColor = System.Drawing.Color.Red;
      axisItem2.LineThickness = 1;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem3.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem3.Key = "axisTop_Y2";
      axisItem3.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem3.Labels.ItemFormatString = "<DATA_VALUE:##0.##>";
      axisItem3.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.LineColor = System.Drawing.Color.Green;
      axisItem3.LineThickness = 1;
      axisItem3.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem3.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MajorGridLines.Visible = true;
      axisItem3.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem3.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MinorGridLines.Visible = false;
      axisItem3.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem3.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem4.Extent = 120;
      axisItem4.Key = "axisTop_Y3";
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "<DATA_VALUE:##0.##>";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.LineColor = System.Drawing.Color.Blue;
      axisItem4.LineThickness = 1;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      chartArea1.Axes.Add(axisItem3);
      chartArea1.Axes.Add(axisItem4);
      chartArea1.Bounds = new System.Drawing.Rectangle(0, 0, 100, 50);
      chartArea1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement1;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement2;
      axisItem5.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem5.Extent = 40;
      axisItem5.Key = "axisBottom_X";
      axisItem5.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem5.Labels.ItemFormatString = "<ITEM_LABEL>";
      axisItem5.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem5.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.LineThickness = 1;
      axisItem5.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem5.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MajorGridLines.Visible = true;
      axisItem5.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem5.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MinorGridLines.Visible = false;
      axisItem5.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem5.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem6.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem6.Extent = 40;
      axisItem6.Key = "axisBottomY";
      axisItem6.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem6.Labels.ItemFormatString = "<DATA_VALUE:##0.##%>";
      axisItem6.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem6.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem6.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.LineThickness = 1;
      axisItem6.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem6.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem6.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem6.MajorGridLines.Visible = true;
      axisItem6.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem6.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem6.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem6.MinorGridLines.Visible = false;
      axisItem6.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem6.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea2.Axes.Add(axisItem5);
      chartArea2.Axes.Add(axisItem6);
      chartArea2.Bounds = new System.Drawing.Rectangle(0, 50, 100, 50);
      chartArea2.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement3.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea2.GridPE = paintElement3;
      chartArea2.Key = "area2";
      chartArea2.PE = paintElement4;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea2);
      chartLayerAppearance1.AxisXKey = "axisTop_X";
      chartLayerAppearance1.AxisYKey = "axisTop_Y1";
      chartLayerAppearance1.ChartAreaKey = "area1";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      chartLayerAppearance1.ChartTypeAppearance = lineChartAppearance1;
      chartLayerAppearance1.Key = "chartLayer1";
      chartLayerAppearance1.SeriesList = "seriesBeta";
      chartLayerAppearance2.AxisXKey = "axisTop_X";
      chartLayerAppearance2.AxisYKey = "axisTop_Y2";
      chartLayerAppearance2.ChartAreaKey = "area1";
      chartLayerAppearance2.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance2.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.Thickness = 1;
      chartLayerAppearance2.ChartTypeAppearance = lineChartAppearance2;
      chartLayerAppearance2.Key = "chartLayer2";
      chartLayerAppearance2.SeriesList = "seriesTStat";
      chartLayerAppearance3.AxisXKey = "axisTop_X";
      chartLayerAppearance3.AxisYKey = "axisTop_Y3";
      chartLayerAppearance3.ChartAreaKey = "area1";
      chartLayerAppearance3.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance3.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance3.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance3.Thickness = 1;
      chartLayerAppearance3.ChartTypeAppearance = lineChartAppearance3;
      chartLayerAppearance3.Key = "chartLayer3";
      chartLayerAppearance3.SeriesList = "seriesPValue";
      chartLayerAppearance4.AxisXKey = "axisBottom_X";
      chartLayerAppearance4.AxisYKey = "axisBottomY";
      chartLayerAppearance4.ChartAreaKey = "area2";
      chartLayerAppearance4.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ColumnChart;
      chartLayerAppearance4.Key = "chartLayer4";
      chartLayerAppearance4.SeriesList = "seriesDensity";
      chartLayerAppearance4.SwapRowsAndColumns = true;
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1,
            chartLayerAppearance2,
            chartLayerAppearance3,
            chartLayerAppearance4});
      compositeLegend1.ChartLayerList = "chartLayer1|chartLayer2|chartLayer3";
      this.ultraChart.CompositeChart.Legends.Add(compositeLegend1);
      numericTimeSeries1.Data.TimeValueColumn = "";
      numericTimeSeries1.Data.ValueColumn = "";
      numericTimeSeries1.Key = "seriesBeta";
      numericTimeSeries1.Label = "Beta value";
      numericTimeSeries2.Data.TimeValueColumn = "";
      numericTimeSeries2.Data.ValueColumn = "";
      numericTimeSeries2.Key = "seriesTStat";
      numericTimeSeries2.Label = "T-Stat";
      numericTimeSeries3.Data.TimeValueColumn = "";
      numericTimeSeries3.Data.ValueColumn = "";
      numericTimeSeries3.Key = "seriesPValue";
      numericTimeSeries3.Label = "P-Value";
      numericSeries1.Key = "seriesDensity";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            numericTimeSeries1,
            numericTimeSeries2,
            numericTimeSeries3,
            numericSeries1});
      this.ultraChart.Size = new System.Drawing.Size(491, 378);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // RegressionBetaWindowStatPlot
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "RegressionBetaWindowStatPlot";
      this.Size = new System.Drawing.Size(491, 378);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea2 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem5 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem6 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement5 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement6 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance3 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance4 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.CompositeLegend compositeLegend2 = new Infragistics.UltraChart.Resources.Appearance.CompositeLegend();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries3 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries4 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      this.boundComboBox1 = new Controls.BoundComboBox();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.boundComboBox1)).BeginInit();
      this.SuspendLayout();
      // 
      //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
      //			'ChartType' must be persisted ahead of any Axes change made in design time.
      //		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement4.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement4.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement4;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem4.Extent = 55;
      axisItem4.Key = "axis1";
      axisItem4.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "<ITEM_LABEL>";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.LineThickness = 1;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.ContinuousData;
      axisItem5.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem5.Extent = 30;
      axisItem5.Key = "axis2";
      axisItem5.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem5.Labels.ItemFormatString = "";
      axisItem5.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.LineThickness = 1;
      axisItem5.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem5.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MajorGridLines.Visible = true;
      axisItem5.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem5.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MinorGridLines.Visible = false;
      axisItem5.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem5.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem6.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem6.Extent = 8;
      axisItem6.Key = "axis3";
      axisItem6.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem6.Labels.ItemFormatString = "";
      axisItem6.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem6.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem6.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem6.LineThickness = 1;
      axisItem6.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem6.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem6.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem6.MajorGridLines.Visible = true;
      axisItem6.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem6.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem6.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem6.MinorGridLines.Visible = false;
      axisItem6.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem6.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea2.Axes.Add(axisItem4);
      chartArea2.Axes.Add(axisItem5);
      chartArea2.Axes.Add(axisItem6);
      paintElement5.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea2.GridPE = paintElement5;
      chartArea2.Key = "area1";
      chartArea2.PE = paintElement6;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea2);
      chartLayerAppearance3.AxisXKey = "axis3";
      chartLayerAppearance3.AxisYKey = "axis2";
      chartLayerAppearance3.ChartAreaKey = "area1";
      chartLayerAppearance3.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ColumnChart;
      chartLayerAppearance3.Key = "chartLayer3";
      chartLayerAppearance3.SeriesList = "series3";
      chartLayerAppearance4.AxisXKey = "axis1";
      chartLayerAppearance4.AxisYKey = "axis2";
      chartLayerAppearance4.ChartAreaKey = "area1";
      chartLayerAppearance4.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance2.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.MidPointAnchors = false;
      lineChartAppearance2.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      chartLayerAppearance4.ChartTypeAppearance = lineChartAppearance2;
      chartLayerAppearance4.Key = "chartLayer2";
      chartLayerAppearance4.SeriesList = "series1";
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance3,
            chartLayerAppearance4});
      compositeLegend2.ChartLayerList = "chartLayer2";
      compositeLegend2.LabelStyle.FontColor = System.Drawing.Color.White;
      this.ultraChart.CompositeChart.Legends.Add(compositeLegend2);
      numericSeries3.Key = "series1";
      numericSeries3.Label = "Normal Distribution (Achieved vol)";
      numericSeries4.Key = "series3";
      numericSeries4.Label = "Kernel Distribution of Strategy Returns";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            numericSeries3,
            numericSeries4});
      this.ultraChart.Size = new System.Drawing.Size(523, 340);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(504, 3);
      // 
      // chartExportToClipboardControl1
      // 
      this.chartExportToClipboardControl1.Location = new System.Drawing.Point(485, 3);
      // 
      // boundComboBox1
      // 
      this.boundComboBox1.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
      this.boundComboBox1.Location = new System.Drawing.Point(3, 23);
      this.boundComboBox1.Name = "boundComboBox1";
      this.boundComboBox1.Size = new System.Drawing.Size(92, 21);
      this.boundComboBox1.TabIndex = 10;
      // 
      // DistributionChart2
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Controls.Add(this.boundComboBox1);
      this.Name = "DistributionChart2";
      this.Size = new System.Drawing.Size(523, 340);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      this.Controls.SetChildIndex(this.boundComboBox1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.boundComboBox1)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }
    /// <summary> 
    /// Required method for Designer support - do not modify 
    /// the contents of this method with the code editor.
    /// </summary>
    private void InitializeComponent()
    {
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem3 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea2 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem5 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance2 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance3 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance areaChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance4 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance areaChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.AreaChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance5 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance3 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance6 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance4 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries2 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries3 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries4 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries5 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries6 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem1.Extent = 30;
      axisItem1.Key = "x_axis";
      axisItem1.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL:dd/MM/yyyy>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Visible = true;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.Visible = true;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Key = "y_axis_Pnl";
      axisItem2.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
      axisItem2.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.0%>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Visible = true;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.Visible = true;
      axisItem2.LineColor = System.Drawing.Color.White;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem3.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem3.Extent = 40;
      axisItem3.Key = "y_axis_ccyRate";
      axisItem3.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F);
      axisItem3.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      axisItem3.Labels.ItemFormatString = "<DATA_VALUE:#0.0##>";
      axisItem3.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Visible = true;
      axisItem3.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.Visible = true;
      axisItem3.LineColor = System.Drawing.Color.Orange;
      axisItem3.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem3.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MajorGridLines.Visible = true;
      axisItem3.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem3.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MinorGridLines.Visible = false;
      axisItem3.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem3.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      chartArea1.Axes.Add(axisItem3);
      chartArea1.Bounds = new System.Drawing.Rectangle(0, 0, 100, 60);
      chartArea1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement1;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement2;
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem4.Key = "axis_y_wts";
      axisItem4.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "<DATA_VALUE:#0.0##%>";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Visible = true;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.Visible = true;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem5.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem5.Key = "axis_x_wts";
      axisItem5.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem5.Labels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.ItemFormatString = "";
      axisItem5.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem5.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem5.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem5.Labels.SeriesLabels.Visible = true;
      axisItem5.Labels.VerticalAlign = System.Drawing.StringAlignment.Near;
      axisItem5.Labels.Visible = true;
      axisItem5.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem5.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MajorGridLines.Visible = true;
      axisItem5.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem5.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem5.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem5.MinorGridLines.Visible = false;
      axisItem5.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem5.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea2.Axes.Add(axisItem4);
      chartArea2.Axes.Add(axisItem5);
      chartArea2.Bounds = new System.Drawing.Rectangle(0, 60, 100, 60);
      chartArea2.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement3.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea2.GridPE = paintElement3;
      chartArea2.Key = "area2";
      chartArea2.PE = paintElement4;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea2);
      chartLayerAppearance1.AxisXKey = "x_axis";
      chartLayerAppearance1.AxisYKey = "y_axis_Pnl";
      chartLayerAppearance1.ChartAreaKey = "area1";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      chartLayerAppearance1.ChartTypeAppearance = lineChartAppearance1;
      chartLayerAppearance1.Key = "layer_Pnl";
      chartLayerAppearance1.SeriesList = "seriesPnl";
      chartLayerAppearance2.AxisXKey = "x_axis";
      chartLayerAppearance2.AxisYKey = "y_axis_ccyRate";
      chartLayerAppearance2.ChartAreaKey = "area1";
      chartLayerAppearance2.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance2.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance2.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance2.Thickness = 1;
      chartLayerAppearance2.ChartTypeAppearance = lineChartAppearance2;
      chartLayerAppearance2.Key = "layer_ccyRateLong";
      chartLayerAppearance2.SeriesList = "seriesCcyLong";
      chartLayerAppearance3.AxisXKey = "axis_x_wts";
      chartLayerAppearance3.AxisYKey = "axis_y_wts";
      chartLayerAppearance3.ChartAreaKey = "area2";
      chartLayerAppearance3.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.AreaChart;
      areaChartAppearance1.LineDrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Solid;
      areaChartAppearance1.LineEndCapStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      areaChartAppearance1.LineStartCapStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      chartLayerAppearance3.ChartTypeAppearance = areaChartAppearance1;
      chartLayerAppearance3.Key = "layer_LongWeight";
      chartLayerAppearance3.SeriesList = "seriesLongWeight";
      chartLayerAppearance4.AxisXKey = "axis_x_wts";
      chartLayerAppearance4.AxisYKey = "axis_y_wts";
      chartLayerAppearance4.ChartAreaKey = "area2";
      chartLayerAppearance4.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.AreaChart;
      areaChartAppearance2.LineDrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Solid;
      areaChartAppearance2.LineEndCapStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      areaChartAppearance2.LineStartCapStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      chartLayerAppearance4.ChartTypeAppearance = areaChartAppearance2;
      chartLayerAppearance4.Key = "layer_ShortWeight";
      chartLayerAppearance4.SeriesList = "seriesShortWeight";
      chartLayerAppearance5.AxisXKey = "x_axis";
      chartLayerAppearance5.AxisYKey = "y_axis_ccyRate";
      chartLayerAppearance5.ChartAreaKey = "area1";
      chartLayerAppearance5.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance3.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.Flat;
      lineChartAppearance3.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance3.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.Flat;
      lineChartAppearance3.Thickness = 1;
      chartLayerAppearance5.ChartTypeAppearance = lineChartAppearance3;
      chartLayerAppearance5.Key = "layer_ccyRateShort";
      chartLayerAppearance5.SeriesList = "seriesCcyShort";
      chartLayerAppearance6.AxisXKey = "x_axis";
      chartLayerAppearance6.AxisYKey = "y_axis_ccyRate";
      chartLayerAppearance6.ChartAreaKey = "area1";
      chartLayerAppearance6.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance4.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance4.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance4.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      chartLayerAppearance6.ChartTypeAppearance = lineChartAppearance4;
      chartLayerAppearance6.Key = "layer_ccyRateFlat";
      chartLayerAppearance6.SeriesList = "seriesCcyFlat";
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1,
            chartLayerAppearance2,
            chartLayerAppearance3,
            chartLayerAppearance4,
            chartLayerAppearance5,
            chartLayerAppearance6});
      numericTimeSeries1.Data.TimeValueColumn = "";
      numericTimeSeries1.Data.ValueColumn = "";
      numericTimeSeries1.Key = "seriesPnl";
      numericTimeSeries1.Label = "Pnl";
      numericTimeSeries2.Data.TimeValueColumn = "";
      numericTimeSeries2.Data.ValueColumn = "";
      numericTimeSeries2.Key = "seriesCcyLong";
      numericTimeSeries2.Label = "Ccy Rate";
      numericTimeSeries3.Data.TimeValueColumn = "";
      numericTimeSeries3.Data.ValueColumn = "";
      numericTimeSeries3.Key = "seriesLongWeight";
      numericTimeSeries3.Label = "Long Weight";
      numericTimeSeries4.Data.TimeValueColumn = "";
      numericTimeSeries4.Data.ValueColumn = "";
      numericTimeSeries4.Key = "seriesShortWeight";
      numericTimeSeries4.Label = "Short Weight";
      numericTimeSeries5.Data.TimeValueColumn = "";
      numericTimeSeries5.Data.ValueColumn = "";
      numericTimeSeries5.Key = "seriesCcyShort";
      numericTimeSeries5.Label = "Ccy Rate";
      numericTimeSeries6.Data.TimeValueColumn = "";
      numericTimeSeries6.Data.ValueColumn = "";
      numericTimeSeries6.Key = "seriesCcyFlat";
      numericTimeSeries6.Label = "Ccy Rate";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            numericTimeSeries1,
            numericTimeSeries2,
            numericTimeSeries3,
            numericTimeSeries4,
            numericTimeSeries5,
            numericTimeSeries6});
      this.ultraChart.Size = new System.Drawing.Size(792, 421);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(773, 3);
      // 
      // chartExportToClipboardControl1
      // 
      this.chartExportToClipboardControl1.Location = new System.Drawing.Point(754, 3);
      // 
      // WtPnlAnalysis2
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "WtPnlAnalysis2";
      this.Size = new System.Drawing.Size(792, 421);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries numericTimeSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericTimeSeries();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
      //			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
      //			'ChartType' must be persisted ahead of any Axes change made in design time.
      //		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Time;
      axisItem1.Extent = 40;
      axisItem1.Key = "axis1";
      axisItem1.Labels.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL: dd MMM yy>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.LineThickness = 1;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "axis2";
      axisItem2.Labels.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.#%>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.LineThickness = 1;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      paintElement2.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement2;
      chartArea1.Key = "area1";
      chartArea1.PE = paintElement3;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      chartLayerAppearance1.AxisXKey = "axis1";
      chartLayerAppearance1.AxisYKey = "axis2";
      chartLayerAppearance1.ChartAreaKey = "area1";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      chartLayerAppearance1.ChartTypeAppearance = lineChartAppearance1;
      chartLayerAppearance1.Key = "chartLayer1";
      chartLayerAppearance1.SeriesList = "series1";
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1});
      numericTimeSeries1.Data.TimeValueColumn = "";
      numericTimeSeries1.Data.ValueColumn = "";
      numericTimeSeries1.Key = "series1";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            numericTimeSeries1});
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // RollingCorrelationChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "RollingCorrelationChart";
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
        {
            Infragistics.UltraChart.Resources.Appearance.GradientEffect gradientEffect1 = new Infragistics.UltraChart.Resources.Appearance.GradientEffect();
            Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
            Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance chartTextAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartTextAppearance();
            this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
            this.SuspendLayout();
            // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
            this.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
            // 
            // ultraChart1
            // 
            this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
            this.ultraChart1.Axis.X.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X.LineThickness = 1;
            this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X.Visible = true;
            this.ultraChart1.Axis.X2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
            this.ultraChart1.Axis.X2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
            this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.X2.Labels.Visible = false;
            this.ultraChart1.Axis.X2.LineThickness = 1;
            this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.X2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.X2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.X2.Visible = false;
            this.ultraChart1.Axis.Y.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y.LineThickness = 1;
            this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y.TickmarkInterval = 20D;
            this.ultraChart1.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y.Visible = true;
            this.ultraChart1.Axis.Y2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
            this.ultraChart1.Axis.Y2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString = "";
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Y2.Labels.Visible = false;
            this.ultraChart1.Axis.Y2.LineThickness = 1;
            this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Y2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Y2.TickmarkInterval = 20D;
            this.ultraChart1.Axis.Y2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Y2.Visible = false;
            this.ultraChart1.Axis.Z.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.ItemFormatString = "";
            this.ultraChart1.Axis.Z.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z.Labels.Visible = false;
            this.ultraChart1.Axis.Z.LineThickness = 1;
            this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z.Visible = false;
            this.ultraChart1.Axis.Z2.Labels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.ItemFormatString = "";
            this.ultraChart1.Axis.Z2.Labels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Font = new System.Drawing.Font("Verdana", 7F);
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Gray;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Layout.Behavior = Infragistics.UltraChart.Shared.Styles.AxisLabelLayoutBehaviors.Auto;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
            this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
            this.ultraChart1.Axis.Z2.Labels.Visible = false;
            this.ultraChart1.Axis.Z2.LineThickness = 1;
            this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
            this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MajorGridLines.Visible = true;
            this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
            this.ultraChart1.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
            this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
            this.ultraChart1.Axis.Z2.MinorGridLines.Visible = false;
            this.ultraChart1.Axis.Z2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
            this.ultraChart1.Axis.Z2.Visible = false;
            this.ultraChart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.ultraChart1.ColorModel.AlphaLevel = ((byte)(150));
            this.ultraChart1.ColorModel.ColorBegin = System.Drawing.Color.Pink;
            this.ultraChart1.ColorModel.ColorEnd = System.Drawing.Color.DarkRed;
            this.ultraChart1.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
            this.ultraChart1.Data.SwapRowsAndColumns = true;
            this.ultraChart1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ultraChart1.Effects.Effects.Add(gradientEffect1);
            chartTextAppearance1.ChartTextFont = new System.Drawing.Font("Arial", 7F);
            chartTextAppearance1.ClipText = false;
            chartTextAppearance1.Column = -2;
            chartTextAppearance1.ItemFormatString = "<DATA_VALUE:00.00>";
            chartTextAppearance1.Row = -2;
            chartTextAppearance1.Visible = true;
            lineChartAppearance1.ChartText.Add(chartTextAppearance1);
            this.ultraChart1.LineChart = lineChartAppearance1;
            this.ultraChart1.Location = new System.Drawing.Point(0, 0);
            this.ultraChart1.Name = "ultraChart1";
            this.ultraChart1.Size = new System.Drawing.Size(701, 431);
            this.ultraChart1.TabIndex = 0;
            this.ultraChart1.Tooltips.HighlightFillColor = System.Drawing.Color.DimGray;
            this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
            this.ultraChart1.Tooltips.TooltipControl = null;
            this.ultraChart1.FillSceneGraph += new Infragistics.UltraChart.Shared.Events.FillSceneGraphEventHandler(this.ultraChart1_FillSceneGraph);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(701, 431);
            this.Controls.Add(this.ultraChart1);
            this.Name = "Form1";
            this.Text = "Form1";
            ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).EndInit();
            this.ResumeLayout(false);

        }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager                   resources            = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     Infragistics.UltraChart.Resources.Appearance.PaintElement        paintElement1        = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.PaintElement        paintElement2        = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.PaintElement        paintElement3        = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.PaintElement        paintElement4        = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.PaintElement        paintElement5        = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.PaintElement        paintElement6        = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
     Infragistics.UltraChart.Resources.Appearance.LineAppearance      lineAppearance1      = new Infragistics.UltraChart.Resources.Appearance.LineAppearance()
     {
         Thickness = 3
     };
     Infragistics.UltraChart.Resources.Appearance.PaintElement   paintElement7   = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.LineAppearance lineAppearance2 = new Infragistics.UltraChart.Resources.Appearance.LineAppearance()
     {
         Thickness = 3
     };
     Infragistics.UltraChart.Resources.Appearance.PaintElement   paintElement8   = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     Infragistics.UltraChart.Resources.Appearance.LineAppearance lineAppearance3 = new Infragistics.UltraChart.Resources.Appearance.LineAppearance()
     {
         Thickness = 3
     };
     Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement9 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
     this.ultraChart1 = new Infragistics.Win.UltraWinChart.UltraChart();
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).BeginInit();
     this.SuspendLayout();
     this.ultraChart1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
     //
     // ultraChart1
     //
     resources.ApplyResources(this.ultraChart1, "ultraChart1");
     this.ultraChart1.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     paintElement1.ElementType       = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     paintElement1.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
     this.ultraChart1.Axis.PE                                     = paintElement1;
     this.ultraChart1.Axis.X.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.ItemFormatString              = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Font             = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X.Labels.SeriesLabels.FormatString     = "";
     this.ultraChart1.Axis.X.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.SeriesLabels.Visible          = true;
     this.ultraChart1.Axis.X.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X.Labels.Visible                       = true;
     this.ultraChart1.Axis.X.LineThickness                        = 1;
     this.ultraChart1.Axis.X.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.X.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.X.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.X.Visible                              = true;
     this.ultraChart1.Axis.X2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.X2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.ItemFormatString             = "<ITEM_LABEL>";
     this.ultraChart1.Axis.X2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.FormatString    = "";
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.SeriesLabels.Visible         = true;
     this.ultraChart1.Axis.X2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.X2.Labels.Visible                      = false;
     this.ultraChart1.Axis.X2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.X2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.X2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.X2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.X2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.X2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.X2.Visible                             = false;
     this.ultraChart1.Axis.Y.Extent                               = 110;
     this.ultraChart1.Axis.Y.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.ItemFormatString              = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.FormatString     = "";
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Far;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.SeriesLabels.Visible          = true;
     this.ultraChart1.Axis.Y.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y.Labels.Visible                       = true;
     this.ultraChart1.Axis.Y.LineThickness                        = 1;
     this.ultraChart1.Axis.Y.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Y.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Y.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Y.TickmarkInterval                     = 50D;
     this.ultraChart1.Axis.Y.TickmarkStyle                        = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
     this.ultraChart1.Axis.Y.Visible                              = true;
     this.ultraChart1.Axis.Y2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Y2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.ItemFormatString             = "<DATA_VALUE:00.##>";
     this.ultraChart1.Axis.Y2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.FormatString    = "";
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.SeriesLabels.Visible         = true;
     this.ultraChart1.Axis.Y2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Y2.Labels.Visible                      = false;
     this.ultraChart1.Axis.Y2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Y2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Y2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Y2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Y2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Y2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Y2.Visible                             = false;
     this.ultraChart1.Axis.Z.Labels.Font                          = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z.Labels.HorizontalAlign               = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.ItemFormatString              = "";
     this.ultraChart1.Axis.Z.Labels.Orientation                   = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.HorizontalAlign  = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Orientation      = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.VerticalAlign    = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.SeriesLabels.Visible          = true;
     this.ultraChart1.Axis.Z.Labels.VerticalAlign                 = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z.Labels.Visible                       = true;
     this.ultraChart1.Axis.Z.MajorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MajorGridLines.Color                 = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z.MajorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MajorGridLines.Visible               = true;
     this.ultraChart1.Axis.Z.MinorGridLines.AlphaLevel            = ((byte)(255));
     this.ultraChart1.Axis.Z.MinorGridLines.Color                 = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z.MinorGridLines.DrawStyle             = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z.MinorGridLines.Visible               = false;
     this.ultraChart1.Axis.Z.Visible                              = false;
     this.ultraChart1.Axis.Z2.Labels.Font                         = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Axis.Z2.Labels.HorizontalAlign              = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.ItemFormatString             = "";
     this.ultraChart1.Axis.Z2.Labels.Orientation                  = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Orientation     = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.VerticalAlign   = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.SeriesLabels.Visible         = true;
     this.ultraChart1.Axis.Z2.Labels.VerticalAlign                = System.Drawing.StringAlignment.Center;
     this.ultraChart1.Axis.Z2.Labels.Visible                      = false;
     this.ultraChart1.Axis.Z2.MajorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MajorGridLines.Color                = System.Drawing.Color.Gainsboro;
     this.ultraChart1.Axis.Z2.MajorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MajorGridLines.Visible              = true;
     this.ultraChart1.Axis.Z2.MinorGridLines.AlphaLevel           = ((byte)(255));
     this.ultraChart1.Axis.Z2.MinorGridLines.Color                = System.Drawing.Color.LightGray;
     this.ultraChart1.Axis.Z2.MinorGridLines.DrawStyle            = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     this.ultraChart1.Axis.Z2.MinorGridLines.Visible              = false;
     this.ultraChart1.Axis.Z2.Visible                             = false;
     this.ultraChart1.Border.CornerRadius                         = 5;
     this.ultraChart1.ColorModel.AlphaLevel                       = ((byte)(150));
     this.ultraChart1.ColorModel.ModelStyle                       = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomLinear;
     paintElement2.ElementType                                    = Infragistics.UltraChart.Shared.Styles.PaintElementType.Gradient;
     paintElement2.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(108)))), ((int)(((byte)(162)))), ((int)(((byte)(36)))));
     paintElement2.FillGradientStyle                              = Infragistics.UltraChart.Shared.Styles.GradientStyle.Horizontal;
     paintElement2.FillStopColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(148)))), ((int)(((byte)(244)))), ((int)(((byte)(17)))));
     paintElement2.Stroke                                         = System.Drawing.Color.Transparent;
     paintElement3.ElementType                                    = Infragistics.UltraChart.Shared.Styles.PaintElementType.Gradient;
     paintElement3.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(108)))), ((int)(((byte)(176)))));
     paintElement3.FillGradientStyle                              = Infragistics.UltraChart.Shared.Styles.GradientStyle.Horizontal;
     paintElement3.FillStopColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(53)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
     paintElement3.Stroke                                         = System.Drawing.Color.Transparent;
     paintElement4.ElementType                                    = Infragistics.UltraChart.Shared.Styles.PaintElementType.Gradient;
     paintElement4.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(215)))), ((int)(((byte)(0)))), ((int)(((byte)(5)))));
     paintElement4.FillGradientStyle                              = Infragistics.UltraChart.Shared.Styles.GradientStyle.Horizontal;
     paintElement4.FillStopColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(117)))), ((int)(((byte)(16)))));
     paintElement4.Stroke                                         = System.Drawing.Color.Transparent;
     paintElement5.ElementType                                    = Infragistics.UltraChart.Shared.Styles.PaintElementType.Gradient;
     paintElement5.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(190)))), ((int)(((byte)(2)))));
     paintElement5.FillGradientStyle                              = Infragistics.UltraChart.Shared.Styles.GradientStyle.Horizontal;
     paintElement5.FillStopColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(81)))));
     paintElement5.Stroke                                         = System.Drawing.Color.Transparent;
     paintElement6.ElementType                                    = Infragistics.UltraChart.Shared.Styles.PaintElementType.Gradient;
     paintElement6.Fill                                           = System.Drawing.Color.FromArgb(((int)(((byte)(252)))), ((int)(((byte)(122)))), ((int)(((byte)(10)))));
     paintElement6.FillGradientStyle                              = Infragistics.UltraChart.Shared.Styles.GradientStyle.Horizontal;
     paintElement6.FillStopColor                                  = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(208)))), ((int)(((byte)(66)))));
     paintElement6.Stroke                                         = System.Drawing.Color.Transparent;
     this.ultraChart1.ColorModel.Skin.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
         paintElement2,
         paintElement3,
         paintElement4,
         paintElement5,
         paintElement6
     });
     this.ultraChart1.Data.EmptyStyle.LineStyle.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dash;
     this.ultraChart1.Data.SwapRowsAndColumns             = true;
     this.ultraChart1.ForeColor                   = System.Drawing.SystemColors.ControlText;
     this.ultraChart1.Legend.Font                 = new System.Drawing.Font("Verdana", 7F);
     this.ultraChart1.Legend.Location             = Infragistics.UltraChart.Shared.Styles.LegendLocation.Top;
     this.ultraChart1.Legend.Visible              = true;
     lineAppearance1.IconAppearance.CharacterFont = new System.Drawing.Font("Microsoft Sans Serif", 12F);
     paintElement7.ElementType         = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     lineAppearance1.IconAppearance.PE = paintElement7;
     lineAppearance1.Key                 = "Monday";
     paintElement8.ElementType           = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     lineAppearance2.IconAppearance.PE   = paintElement8;
     lineAppearance2.Key                 = "Tuesday";
     lineAppearance2.LineStyle.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dash;
     paintElement9.ElementType           = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
     lineAppearance3.IconAppearance.PE   = paintElement9;
     lineAppearance3.Key                 = "Wednesday";
     lineAppearance3.LineStyle.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
     lineChartAppearance1.LineAppearances.Add(lineAppearance1);
     lineChartAppearance1.LineAppearances.Add(lineAppearance2);
     lineChartAppearance1.LineAppearances.Add(lineAppearance3);
     this.ultraChart1.LineChart     = lineChartAppearance1;
     this.ultraChart1.Name          = "ultraChart1";
     this.ultraChart1.Tooltips.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
     this.ultraChart1.Tooltips.HighlightFillColor    = System.Drawing.Color.DimGray;
     this.ultraChart1.Tooltips.HighlightOutlineColor = System.Drawing.Color.DarkGray;
     //
     // Form1
     //
     this.BackColor = System.Drawing.Color.White;
     resources.ApplyResources(this, "$this");
     this.Controls.Add(this.ultraChart1);
     this.Name  = "Form1";
     this.Load += new System.EventHandler(this.LineChartStyles_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ultraChart1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea1 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem1 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem2 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartArea chartArea2 = new Infragistics.UltraChart.Resources.Appearance.ChartArea();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem3 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.AxisItem axisItem4 = new Infragistics.UltraChart.Resources.Appearance.AxisItem();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement3 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement4 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance1 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance2 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance3 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance chartLayerAppearance4 = new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance2 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      Infragistics.UltraChart.Resources.Appearance.BoxSetSeries boxSetSeries1 = new Infragistics.UltraChart.Resources.Appearance.BoxSetSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries1 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries2 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement5 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.NumericSeries numericSeries3 = new Infragistics.UltraChart.Resources.Appearance.NumericSeries();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.Composite;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      axisItem1.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem1.Key = "axisTop_X";
      axisItem1.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem1.Labels.ItemFormatString = "<ITEM_LABEL>";
      axisItem1.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem1.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem1.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem1.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.SeriesLabels.Visible = true;
      axisItem1.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem1.Labels.Visible = true;
      axisItem1.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem1.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MajorGridLines.Visible = true;
      axisItem1.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem1.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem1.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem1.MinorGridLines.Visible = false;
      axisItem1.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem1.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.ContinuousData;
      axisItem2.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem2.Extent = 40;
      axisItem2.Key = "axisTop_Y";
      axisItem2.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem2.Labels.ItemFormatString = "<DATA_VALUE:##0.0#>";
      axisItem2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.SeriesLabels.Visible = true;
      axisItem2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem2.Labels.Visible = true;
      axisItem2.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MajorGridLines.Visible = true;
      axisItem2.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem2.MinorGridLines.Visible = false;
      axisItem2.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem2.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem2.TickmarkInterval = 0.2D;
      axisItem2.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      chartArea1.Axes.Add(axisItem1);
      chartArea1.Axes.Add(axisItem2);
      chartArea1.Bounds = new System.Drawing.Rectangle(0, 0, 100, 66);
      chartArea1.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea1.GridPE = paintElement1;
      chartArea1.Key = "areaTop";
      chartArea1.PE = paintElement2;
      axisItem3.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.String;
      axisItem3.Key = "axisBottom_X";
      axisItem3.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem3.Labels.ItemFormatString = "<ITEM_LABEL>";
      axisItem3.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      axisItem3.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem3.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem3.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.SeriesLabels.Visible = true;
      axisItem3.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem3.Labels.Visible = true;
      axisItem3.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem3.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MajorGridLines.Visible = true;
      axisItem3.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem3.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem3.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem3.MinorGridLines.Visible = false;
      axisItem3.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.X_Axis;
      axisItem3.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem4.DataType = Infragistics.UltraChart.Shared.Styles.AxisDataType.Numeric;
      axisItem4.Extent = 40;
      axisItem4.Key = "axisBottom_Y";
      axisItem4.Labels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      axisItem4.Labels.ItemFormatString = "<DATA_VALUE:#0.0#>";
      axisItem4.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      axisItem4.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      axisItem4.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.SeriesLabels.Visible = true;
      axisItem4.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      axisItem4.Labels.Visible = true;
      axisItem4.MajorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      axisItem4.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MajorGridLines.Visible = true;
      axisItem4.MinorGridLines.AlphaLevel = ((byte)(255));
      axisItem4.MinorGridLines.Color = System.Drawing.Color.LightGray;
      axisItem4.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      axisItem4.MinorGridLines.Visible = false;
      axisItem4.OrientationType = Infragistics.UltraChart.Shared.Styles.AxisNumber.Y_Axis;
      axisItem4.SetLabelAxisType = Infragistics.UltraChart.Core.Layers.SetLabelAxisType.GroupBySeries;
      axisItem4.TickmarkInterval = 0.5D;
      axisItem4.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      chartArea2.Axes.Add(axisItem3);
      chartArea2.Axes.Add(axisItem4);
      chartArea2.Bounds = new System.Drawing.Rectangle(0, 66, 100, 34);
      chartArea2.BoundsMeasureType = Infragistics.UltraChart.Shared.Styles.MeasureType.Percentage;
      paintElement3.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      chartArea2.GridPE = paintElement3;
      chartArea2.Key = "areaBottom";
      chartArea2.PE = paintElement4;
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea1);
      this.ultraChart.CompositeChart.ChartAreas.Add(chartArea2);
      chartLayerAppearance1.AxisXKey = "axisBottom_X";
      chartLayerAppearance1.AxisYKey = "axisBottom_Y";
      chartLayerAppearance1.ChartAreaKey = "areaBottom";
      chartLayerAppearance1.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.ColumnChart;
      chartLayerAppearance1.Key = "chartLayer_ColumnChart_DiffFromFit";
      chartLayerAppearance1.SeriesList = "seriesDiffFromFit";
      chartLayerAppearance2.AxisXKey = "axisTop_X";
      chartLayerAppearance2.AxisYKey = "axisTop_Y";
      chartLayerAppearance2.ChartAreaKey = "areaTop";
      chartLayerAppearance2.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.BoxChart;
      chartLayerAppearance2.Key = "chartLayer_BoxChart_Range";
      chartLayerAppearance2.SeriesList = "seriesBoxChart";
      chartLayerAppearance3.AxisXKey = "axisTop_X";
      chartLayerAppearance3.AxisYKey = "axisTop_Y";
      chartLayerAppearance3.ChartAreaKey = "areaTop";
      chartLayerAppearance3.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance1.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance1.Thickness = 2;
      chartLayerAppearance3.ChartTypeAppearance = lineChartAppearance1;
      chartLayerAppearance3.Key = "chartLayer_LineChart_LiveSpread";
      chartLayerAppearance3.SeriesList = "seriesLive";
      chartLayerAppearance4.AxisXKey = "axisTop_X";
      chartLayerAppearance4.AxisYKey = "axisTop_Y";
      chartLayerAppearance4.ChartAreaKey = "areaTop";
      chartLayerAppearance4.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      lineChartAppearance2.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      lineChartAppearance2.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.Square;
      lineChartAppearance2.NullHandling = Infragistics.UltraChart.Shared.Styles.NullHandling.DontPlot;
      lineChartAppearance2.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.Square;
      chartLayerAppearance4.ChartTypeAppearance = lineChartAppearance2;
      chartLayerAppearance4.Key = "chartLayer_LineChart_SpreadT-1";
      chartLayerAppearance4.SeriesList = "seriesYesterday";
      this.ultraChart.CompositeChart.ChartLayers.AddRange(new Infragistics.UltraChart.Resources.Appearance.ChartLayerAppearance[] {
            chartLayerAppearance1,
            chartLayerAppearance2,
            chartLayerAppearance3,
            chartLayerAppearance4});
      boxSetSeries1.Data.MaxColumn = "";
      boxSetSeries1.Data.MinColumn = "";
      boxSetSeries1.Data.Q1Column = "";
      boxSetSeries1.Data.Q2Column = "";
      boxSetSeries1.Data.Q3Column = "";
      boxSetSeries1.Key = "seriesBoxChart";
      boxSetSeries1.Label = "Spread range";
      numericSeries1.Key = "seriesDiffFromFit";
      numericSeries1.Label = "Difference from fit";
      numericSeries2.Key = "seriesLive";
      numericSeries2.Label = "Live difference";
      paintElement5.Fill = System.Drawing.Color.DeepSkyBlue;
      numericSeries2.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
            paintElement5});
      numericSeries3.Key = "seriesYesterday";
      this.ultraChart.CompositeChart.Series.AddRange(new Infragistics.UltraChart.Data.Series.ISeries[] {
            boxSetSeries1,
            numericSeries1,
            numericSeries2,
            numericSeries3});
      this.ultraChart.Size = new System.Drawing.Size(743, 585);
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      this.ultraChart.Tooltips.TooltipControl = null;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(724, 3);
      // 
      // chartExportToClipboardControl1
      // 
      this.chartExportToClipboardControl1.Location = new System.Drawing.Point(705, 3);
      // 
      // BondSpreadChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.Name = "BondSpreadChart";
      this.Size = new System.Drawing.Size(743, 585);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).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()
    {
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement1 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.PaintElement paintElement2 = new Infragistics.UltraChart.Resources.Appearance.PaintElement();
      Infragistics.UltraChart.Resources.Appearance.LineChartAppearance lineChartAppearance1 = new Infragistics.UltraChart.Resources.Appearance.LineChartAppearance();
      this.lblTitle = new SI.Controls.Label();
      this.cmbRollType = new SI.Controls.BoundComboBox();
      this.pbTech = new System.Windows.Forms.PictureBox();
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.cmbRollType)).BeginInit();
      ((System.ComponentModel.ISupportInitialize)(this.pbTech)).BeginInit();
      this.SuspendLayout();
      // 
//			'UltraChart' properties's serialization: Since 'ChartType' changes the way axes look,
//			'ChartType' must be persisted ahead of any Axes change made in design time.
//		
      this.ultraChart.ChartType = Infragistics.UltraChart.Shared.Styles.ChartType.LineChart;
      // 
      // ultraChart
      // 
      this.ultraChart.Axis.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      paintElement1.ElementType = Infragistics.UltraChart.Shared.Styles.PaintElementType.None;
      paintElement1.Fill = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(248)))), ((int)(((byte)(220)))));
      this.ultraChart.Axis.PE = paintElement1;
      this.ultraChart.Axis.X.Extent = 48;
      this.ultraChart.Axis.X.Labels.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
      this.ultraChart.Axis.X.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X.Labels.Visible = true;
      this.ultraChart.Axis.X.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X.TickmarkInterval = 1D;
      this.ultraChart.Axis.X.TickmarkIntervalType = Infragistics.UltraChart.Shared.Styles.AxisIntervalType.Weeks;
      this.ultraChart.Axis.X.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.X.Visible = true;
      this.ultraChart.Axis.X2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.ItemFormatString = "<ITEM_LABEL>";
      this.ultraChart.Axis.X2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.X2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.VerticalLeftFacing;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.X2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.X2.Labels.Visible = false;
      this.ultraChart.Axis.X2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.X2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.X2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.X2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.X2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.X2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.X2.Visible = false;
      this.ultraChart.Axis.Y.Extent = 46;
      this.ultraChart.Axis.Y.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Far;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y.Labels.Visible = true;
      this.ultraChart.Axis.Y.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y.TickmarkInterval = 1D;
      this.ultraChart.Axis.Y.TickmarkStyle = Infragistics.UltraChart.Shared.Styles.AxisTickStyle.Smart;
      this.ultraChart.Axis.Y.Visible = true;
      this.ultraChart.Axis.Y2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.ItemFormatString = "<DATA_VALUE:00.##>";
      this.ultraChart.Axis.Y2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.FormatString = "";
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Y2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Y2.Labels.Visible = false;
      this.ultraChart.Axis.Y2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Y2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Y2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Y2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Y2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Y2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Y2.Visible = false;
      this.ultraChart.Axis.Z.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z.Labels.Visible = true;
      this.ultraChart.Axis.Z.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z.Visible = false;
      this.ultraChart.Axis.Z2.Labels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.ItemFormatString = "";
      this.ultraChart.Axis.Z2.Labels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.FontColor = System.Drawing.Color.Empty;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.HorizontalAlign = System.Drawing.StringAlignment.Near;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Orientation = Infragistics.UltraChart.Shared.Styles.TextOrientation.Horizontal;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.SeriesLabels.Visible = true;
      this.ultraChart.Axis.Z2.Labels.VerticalAlign = System.Drawing.StringAlignment.Center;
      this.ultraChart.Axis.Z2.Labels.Visible = false;
      this.ultraChart.Axis.Z2.MajorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MajorGridLines.Color = System.Drawing.Color.Gainsboro;
      this.ultraChart.Axis.Z2.MajorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MajorGridLines.Visible = true;
      this.ultraChart.Axis.Z2.MinorGridLines.AlphaLevel = ((byte)(255));
      this.ultraChart.Axis.Z2.MinorGridLines.Color = System.Drawing.Color.LightGray;
      this.ultraChart.Axis.Z2.MinorGridLines.DrawStyle = Infragistics.UltraChart.Shared.Styles.LineDrawStyle.Dot;
      this.ultraChart.Axis.Z2.MinorGridLines.Visible = false;
      this.ultraChart.Axis.Z2.Visible = false;
      this.ultraChart.Border.Thickness = 0;
      this.ultraChart.ColorModel.AlphaLevel = ((byte)(150));
      this.ultraChart.ColorModel.ModelStyle = Infragistics.UltraChart.Shared.Styles.ColorModels.CustomSkin;
      paintElement2.Fill = System.Drawing.Color.White;
      paintElement2.Stroke = System.Drawing.Color.White;
      this.ultraChart.ColorModel.Skin.PEs.AddRange(new Infragistics.UltraChart.Resources.Appearance.PaintElement[] {
            paintElement2});
      this.ultraChart.Data.SwapRowsAndColumns = true;
      this.ultraChart.EmptyChartText = "Cumulative returns chart";
      lineChartAppearance1.EndStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.StartStyle = Infragistics.UltraChart.Shared.Styles.LineCapStyle.NoAnchor;
      lineChartAppearance1.Thickness = 1;
      lineChartAppearance1.TreatDateTimeAsString = false;
      this.ultraChart.LineChart = lineChartAppearance1;
      this.ultraChart.Size = new System.Drawing.Size(417, 295);
      this.ultraChart.Tooltips.FormatString = "<TIME_VALUE:dd MMM yy>: <DATA_VALUE:###0.##>";
      this.ultraChart.Tooltips.Overflow = Infragistics.UltraChart.Shared.Styles.TooltipOverflow.ClientArea;
      // 
      // showChartSeparateControl1
      // 
      this.showChartSeparateControl1.Location = new System.Drawing.Point(398, 3);
      // 
      // lblTitle
      // 
      this.lblTitle.AutoSize = true;
      this.lblTitle.BackColorInternal = System.Drawing.Color.White;
      this.lblTitle.Location = new System.Drawing.Point(174, 2);
      this.lblTitle.Name = "lblTitle";
      this.lblTitle.Size = new System.Drawing.Size(84, 14);
      this.lblTitle.TabIndex = 9;
      this.lblTitle.Text = "Rolling <wotsit>";
      // 
      // cmbRollType
      // 
      this.cmbRollType.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
      this.cmbRollType.Location = new System.Drawing.Point(3, 2);
      this.cmbRollType.Name = "cmbRollType";
      this.cmbRollType.Size = new System.Drawing.Size(60, 21);
      this.cmbRollType.TabIndex = 10;
      // 
      // pbTech
      // 
      this.pbTech.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
      this.pbTech.Image = global::SI.ReturnsEvalDisplay.Resources.scatter;
      this.pbTech.Location = new System.Drawing.Point(3, 272);
      this.pbTech.Name = "pbTech";
      this.pbTech.Size = new System.Drawing.Size(20, 20);
      this.pbTech.TabIndex = 11;
      this.pbTech.TabStop = false;
      this.pbTech.Click += new System.EventHandler(this.pbTech_Click);
      // 
      // RollingSharpeChart
      // 
      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
      this.BackColor = System.Drawing.Color.White;
      this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
      this.Controls.Add(this.pbTech);
      this.Controls.Add(this.cmbRollType);
      this.Controls.Add(this.lblTitle);
      this.Name = "RollingSharpeChart";
      this.Size = new System.Drawing.Size(417, 295);
      this.Controls.SetChildIndex(this.chartExportToClipboardControl1, 0);
      this.Controls.SetChildIndex(this.ultraChart, 0);
      this.Controls.SetChildIndex(this.showChartSeparateControl1, 0);
      this.Controls.SetChildIndex(this.lblTitle, 0);
      this.Controls.SetChildIndex(this.cmbRollType, 0);
      this.Controls.SetChildIndex(this.pbTech, 0);
      ((System.ComponentModel.ISupportInitialize)(this.ultraChart)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dt)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.cmbRollType)).EndInit();
      ((System.ComponentModel.ISupportInitialize)(this.pbTech)).EndInit();
      this.ResumeLayout(false);
      this.PerformLayout();

    }