namespace Winforms.Cartesian.DynamicVisibility { partial class DynamicVisibiltyExample { /// <summary> /// Required 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 Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.cartesianChart1 = new LiveCharts.WinForms.CartesianChart(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.SuspendLayout(); // // cartesianChart1 // this.cartesianChart1.Dock = System.Windows.Forms.DockStyle.Fill; this.cartesianChart1.Location = new System.Drawing.Point(0, 0); this.cartesianChart1.Name = "cartesianChart1"; this.cartesianChart1.Size = new System.Drawing.Size(715, 484); this.cartesianChart1.TabIndex = 1; this.cartesianChart1.Text = "cartesianChart1"; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(13, 13); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(80, 17); this.checkBox1.TabIndex = 2; this.checkBox1.Text = "checkBox1"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.ToggleMariaSeries); // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(99, 12); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(80, 17); this.checkBox2.TabIndex = 3; this.checkBox2.Text = "checkBox2"; this.checkBox2.UseVisualStyleBackColor = true; this.checkBox2.CheckedChanged += new System.EventHandler(this.ToggleCharlesSeries); // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(185, 12); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(80, 17); this.checkBox3.TabIndex = 4; this.checkBox3.Text = "checkBox3"; this.checkBox3.UseVisualStyleBackColor = true; this.checkBox3.CheckedChanged += new System.EventHandler(this.ToggleJohnSeries); // // DynamicVisibiltyExample // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(715, 484); this.Controls.Add(this.checkBox3); this.Controls.Add(this.checkBox2); this.Controls.Add(this.checkBox1); this.Controls.Add(this.cartesianChart1); this.Name = "DynamicVisibiltyExample"; this.Text = "DynamicVisibiltyExample"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private LiveCharts.WinForms.CartesianChart cartesianChart1; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox3; } }