Click here to Skip to main content
15,891,633 members
Home / Discussions / C#
   

C#

 
AnswerRe: autoscroll with mousewheel Pin
Luc Pattyn31-Mar-12 10:27
sitebuilderLuc Pattyn31-Mar-12 10:27 
QuestionCode for solving CHESS problems? Pin
Bill Sinclair31-Mar-12 7:40
Bill Sinclair31-Mar-12 7:40 
AnswerRe: Code for solving CHESS problems? Pin
André Kraak31-Mar-12 8:12
André Kraak31-Mar-12 8:12 
GeneralRe: Code for solving CHESS problems? Pin
Bill Sinclair1-Apr-12 5:12
Bill Sinclair1-Apr-12 5:12 
AnswerRe: Code for solving CHESS problems? Pin
Luc Pattyn31-Mar-12 8:38
sitebuilderLuc Pattyn31-Mar-12 8:38 
GeneralRe: Code for solving CHESS problems? Pin
Bill Sinclair1-Apr-12 5:07
Bill Sinclair1-Apr-12 5:07 
AnswerRe: Code for solving CHESS problems? Pin
Luc Pattyn1-Apr-12 5:12
sitebuilderLuc Pattyn1-Apr-12 5:12 
GeneralRe: Code for solving CHESS problems? Pin
Bill Sinclair1-Apr-12 5:29
Bill Sinclair1-Apr-12 5:29 
QuestionLOGIN that automatically detects employee password Pin
CharlotteTEE31-Mar-12 4:41
CharlotteTEE31-Mar-12 4:41 
AnswerRe: LOGIN that automatically detects employee password Pin
PIEBALDconsult31-Mar-12 6:32
mvePIEBALDconsult31-Mar-12 6:32 
Questionprotocole smtp Pin
MemberDotNetting30-Mar-12 23:04
MemberDotNetting30-Mar-12 23:04 
AnswerRe: protocole smtp Pin
Richard MacCutchan30-Mar-12 23:28
mveRichard MacCutchan30-Mar-12 23:28 
AnswerRe: protocole smtp Pin
Eddy Vluggen31-Mar-12 0:18
professionalEddy Vluggen31-Mar-12 0:18 
Questioncode for a die game(1 player) Pin
twinexrunz30-Mar-12 20:23
twinexrunz30-Mar-12 20:23 
AnswerRe: code for a die game(1 player) PinPopular
Pete O'Hanlon30-Mar-12 20:59
mvePete O'Hanlon30-Mar-12 20:59 
AnswerRe: code for a die game(1 player) Pin
OriginalGriff31-Mar-12 5:03
mveOriginalGriff31-Mar-12 5:03 
AnswerRe: code for a die game(1 player) Pin
PIEBALDconsult31-Mar-12 5:07
mvePIEBALDconsult31-Mar-12 5:07 
QuestionBinding DataTable to MSChart Pin
MAW3030-Mar-12 14:56
MAW3030-Mar-12 14:56 
I am trying to bind a DataTable to MSChart using more than one Y value, I'd appreciate anyone pointing me in the right direction, an example, etc. Also, I need to bind the data not just add a point.

this.chart1.Series[strSeries].Points.DataBindXY(
dt.Tables["X"].Rows[nRec]["A"]), // X Value
dt.Tables["X"].Rows[nRec]["B"]), // Y Value
dt.Tables["X"].Rows[nRec]["C"]), // Y Value
dt.Tables["X"].Rows[nRec]["D"]), // Y Value
dt.Tables["X"].Rows[nRec]["E"]) // Y Value
);

I tried this and many other ways
this.chart1.DataSource = dt.Tables["X"];
this.chart1.Series[strSeries].XValueMember = "A";
this.chart1.Series[strSeries].YValueMembers = "B";
this.chart1.Series[strSeries].YValueMembers = "C";
this.chart1.Series[strSeries].YValueMembers = "D";
this.chart1.Series[strSeries].YValueMembers = "E";
this.chart1.DataBind();

Thanks in advance,
Michael
QuestionStuck - trying to get going with C# Pin
JTmetoo30-Mar-12 8:48
JTmetoo30-Mar-12 8:48 
GeneralRe: Stuck - trying to get going with C# Pin
Not Active30-Mar-12 8:55
mentorNot Active30-Mar-12 8:55 
AnswerRe: Stuck - trying to get going with C# Pin
RobCroll30-Mar-12 14:32
RobCroll30-Mar-12 14:32 
Question#PRAGMA Pin
KUNWAR99930-Mar-12 8:44
KUNWAR99930-Mar-12 8:44 
AnswerRe: #PRAGMA Pin
RobCroll30-Mar-12 14:24
RobCroll30-Mar-12 14:24 
GeneralRe: #PRAGMA Pin
KUNWAR99930-Mar-12 22:23
KUNWAR99930-Mar-12 22:23 
GeneralRe: #PRAGMA Pin
Richard MacCutchan30-Mar-12 23:26
mveRichard MacCutchan30-Mar-12 23:26 

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.