namespace ResultsBrowser.Forms { partial class HistogramCtrl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend(); System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series(); System.Windows.Forms.DataVisualization.Charting.Title title1 = new System.Windows.Forms.DataVisualization.Charting.Title(); this.myChart = new System.Windows.Forms.DataVisualization.Charting.Chart(); ((System.ComponentModel.ISupportInitialize)(this.myChart)).BeginInit(); this.SuspendLayout(); // // myChart // chartArea1.Name = "ChartArea1"; this.myChart.ChartAreas.Add(chartArea1); this.myChart.Dock = System.Windows.Forms.DockStyle.Fill; legend1.Name = "Legend1"; this.myChart.Legends.Add(legend1); this.myChart.Location = new System.Drawing.Point(0, 0); this.myChart.Name = "myChart"; this.myChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.Bright; series1.ChartArea = "ChartArea1"; series1.Legend = "Legend1"; series1.Name = "Series1"; this.myChart.Series.Add(series1); this.myChart.Size = new System.Drawing.Size(400, 300); this.myChart.TabIndex = 0; this.myChart.Text = "chart1"; title1.Name = "Title1"; title1.Text = "Title1"; this.myChart.Titles.Add(title1); // // HistogramCtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.myChart); this.Name = "HistogramCtrl"; this.Size = new System.Drawing.Size(400, 300); ((System.ComponentModel.ISupportInitialize)(this.myChart)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataVisualization.Charting.Chart myChart; } }