| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | DevExpress.XtraCharts.TextAnnotation textAnnotation1 = new DevExpress.XtraCharts.TextAnnotation(); |
| | | DevExpress.XtraCharts.ChartAnchorPoint chartAnchorPoint1 = new DevExpress.XtraCharts.ChartAnchorPoint(); |
| | | DevExpress.XtraCharts.RelativePosition relativePosition1 = new DevExpress.XtraCharts.RelativePosition(); |
| | | DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram(); |
| | | DevExpress.XtraCharts.ConstantLine constantLine1 = new DevExpress.XtraCharts.ConstantLine(); |
| | | DevExpress.XtraCharts.ConstantLine constantLine2 = new DevExpress.XtraCharts.ConstantLine(); |
| | |
| | | chartControl1 = new DevExpress.XtraCharts.ChartControl(); |
| | | bar1 = new DevExpress.XtraBars.Bar(); |
| | | ((System.ComponentModel.ISupportInitialize)chartControl1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)textAnnotation1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)xyDiagram1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)constantLine1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)constantLine2).BeginInit(); |
| | |
| | | // |
| | | // chartControl1 |
| | | // |
| | | chartAnchorPoint1.X = 200; |
| | | chartAnchorPoint1.Y = 200; |
| | | textAnnotation1.AnchorPoint = chartAnchorPoint1; |
| | | textAnnotation1.AnnotationID = 0; |
| | | textAnnotation1.AutoHeight = true; |
| | | textAnnotation1.AutoWidth = true; |
| | | textAnnotation1.Name = "Annotation 1"; |
| | | textAnnotation1.ShapePosition = relativePosition1; |
| | | chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] { textAnnotation1 }); |
| | | chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; |
| | | constantLine1.AxisValueSerializable = "1"; |
| | | constantLine1.ConstantLineID = 0; |
| | |
| | | Controls.Add(chartControl1); |
| | | Name = "PumpViewChart"; |
| | | Size = new Size(1023, 857); |
| | | ((System.ComponentModel.ISupportInitialize)textAnnotation1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)constantLine1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)constantLine2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)xyDiagramPane1).EndInit(); |