Click here to Skip to main content
15,867,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to List Banks in a Country in web site Pin
Richard MacCutchan2-Feb-13 21:57
mveRichard MacCutchan2-Feb-13 21:57 
GeneralRe: How to List Banks in a Country in web site Pin
akhil lal2-Feb-13 22:20
akhil lal2-Feb-13 22:20 
GeneralRe: How to List Banks in a Country in web site Pin
Pete O'Hanlon3-Feb-13 3:57
subeditorPete O'Hanlon3-Feb-13 3:57 
GeneralRe: How to List Banks in a Country in web site Pin
akhil lal3-Feb-13 22:14
akhil lal3-Feb-13 22:14 
AnswerRe: How to List Banks in a Country in web site Pin
Eddy Vluggen3-Feb-13 1:26
professionalEddy Vluggen3-Feb-13 1:26 
AnswerRe: How to List Banks in a Country in web site Pin
jschell3-Feb-13 6:27
jschell3-Feb-13 6:27 
AnswerRe: How to List Banks in a Country in web site Pin
Abhinav S3-Feb-13 7:00
Abhinav S3-Feb-13 7:00 
QuestionHo to draw a regression line in windows forms charts? Pin
raymond leadingham2-Feb-13 9:00
raymond leadingham2-Feb-13 9:00 
Hey guys, I have pretty much figured out my regression line doing some calculations, but drawing it is where I am stuck. The line comes from the y axis and goes through the middle of the chart roughly, once I get these two points I draw the line, but I do not know how to draw a line THROUGH the middle point to the end of the chart, can anyone please help me out?

Here is my chart code:

C#
chart1.Series["Regression Line"].Points.AddXY(0, b0);
           chart1.Series["Regression Line"].Points.AddXY(xAverage, yAverage);
           chart1.Series["Regression Line"].ChartType = SeriesChartType.Line;
           chart1.Series["Regression Line"].Color = Color.Red;


You can see the line goes from one point to another, but its only half the line, any assistance would be greatly appreciated I am completely stumped!

Many thanks!!!
AnswerRe: Ho to draw a regression line in windows forms charts? Pin
Peter_in_27802-Feb-13 10:08
professionalPeter_in_27802-Feb-13 10:08 
GeneralRe: Ho to draw a regression line in windows forms charts? Pin
raymond leadingham2-Feb-13 10:17
raymond leadingham2-Feb-13 10:17 
GeneralRe: Ho to draw a regression line in windows forms charts? Pin
raymond leadingham2-Feb-13 11:36
raymond leadingham2-Feb-13 11:36 
GeneralRe: Ho to draw a regression line in windows forms charts? Pin
Peter_in_27802-Feb-13 14:52
professionalPeter_in_27802-Feb-13 14:52 
Questionusing iTextSharp and c# for page numbers Pin
Tom Paronis2-Feb-13 5:50
Tom Paronis2-Feb-13 5:50 
AnswerRe: using iTextSharp and c# for page numbers Pin
Abhinav S2-Feb-13 7:05
Abhinav S2-Feb-13 7:05 
GeneralRe: using iTextSharp and c# for page numbers Pin
Tom Paronis2-Feb-13 8:06
Tom Paronis2-Feb-13 8:06 
QuestionHow to investigate ExecutionEngineException Pin
KASR11-Feb-13 22:21
KASR11-Feb-13 22:21 
AnswerRe: How to investigate ExecutionEngineException Pin
Richard MacCutchan1-Feb-13 22:55
mveRichard MacCutchan1-Feb-13 22:55 
QuestionMdi Child Window Z-Order Pin
Richard Andrew x641-Feb-13 12:16
professionalRichard Andrew x641-Feb-13 12:16 
AnswerRe: Mdi Child Window Z-Order Pin
Jibesh1-Feb-13 12:43
professionalJibesh1-Feb-13 12:43 
GeneralRe: Mdi Child Window Z-Order Pin
Richard Andrew x641-Feb-13 13:08
professionalRichard Andrew x641-Feb-13 13:08 
GeneralRe: Mdi Child Window Z-Order Pin
Jibesh1-Feb-13 13:10
professionalJibesh1-Feb-13 13:10 
AnswerRe: Mdi Child Window Z-Order Pin
DaveyM691-Feb-13 23:57
professionalDaveyM691-Feb-13 23:57 
AnswerRe: Mdi Child Window Z-Order Pin
Alan N2-Feb-13 6:17
Alan N2-Feb-13 6:17 
QuestionStrip special characters in row of data Pin
vanikanc1-Feb-13 5:41
vanikanc1-Feb-13 5:41 
AnswerRe: Strip special characters in row of data Pin
Eddy Vluggen1-Feb-13 6:53
professionalEddy Vluggen1-Feb-13 6:53 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.