Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: #PRAGMA Pin
KUNWAR99930-Mar-12 23:39
KUNWAR99930-Mar-12 23:39 
GeneralRe: #PRAGMA Pin
Richard MacCutchan31-Mar-12 0:03
mveRichard MacCutchan31-Mar-12 0:03 
AnswerRe: #PRAGMA Pin
Luc Pattyn31-Mar-12 3:49
sitebuilderLuc Pattyn31-Mar-12 3:49 
GeneralRe: #PRAGMA Pin
Richard MacCutchan31-Mar-12 4:18
mveRichard MacCutchan31-Mar-12 4:18 
GeneralRe: #PRAGMA Pin
Pete O'Hanlon31-Mar-12 4:03
mvePete O'Hanlon31-Mar-12 4:03 
AnswerRe: #PRAGMA Pin
harold aptroot31-Mar-12 4:03
harold aptroot31-Mar-12 4:03 
QuestionChange the packet IP (source or destination) with Pcap.net Pin
falukky30-Mar-12 1:10
falukky30-Mar-12 1:10 
AnswerRe: Change the packet IP (source or destination) with Pcap.net Pin
Richard Andrew x6430-Mar-12 4:42
professionalRichard Andrew x6430-Mar-12 4:42 
GeneralRe: Change the packet IP (source or destination) with Pcap.net Pin
falukky30-Mar-12 5:03
falukky30-Mar-12 5:03 
GeneralRe: Change the packet IP (source or destination) with Pcap.net Pin
Richard Andrew x6430-Mar-12 5:08
professionalRichard Andrew x6430-Mar-12 5:08 

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.