Verweise geändert

This commit is contained in:
Husky
2018-07-08 19:06:58 +02:00
parent b49b7f1654
commit 942c61b323
5 changed files with 43 additions and 48 deletions

View File

@@ -28,41 +28,25 @@
/// </summary>
private void InitializeComponent()
{
this.chartControl1 = new Syncfusion.Windows.Forms.Chart.ChartControl();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// chartControl1
// button1
//
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";
this.button1.Location = new System.Drawing.Point(90, 67);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(210, 112);
this.button1.TabIndex = 0;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// 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.Controls.Add(this.button1);
this.Name = "FrmLinerChart";
this.Text = "FrmLinerChart";
this.ResumeLayout(false);
@@ -71,6 +55,6 @@
#endregion
private Syncfusion.Windows.Forms.Chart.ChartControl chartControl1;
private System.Windows.Forms.Button button1;
}
}