namespace HeuristicLab.Problems.DataAnalysis.Views { partial class GradientChart { /// /// 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.VerticalLineAnnotation verticalLineAnnotation1 = new System.Windows.Forms.DataVisualization.Charting.VerticalLineAnnotation(); 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.ComponentModel.ISupportInitialize)(this)).BeginInit(); this.SuspendLayout(); // // GradientChart // this.AllowDrop = true; verticalLineAnnotation1.AllowMoving = true; verticalLineAnnotation1.AxisXName = "ChartArea1\\rX"; verticalLineAnnotation1.ClipToChartArea = "ChartArea1"; verticalLineAnnotation1.IsInfinitive = true; verticalLineAnnotation1.LineColor = System.Drawing.Color.Red; verticalLineAnnotation1.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash; verticalLineAnnotation1.Name = "VerticalLineAnnotation1"; verticalLineAnnotation1.YAxisName = "ChartArea1\\rY"; this.Annotations.Add(verticalLineAnnotation1); chartArea1.Name = "ChartArea1"; this.ChartAreas.Add(chartArea1); series1.ChartArea = "ChartArea1"; series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point; series1.Name = "Series1"; this.Series.Add(series1); this.AnnotationPositionChanged += new System.EventHandler(this.chart_AnnotationPositionChanged); this.AnnotationPositionChanging += new System.EventHandler(this.chart_AnnotationPositionChanging); this.DragDrop += new System.Windows.Forms.DragEventHandler(this.GradientChart_DragDrop); this.DragEnter += new System.Windows.Forms.DragEventHandler(this.GradientChart_DragEnter); ((System.ComponentModel.ISupportInitialize)(this)).EndInit(); this.ResumeLayout(false); } #endregion } }