Untitled
unknown
plain_text
2 years ago
2.4 kB
6
Indexable
namespace HopefullyFinal
{
partial class Form1
{
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.DataVisualization.Charting.Chart chart1;
/// <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.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
this.SuspendLayout();
//
// chart1
//
this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.chart1.Location = new System.Drawing.Point(13, 13);
this.chart1.Name = "chart1";
this.chart1.Size = new System.Drawing.Size(775, 425);
this.chart1.TabIndex = 0;
this.chart1.Text = "chart1";
this.chart1.Series.Add(new System.Windows.Forms.DataVisualization.Charting.Series("Series1"));
//
// Form1
//
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.chart1);
this.Name = "Form1";
this.Text = "Google Sheets Data Chart";
((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
this.ResumeLayout(false);
}
#endregion
}
}
Editor is loading...
Leave a Comment