namespace HeuristicLab.BioBoost.Views {
partial class BioBoostParetoSetView {
///
/// 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.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.DataPoint dataPoint1 = new System.Windows.Forms.DataVisualization.Charting.DataPoint(-0.1D, 10000D);
this.paretoSetChart = new System.Windows.Forms.DataVisualization.Charting.Chart();
((System.ComponentModel.ISupportInitialize)(this.paretoSetChart)).BeginInit();
this.SuspendLayout();
//
// paretoSetChart
//
this.paretoSetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
chartArea1.AxisX.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
chartArea1.AxisX.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
chartArea1.AxisY.IntervalAutoMode = System.Windows.Forms.DataVisualization.Charting.IntervalAutoMode.VariableCount;
chartArea1.AxisY.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
chartArea1.AxisY2.IntervalType = System.Windows.Forms.DataVisualization.Charting.DateTimeIntervalType.Number;
chartArea1.Name = "ChartArea1";
this.paretoSetChart.ChartAreas.Add(chartArea1);
this.paretoSetChart.Location = new System.Drawing.Point(3, 3);
this.paretoSetChart.Name = "paretoSetChart";
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.FastPoint;
series1.Name = "Series1";
series1.Points.Add(dataPoint1);
series1.ToolTip = "#VALX, #VAL";
series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
this.paretoSetChart.Series.Add(series1);
this.paretoSetChart.Size = new System.Drawing.Size(576, 353);
this.paretoSetChart.TabIndex = 0;
this.paretoSetChart.Text = "paretoSetChart";
this.paretoSetChart.DoubleClick += new System.EventHandler(this.paretoSetChart_DoubleClick);
this.paretoSetChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.paretoSetChart_MouseDown);
//
// BioBoostParetoSetView
//
this.Controls.Add(this.paretoSetChart);
this.Name = "BioBoostParetoSetView";
this.Size = new System.Drawing.Size(582, 359);
((System.ComponentModel.ISupportInitialize)(this.paretoSetChart)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataVisualization.Charting.Chart paretoSetChart;
}
}