1 namespace SeciControls.Graphing
8 private System.ComponentModel.IContainer components = null;
17 protected override void Dispose(
bool disposing)
21 if (components != null)
26 base.Dispose(disposing);
29 #region Component Designer generated code
30 private void InitializeComponent()
36 this.components =
new System.ComponentModel.Container();
37 System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 =
new System.Windows.Forms.DataVisualization.Charting.ChartArea();
38 System.Windows.Forms.DataVisualization.Charting.Legend legend1 =
new System.Windows.Forms.DataVisualization.Charting.Legend();
39 System.Windows.Forms.DataVisualization.Charting.Series series1 =
new System.Windows.Forms.DataVisualization.Charting.Series();
40 this.chart1 =
new System.Windows.Forms.DataVisualization.Charting.Chart();
41 this.contextMenuStrip1 =
new System.Windows.Forms.ContextMenuStrip(this.components);
42 this.allAxesToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
43 this.autoScaleToolStripMenuItem1 =
new System.Windows.Forms.ToolStripMenuItem();
44 this.toolStripSeparator1 =
new System.Windows.Forms.ToolStripSeparator();
45 this.clearPointsToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
46 this.xAxisToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
47 this.setLimitsToolStripMenuItem2 =
new System.Windows.Forms.ToolStripMenuItem();
48 this.autoScaleToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
49 this.yAxisToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
50 this.setLimitsToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
51 this.autoScaleToolStripMenuItem2 =
new System.Windows.Forms.ToolStripMenuItem();
52 this.y2AxisToolStripMenuItem =
new System.Windows.Forms.ToolStripMenuItem();
53 this.setLimitsToolStripMenuItem1 =
new System.Windows.Forms.ToolStripMenuItem();
54 this.autoScaleToolStripMenuItem3 =
new System.Windows.Forms.ToolStripMenuItem();
55 ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
56 this.contextMenuStrip1.SuspendLayout();
61 this.chart1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
62 this.chart1.BackSecondaryColor = System.Drawing.Color.White;
63 this.chart1.BorderlineColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
64 chartArea1.Area3DStyle.Inclination = 15;
65 chartArea1.Area3DStyle.IsClustered =
true;
66 chartArea1.Area3DStyle.IsRightAngleAxes =
false;
67 chartArea1.Area3DStyle.Perspective = 10;
68 chartArea1.Area3DStyle.Rotation = 10;
69 chartArea1.Area3DStyle.WallWidth = 0;
70 chartArea1.AxisX.LabelStyle.Font =
new System.Drawing.Font(
"Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
71 chartArea1.AxisX.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
72 chartArea1.AxisX.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
73 chartArea1.AxisX.ScrollBar.BackColor = System.Drawing.Color.White;
74 chartArea1.AxisX.ScrollBar.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
75 chartArea1.AxisX.ScrollBar.LineColor = System.Drawing.Color.Black;
76 chartArea1.AxisX.ScrollBar.Size = 12;
77 chartArea1.AxisY.LabelStyle.Font =
new System.Drawing.Font(
"Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
78 chartArea1.AxisY.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
79 chartArea1.AxisY.MajorGrid.LineColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
80 chartArea1.AxisY.ScrollBar.BackColor = System.Drawing.Color.White;
81 chartArea1.AxisY.ScrollBar.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
82 chartArea1.AxisY.ScrollBar.LineColor = System.Drawing.Color.Black;
83 chartArea1.AxisY.ScrollBar.Size = 12;
84 chartArea1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(165)))), ((int)(((byte)(191)))), ((int)(((byte)(228)))));
85 chartArea1.BackGradientStyle = System.Windows.Forms.DataVisualization.Charting.GradientStyle.TopBottom;
86 chartArea1.BackSecondaryColor = System.Drawing.Color.White;
87 chartArea1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
88 chartArea1.BorderDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
89 chartArea1.Name =
"Default";
90 this.chart1.ChartAreas.Add(chartArea1);
91 this.chart1.ContextMenuStrip = this.contextMenuStrip1;
92 this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
93 legend1.BackColor = System.Drawing.Color.Transparent;
94 legend1.Enabled =
false;
95 legend1.Font =
new System.Drawing.Font(
"Trebuchet MS", 8.25F, System.Drawing.FontStyle.Bold);
96 legend1.IsTextAutoFit =
false;
97 legend1.Name =
"Default";
98 this.chart1.Legends.Add(legend1);
99 this.chart1.Location =
new System.Drawing.Point(0, 0);
100 this.chart1.Name =
"chart1";
101 series1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
102 series1.ChartArea =
"Default";
103 series1.Legend =
"Default";
104 series1.Name =
"Default";
105 this.chart1.Series.Add(series1);
106 this.chart1.Size =
new System.Drawing.Size(728, 384);
107 this.chart1.TabIndex = 1;
111 this.contextMenuStrip1.Items.AddRange(
new System.Windows.Forms.ToolStripItem[] {
112 this.allAxesToolStripMenuItem,
113 this.xAxisToolStripMenuItem,
114 this.yAxisToolStripMenuItem,
115 this.y2AxisToolStripMenuItem,
116 this.toolStripSeparator1,
117 this.clearPointsToolStripMenuItem});
118 this.contextMenuStrip1.Name =
"contextMenuStrip1";
119 this.contextMenuStrip1.Size =
new System.Drawing.Size(153, 142);
123 this.allAxesToolStripMenuItem.DropDownItems.AddRange(
new System.Windows.Forms.ToolStripItem[] {
124 this.autoScaleToolStripMenuItem1});
125 this.allAxesToolStripMenuItem.Name =
"allAxesToolStripMenuItem";
126 this.allAxesToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
127 this.allAxesToolStripMenuItem.Text =
"All Axes";
131 this.autoScaleToolStripMenuItem1.Name =
"autoScaleToolStripMenuItem1";
132 this.autoScaleToolStripMenuItem1.Size =
new System.Drawing.Size(132, 22);
133 this.autoScaleToolStripMenuItem1.Text =
"Auto-Scale";
134 this.autoScaleToolStripMenuItem1.Click +=
new System.EventHandler(this.autoScaleToolStripMenuItem_Click);
138 this.toolStripSeparator1.Name =
"toolStripSeparator1";
139 this.toolStripSeparator1.Size =
new System.Drawing.Size(149, 6);
143 this.clearPointsToolStripMenuItem.Name =
"clearPointsToolStripMenuItem";
144 this.clearPointsToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
145 this.clearPointsToolStripMenuItem.Text =
"Clear Points";
146 this.clearPointsToolStripMenuItem.Click +=
new System.EventHandler(this.clearPointsToolStripMenuItem_Click);
150 this.xAxisToolStripMenuItem.DropDownItems.AddRange(
new System.Windows.Forms.ToolStripItem[] {
151 this.setLimitsToolStripMenuItem2,
152 this.autoScaleToolStripMenuItem});
153 this.xAxisToolStripMenuItem.Name =
"xAxisToolStripMenuItem";
154 this.xAxisToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
155 this.xAxisToolStripMenuItem.Text =
"X Axis";
156 this.xAxisToolStripMenuItem.Visible =
false;
160 this.setLimitsToolStripMenuItem2.Name =
"setLimitsToolStripMenuItem2";
161 this.setLimitsToolStripMenuItem2.Size =
new System.Drawing.Size(152, 22);
162 this.setLimitsToolStripMenuItem2.Text =
"Set Limits";
163 this.setLimitsToolStripMenuItem2.Click +=
new System.EventHandler(this.setLimitsXToolStripMenuItem);
167 this.autoScaleToolStripMenuItem.Name =
"autoScaleToolStripMenuItem";
168 this.autoScaleToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
169 this.autoScaleToolStripMenuItem.Text =
"Reset Limits";
170 this.autoScaleToolStripMenuItem.Click +=
new System.EventHandler(this.autoScaleXToolStripMenuItem_Click);
174 this.yAxisToolStripMenuItem.DropDownItems.AddRange(
new System.Windows.Forms.ToolStripItem[] {
175 this.setLimitsToolStripMenuItem,
176 this.autoScaleToolStripMenuItem2});
177 this.yAxisToolStripMenuItem.Name =
"yAxisToolStripMenuItem";
178 this.yAxisToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
179 this.yAxisToolStripMenuItem.Text =
"Y Axis";
183 this.setLimitsToolStripMenuItem.Name =
"setLimitsToolStripMenuItem";
184 this.setLimitsToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
185 this.setLimitsToolStripMenuItem.Text =
"Set Limits";
186 this.setLimitsToolStripMenuItem.Click +=
new System.EventHandler(this.setLimitsYToolStripMenuItem_Click);
190 this.autoScaleToolStripMenuItem2.Name =
"autoScaleToolStripMenuItem2";
191 this.autoScaleToolStripMenuItem2.Size =
new System.Drawing.Size(152, 22);
192 this.autoScaleToolStripMenuItem2.Text =
"Reset Limits";
193 this.autoScaleToolStripMenuItem2.Click +=
new System.EventHandler(this.autoScaleYToolStripMenuItem_Click);
197 this.y2AxisToolStripMenuItem.DropDownItems.AddRange(
new System.Windows.Forms.ToolStripItem[] {
198 this.setLimitsToolStripMenuItem1,
199 this.autoScaleToolStripMenuItem3});
200 this.y2AxisToolStripMenuItem.Enabled =
false;
201 this.y2AxisToolStripMenuItem.Name =
"y2AxisToolStripMenuItem";
202 this.y2AxisToolStripMenuItem.Size =
new System.Drawing.Size(152, 22);
203 this.y2AxisToolStripMenuItem.Text =
"Y2 Axis";
207 this.setLimitsToolStripMenuItem1.Name =
"setLimitsToolStripMenuItem1";
208 this.setLimitsToolStripMenuItem1.Size =
new System.Drawing.Size(152, 22);
209 this.setLimitsToolStripMenuItem1.Text =
"Set Limits";
210 this.setLimitsToolStripMenuItem1.Click +=
new System.EventHandler(this.setLimitsY2ToolStripMenuItem_Click);
214 this.autoScaleToolStripMenuItem3.Name =
"autoScaleToolStripMenuItem3";
215 this.autoScaleToolStripMenuItem3.Size =
new System.Drawing.Size(152, 22);
216 this.autoScaleToolStripMenuItem3.Text =
"Reset Limits";
217 this.autoScaleToolStripMenuItem3.Click +=
new System.EventHandler(this.autoScaleY2ToolStripMenuItem_Click);
221 this.BackColor = System.Drawing.Color.White;
222 this.Controls.Add(this.chart1);
223 this.Font =
new System.Drawing.Font(
"Verdana", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
225 this.Size =
new System.Drawing.Size(728, 384);
226 ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
227 this.contextMenuStrip1.ResumeLayout(
false);
228 this.ResumeLayout(
false);
233 private System.Windows.Forms.DataVisualization.Charting.Chart
chart1;
System.Windows.Forms.ToolStripMenuItem setLimitsToolStripMenuItem
System.Windows.Forms.ToolStripMenuItem allAxesToolStripMenuItem
override void Dispose(bool disposing)
Clean up any resources being used.
System.Windows.Forms.ToolStripMenuItem setLimitsToolStripMenuItem1
System.Windows.Forms.ToolStripSeparator toolStripSeparator1
System.Windows.Forms.ToolStripMenuItem y2AxisToolStripMenuItem
System.Windows.Forms.ToolStripMenuItem clearPointsToolStripMenuItem
System.Windows.Forms.ToolStripMenuItem autoScaleToolStripMenuItem1
System.Windows.Forms.ToolStripMenuItem autoScaleToolStripMenuItem
System.Windows.Forms.DataVisualization.Charting.Chart chart1
System.Windows.Forms.ContextMenuStrip contextMenuStrip1
System.Windows.Forms.ToolStripMenuItem setLimitsToolStripMenuItem2
System.Windows.Forms.ToolStripMenuItem yAxisToolStripMenuItem
System.Windows.Forms.ToolStripMenuItem autoScaleToolStripMenuItem2
System.Windows.Forms.ToolStripMenuItem xAxisToolStripMenuItem
System.Windows.Forms.ToolStripMenuItem autoScaleToolStripMenuItem3