namespace PBS.WinFrmUI.DataAnalysis
|
{
|
partial class PumpViewChart
|
{
|
/// <summary>
|
/// Requipuired designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Requipuired method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
|
DevExpress.XtraCharts.LayoutDefinition layoutDefinition1 = new DevExpress.XtraCharts.LayoutDefinition();
|
DevExpress.XtraCharts.LayoutDefinition layoutDefinition2 = new DevExpress.XtraCharts.LayoutDefinition();
|
DevExpress.XtraCharts.LayoutDefinition layoutDefinition3 = new DevExpress.XtraCharts.LayoutDefinition();
|
DevExpress.XtraCharts.SecondaryAxisY secondaryAxisy1 = new DevExpress.XtraCharts.SecondaryAxisY();
|
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
|
DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
|
DevExpress.XtraCharts.Series series2 = new DevExpress.XtraCharts.Series();
|
DevExpress.XtraCharts.SplineSeriesView splineSeriesView2 = new DevExpress.XtraCharts.SplineSeriesView();
|
chartControl1 = new DevExpress.XtraCharts.ChartControl();
|
bar1 = new DevExpress.XtraBars.Bar();
|
((System.ComponentModel.ISupportInitialize)chartControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)xyDiagram1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)secondaryAxisy1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)series1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)splineSeriesView1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)series2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)splineSeriesView2).BeginInit();
|
SuspendLayout();
|
//
|
// chartControl1
|
//
|
chartControl1.BorderOptions.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
xyDiagram1.AxisX.Title.Text = "时间";
|
xyDiagram1.AxisX.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
|
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
|
xyDiagram1.AxisY.Color = Color.DodgerBlue;
|
xyDiagram1.AxisY.Label.TextColor = Color.DodgerBlue;
|
xyDiagram1.AxisY.Title.Alignment = StringAlignment.Far;
|
xyDiagram1.AxisY.Title.EnableAntialiasing = DevExpress.Utils.DefaultBoolean.False;
|
xyDiagram1.AxisY.Title.Text = "流量";
|
xyDiagram1.AxisY.Title.TextColor = Color.DodgerBlue;
|
xyDiagram1.AxisY.Title.Visibility = DevExpress.Utils.DefaultBoolean.True;
|
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
|
xyDiagram1.DefaultPane.BorderVisible = false;
|
xyDiagram1.DefaultPane.Title.Text = "无数据";
|
xyDiagram1.PaneLayout.AutoLayoutMode = DevExpress.XtraCharts.PaneAutoLayoutMode.Grid;
|
xyDiagram1.PaneLayout.RowDefinitions.AddRange(new DevExpress.XtraCharts.LayoutDefinition[] { layoutDefinition1, layoutDefinition2, layoutDefinition3 });
|
secondaryAxisy1.AxisID = 0;
|
secondaryAxisy1.Color = Color.Green;
|
secondaryAxisy1.Label.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
secondaryAxisy1.Label.TextColor = Color.Green;
|
secondaryAxisy1.Name = "AxisYEff";
|
secondaryAxisy1.Title.Text = "压力";
|
secondaryAxisy1.Title.TextColor = Color.Green;
|
secondaryAxisy1.Title.Visibility = DevExpress.Utils.DefaultBoolean.Default;
|
secondaryAxisy1.VisibleInPanesSerializable = "-1";
|
xyDiagram1.SecondaryAxesY.AddRange(new DevExpress.XtraCharts.SecondaryAxisY[] { secondaryAxisy1 });
|
chartControl1.Diagram = xyDiagram1;
|
chartControl1.Dock = DockStyle.Fill;
|
chartControl1.Legend.AlignmentHorizontal = DevExpress.XtraCharts.LegendAlignmentHorizontal.Right;
|
chartControl1.Legend.Border.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
chartControl1.Legend.Direction = DevExpress.XtraCharts.LegendDirection.LeftToRight;
|
chartControl1.Legend.LegendID = -1;
|
chartControl1.Legend.MarkerMode = DevExpress.XtraCharts.LegendMarkerMode.CheckBoxAndMarker;
|
chartControl1.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
|
chartControl1.Location = new Point(0, 0);
|
chartControl1.Margin = new Padding(2, 2, 2, 2);
|
chartControl1.Name = "chartControl1";
|
series1.Name = "SeriesQH";
|
series1.SeriesID = 0;
|
splineSeriesView1.Color = Color.FromArgb(84, 141, 212);
|
series1.View = splineSeriesView1;
|
series2.Name = "SeriesQE";
|
series2.SeriesID = 1;
|
splineSeriesView2.AxisYName = "AxisYEff";
|
splineSeriesView2.Color = Color.FromArgb(155, 187, 89);
|
series2.View = splineSeriesView2;
|
chartControl1.SeriesSerializable = new DevExpress.XtraCharts.Series[]
|
{
|
series1,
|
series2
|
};
|
chartControl1.Size = new Size(716, 545);
|
chartControl1.TabIndex = 0;
|
//
|
// bar1
|
//
|
bar1.BarName = "Custom 2";
|
bar1.DockCol = 0;
|
bar1.DockRow = 0;
|
bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
bar1.OptionsBar.MultiLine = true;
|
bar1.OptionsBar.UseWholeRow = true;
|
bar1.Text = "Custom 2";
|
//
|
// PumpViewChart
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(chartControl1);
|
Margin = new Padding(2, 2, 2, 2);
|
Name = "PumpViewChart";
|
Size = new Size(716, 545);
|
((System.ComponentModel.ISupportInitialize)secondaryAxisy1).EndInit();
|
((System.ComponentModel.ISupportInitialize)xyDiagram1).EndInit();
|
((System.ComponentModel.ISupportInitialize)splineSeriesView1).EndInit();
|
((System.ComponentModel.ISupportInitialize)series1).EndInit();
|
((System.ComponentModel.ISupportInitialize)splineSeriesView2).EndInit();
|
((System.ComponentModel.ISupportInitialize)series2).EndInit();
|
((System.ComponentModel.ISupportInitialize)chartControl1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraCharts.ChartControl chartControl1;
|
private DevExpress.XtraBars.Bar bar1;
|
}
|
}
|