namespace IStation.WinFrmUI.Monitor
{
partial class TimeValueChartView
{
///
/// 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()
{
DevExpress.XtraCharts.XYDiagram xyDiagram1 = new DevExpress.XtraCharts.XYDiagram();
DevExpress.XtraCharts.Series series1 = new DevExpress.XtraCharts.Series();
DevExpress.XtraCharts.SplineSeriesView splineSeriesView1 = new DevExpress.XtraCharts.SplineSeriesView();
this.moniotrChartControl = new DevExpress.XtraCharts.ChartControl();
((System.ComponentModel.ISupportInitialize)(this.moniotrChartControl)).BeginInit();
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(series1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).BeginInit();
this.SuspendLayout();
//
// moniotrChartControl
//
xyDiagram1.AxisX.VisibleInPanesSerializable = "-1";
xyDiagram1.AxisY.VisibleInPanesSerializable = "-1";
this.moniotrChartControl.Diagram = xyDiagram1;
this.moniotrChartControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.moniotrChartControl.Legend.TextVisible = false;
this.moniotrChartControl.Legend.Visibility = DevExpress.Utils.DefaultBoolean.False;
this.moniotrChartControl.Location = new System.Drawing.Point(0, 0);
this.moniotrChartControl.Name = "moniotrChartControl";
series1.Name = "Series 1";
series1.View = splineSeriesView1;
this.moniotrChartControl.SeriesSerializable = new DevExpress.XtraCharts.Series[] {
series1};
this.moniotrChartControl.Size = new System.Drawing.Size(951, 781);
this.moniotrChartControl.TabIndex = 0;
//
// TimeValueChartView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.moniotrChartControl);
this.Name = "TimeValueChartView";
this.Size = new System.Drawing.Size(951, 781);
((System.ComponentModel.ISupportInitialize)(xyDiagram1)).EndInit();
((System.ComponentModel.ISupportInitialize)(splineSeriesView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(series1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.moniotrChartControl)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraCharts.ChartControl moniotrChartControl;
}
}