| | |
| | | swiftPlotDiagram1.AxisX.Title.Text = "æ¶é´"; |
| | | swiftPlotDiagram1.AxisX.VisibleInPanesSerializable = "-1"; |
| | | swiftPlotDiagram1.AxisY.CrosshairAxisLabelOptions.Visibility = DevExpress.Utils.DefaultBoolean.False; |
| | | swiftPlotDiagram1.AxisY.Label.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False; |
| | | swiftPlotDiagram1.AxisY.Label.TextPattern = "{V:0.0}"; |
| | | swiftPlotDiagram1.AxisY.NumericScaleOptions.AutoGrid = false; |
| | | swiftPlotDiagram1.AxisY.Title.Alignment = System.Drawing.StringAlignment.Far; |
| | | swiftPlotDiagram1.AxisY.Title.Text = "å¼"; |
| | | swiftPlotDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default; |
| | |
| | | series1.DataSource = this.currentViewModelBindingSource; |
| | | series1.Name = "Series 1"; |
| | | series1.ValueDataMembersSerializable = "DataValue"; |
| | | swiftPlotSeriesView1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(150)))), ((int)(((byte)(70))))); |
| | | swiftPlotSeriesView1.Color = System.Drawing.Color.SkyBlue; |
| | | series1.View = swiftPlotSeriesView1; |
| | | this.chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[] { |
| | | series1}; |
| | |
| | | this.popMain.Manager = this.barManager1; |
| | | this.popMain.Name = "popMain"; |
| | | // |
| | | // FilterDataMgrCtrl |
| | | // FilterDataMgrPage |
| | | // |
| | | this.Appearance.BackColor = System.Drawing.SystemColors.Control; |
| | | this.Appearance.Options.UseBackColor = true; |
| | |
| | | this.Controls.Add(this.barDockControlRight); |
| | | this.Controls.Add(this.barDockControlBottom); |
| | | this.Controls.Add(this.barDockControlTop); |
| | | this.Name = "FilterDataMgrCtrl"; |
| | | this.Name = "FilterDataMgrPage"; |
| | | this.Size = new System.Drawing.Size(1063, 762); |
| | | ((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(swiftPlotDiagram1)).EndInit(); |