Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
AnswerRe: NHibernate data visible in profiler but not written to DB Pin
orinoco7711-May-09 2:03
orinoco7711-May-09 2:03 
GeneralRe: NHibernate data visible in profiler but not written to DB Pin
riced11-May-09 5:53
riced11-May-09 5:53 
GeneralRe: NHibernate data visible in profiler but not written to DB Pin
orinoco7712-May-09 0:03
orinoco7712-May-09 0:03 
QuestionCheck if drive exists Pin
Rajdeep.NET is BACK10-May-09 23:51
Rajdeep.NET is BACK10-May-09 23:51 
AnswerRe: Check if drive exists Pin
Alan N11-May-09 0:18
Alan N11-May-09 0:18 
AnswerRe: Check if drive exists Pin
stancrm11-May-09 1:21
stancrm11-May-09 1:21 
QuestionDraw Line Chart Pin
AlexDuta10-May-09 23:35
AlexDuta10-May-09 23:35 
AnswerRe: Draw Line Chart Pin
Simon P Stevens10-May-09 23:43
Simon P Stevens10-May-09 23:43 
MS have a pack of .net chart controls. Your best bet is to use them. They will support stuff like line charts

Check out these links:
http://code.msdn.microsoft.com/mschart[^]

http://www.microsoft.com/downloads/details.aspx?FamilyId=130F7986-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en[^]

http://www.microsoft.com/downloads/details.aspx?FamilyId=1D69CE13-E1E5-4315-825C-F14D33A303E9&displaylang=en[^]

If you really really want to draw stuff yourself (but I don't recommend it for doing charts) you need to take a look at the Graphics[^] class if your using winforms, or the various drawing libraries[^] in WPF.

Simon

GeneralRe: Draw Line Chart Pin
AlexDuta10-May-09 23:51
AlexDuta10-May-09 23:51 
GeneralRe: Draw Line Chart Pin
Simon P Stevens11-May-09 0:11
Simon P Stevens11-May-09 0:11 
Questionsetup project Pin
netDeveloper10-May-09 22:30
netDeveloper10-May-09 22:30 
AnswerRe: setup project Pin
Simon P Stevens10-May-09 23:50
Simon P Stevens10-May-09 23:50 
GeneralRe: setup project Pin
netDeveloper11-May-09 0:45
netDeveloper11-May-09 0:45 
GeneralRe: setup project Pin
Simon P Stevens11-May-09 0:50
Simon P Stevens11-May-09 0:50 
GeneralRe: setup project Pin
netDeveloper11-May-09 0:52
netDeveloper11-May-09 0:52 
GeneralRe: setup project Pin
Simon P Stevens11-May-09 2:44
Simon P Stevens11-May-09 2:44 
Questionhow to enhance Dataset.merge() performance with larg number of records Pin
smr8510-May-09 22:03
smr8510-May-09 22:03 
AnswerRe: how to enhance Dataset.merge() performance with larg number of records Pin
Mycroft Holmes10-May-09 23:35
professionalMycroft Holmes10-May-09 23:35 
GeneralRe: how to enhance Dataset.merge() performance with larg number of records Pin
smr8512-May-09 21:29
smr8512-May-09 21:29 
GeneralRe: how to enhance Dataset.merge() performance with larg number of records Pin
Mycroft Holmes12-May-09 21:40
professionalMycroft Holmes12-May-09 21:40 
GeneralRe: how to enhance Dataset.merge() performance with larg number of records Pin
smr8513-May-09 1:03
smr8513-May-09 1:03 
QuestionHow to run desktop application via http ? Pin
hdv21210-May-09 21:56
hdv21210-May-09 21:56 
AnswerRe: How to run desktop application via http ? Pin
Pete O'Hanlon10-May-09 22:04
mvePete O'Hanlon10-May-09 22:04 
AnswerRe: How to run desktop application via http ? Pin
Eddy Vluggen10-May-09 22:13
professionalEddy Vluggen10-May-09 22:13 
GeneralRe: How to run desktop application via http ? Pin
hdv21210-May-09 22:19
hdv21210-May-09 22:19 

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.