76 lines
2.9 KiB
C#
76 lines
2.9 KiB
C#
namespace SanSystem
|
|
{
|
|
partial class FrmLinerChart
|
|
{
|
|
/// <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.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;
|
|
}
|
|
} |