Click here to Skip to main content
       

C#

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page  Show 
GeneralRe: Cannot access string in System.String[]memberjibesh3 Feb '13 - 21:29 
GeneralRe: Cannot access string in System.String[]memberBobJanova5 Feb '13 - 4:52 
QuestionC# samplesmemberNard you3 Feb '13 - 20:33 
AnswerRe: C# samplesmentorWayne Gaylard3 Feb '13 - 20:48 
GeneralRe: C# samplesmemberNard you3 Feb '13 - 21:00 
GeneralRe: C# samplesmentorWayne Gaylard3 Feb '13 - 21:07 
AnswerRe: C# samplesmvpAbhinav S3 Feb '13 - 21:33 
GeneralRe: C# samplesmemberNard you3 Feb '13 - 21:47 
Generaloopsmemberankul kumar from sharanpur3 Feb '13 - 17:37 
AnswerRe: oopsmvpAbhinav S3 Feb '13 - 19:12 
QuestionWhy is my windows chart so small, I cant change the sizememberraymond leadingham3 Feb '13 - 2:47 
AnswerRe: Why is my windows chart so small, I cant change the sizemvpDave Kreskowiak3 Feb '13 - 5:06 
GeneralRe: Why is my windows chart so small, I cant change the sizememberraymond leadingham3 Feb '13 - 5:30 
I apologise for the lack of information in my question!
 
I am using this:
 
using System.Windows.Forms.DataVisualization.Charting;
 
The code for my chart properties in the designer file is as follows:
 
//
           // chart1
           //
           chartArea1.Name = "ChartArea1";
           this.chart1.ChartAreas.Add(chartArea1);
           legend1.Name = "Legend1";
           this.chart1.Legends.Add(legend1);
           this.chart1.Location = new System.Drawing.Point(0, 0);
           this.chart1.Name = "chart1";
           series1.ChartArea = "ChartArea1";
           series1.Legend = "Legend1";
           series1.Name = "Plots";
           series2.ChartArea = "ChartArea1";
           series2.Legend = "Legend1";
           series2.Name = "Regression Line";
           this.chart1.Series.Add(series1);
           this.chart1.Series.Add(series2);
           this.chart1.Size = new System.Drawing.Size(1212, 771);
           this.chart1.TabIndex = 13;
           this.chart1.Text = "chart1";
           this.chart1.Click += new System.EventHandler(this.chart1_Click);
 
I am new to this kind of project So forgive me if there is still something missing.
 
Thank you!
GeneralRe: Why is my windows chart so small, I cant change the sizemvpDave Kreskowiak3 Feb '13 - 9:05 
QuestionHow to List Banks in a Country in web sitememberakhil lal2 Feb '13 - 20:55 
AnswerRe: How to List Banks in a Country in web sitemvpRichard MacCutchan2 Feb '13 - 21:28 
GeneralRe: How to List Banks in a Country in web sitememberakhil lal2 Feb '13 - 21:50 
GeneralRe: How to List Banks in a Country in web sitemvpRichard MacCutchan2 Feb '13 - 21:57 
GeneralRe: How to List Banks in a Country in web sitememberakhil lal2 Feb '13 - 22:20 
GeneralRe: How to List Banks in a Country in web siteprotectorPete O'Hanlon3 Feb '13 - 3:57 
GeneralRe: How to List Banks in a Country in web sitememberakhil lal3 Feb '13 - 22:14 
AnswerRe: How to List Banks in a Country in web sitemvpEddy Vluggen3 Feb '13 - 1:26 
AnswerRe: How to List Banks in a Country in web sitememberjschell3 Feb '13 - 6:27 
AnswerRe: How to List Banks in a Country in web sitemvpAbhinav S3 Feb '13 - 7:00 
QuestionHo to draw a regression line in windows forms charts?memberraymond leadingham2 Feb '13 - 9:00 
AnswerRe: Ho to draw a regression line in windows forms charts?memberPeter_in_27802 Feb '13 - 10:08 
GeneralRe: Ho to draw a regression line in windows forms charts?memberraymond leadingham2 Feb '13 - 10:17 
GeneralRe: Ho to draw a regression line in windows forms charts?memberraymond leadingham2 Feb '13 - 11:36 
GeneralRe: Ho to draw a regression line in windows forms charts?memberPeter_in_27802 Feb '13 - 14:52 
Questionusing iTextSharp and c# for page numbersmemberTom Paronis2 Feb '13 - 5:50 
AnswerRe: using iTextSharp and c# for page numbersmvpAbhinav S2 Feb '13 - 7:05 
GeneralRe: using iTextSharp and c# for page numbersmemberTom Paronis2 Feb '13 - 8:06 
QuestionHow to investigate ExecutionEngineExceptionmemberKASR11 Feb '13 - 22:21 
AnswerRe: How to investigate ExecutionEngineExceptionmvpRichard MacCutchan1 Feb '13 - 22:55 
QuestionMdi Child Window Z-OrdermemberRichard Andrew x641 Feb '13 - 12:16 
AnswerRe: Mdi Child Window Z-Ordermemberjibesh1 Feb '13 - 12:43 
GeneralRe: Mdi Child Window Z-OrdermemberRichard Andrew x641 Feb '13 - 13:08 
GeneralRe: Mdi Child Window Z-Ordermemberjibesh1 Feb '13 - 13:10 
AnswerRe: Mdi Child Window Z-OrdermentorDaveyM691 Feb '13 - 23:57 
AnswerRe: Mdi Child Window Z-OrdermemberAlan N2 Feb '13 - 6:17 
QuestionStrip special characters in row of datamembervanikanc1 Feb '13 - 5:41 
AnswerRe: Strip special characters in row of datamvpEddy Vluggen1 Feb '13 - 6:53 
AnswerRe: Strip special characters in row of datamemberEnnis Ray Lynch, Jr.1 Feb '13 - 8:15 
QuestionC#,ASP.Netmembersujeet3211 Feb '13 - 0:51 
AnswerRe: C#,ASP.NetmemberSimon_Whale1 Feb '13 - 1:06 
AnswerRe: C#,ASP.NetmvpDave Kreskowiak1 Feb '13 - 1:30 
AnswerRe: C#,ASP.NetmvpAbhinav S1 Feb '13 - 8:16 
Questionhow to change the background color of a selected row in datagridview [modified]memberNarVish31 Jan '13 - 21:37 
AnswerRe: how to change the background color of a selected row in datagridviewmvpOriginalGriff31 Jan '13 - 22:21 
GeneralRe: how to change the background color of a selected row in datagridviewmemberNarVish31 Jan '13 - 22:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 23 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid