| | |
| | | textAnnotation1.Visible = false; |
| | | chartControl1.AnnotationRepository.AddRange(new DevExpress.XtraCharts.Annotation[] { textAnnotation1 }); |
| | | chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; |
| | | xyDiagram1.AxisX.Title.Text = "流量 (m³/h)"; |
| | | xyDiagram1.AxisX.Title.Text = "Z"; |
| | | xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default; |
| | | xyDiagram1.AxisX.VisibleInPanesSerializable = "-1"; |
| | | xyDiagram1.AxisY.Color = Color.DodgerBlue; |
| | |
| | | xyDiagram1.AxisY.VisibleInPanesSerializable = "-1"; |
| | | xyDiagram1.DefaultPane.BorderVisible = false; |
| | | xyDiagram1.DefaultPane.Title.Text = "修改模式:鼠标/键盘☑ "; |
| | | xyDiagram1.DefaultPane.Title.Visibility = DevExpress.Utils.DefaultBoolean.True; |
| | | chartControl1.Diagram = xyDiagram1; |
| | | chartControl1.Dock = DockStyle.Fill; |
| | | chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right; |