namespace SanSystem { partial class FrmLinerChart { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.chartControl1 = new Syncfusion.Windows.Forms.Chart.ChartControl(); this.SuspendLayout(); // // chartControl1 // this.chartControl1.ChartArea.CursorLocation = new System.Drawing.Point(0, 0); this.chartControl1.ChartArea.CursorReDraw = false; this.chartControl1.EnableYZooming = true; this.chartControl1.IsWindowLess = false; // // // this.chartControl1.Legend.Location = new System.Drawing.Point(485, 75); this.chartControl1.Localize = null; this.chartControl1.Location = new System.Drawing.Point(12, 12); this.chartControl1.MinZoomFactorX = 0.5D; this.chartControl1.MinZoomFactorY = 0.5D; this.chartControl1.Name = "chartControl1"; this.chartControl1.PrimaryXAxis.LogLabelsDisplayMode = Syncfusion.Windows.Forms.Chart.LogLabelsDisplayMode.Default; this.chartControl1.PrimaryXAxis.Margin = true; this.chartControl1.PrimaryYAxis.LogLabelsDisplayMode = Syncfusion.Windows.Forms.Chart.LogLabelsDisplayMode.Default; this.chartControl1.PrimaryYAxis.Margin = true; this.chartControl1.Size = new System.Drawing.Size(776, 357); this.chartControl1.TabIndex = 0; // // // this.chartControl1.Title.Name = "Default"; // // FrmLinerChart // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.chartControl1); this.Name = "FrmLinerChart"; this.Text = "FrmLinerChart"; this.ResumeLayout(false); } #endregion private Syncfusion.Windows.Forms.Chart.ChartControl chartControl1; } }