Click here to Skip to main content
15,906,094 members
Home / Discussions / C#
   

C#

 
GeneralRe: Crystal Reports Pin
Willem Le Roux4-Oct-05 0:03
Willem Le Roux4-Oct-05 0:03 
QuestionGet motherboard serial number Pin
Willem Le Roux29-Sep-05 23:22
Willem Le Roux29-Sep-05 23:22 
AnswerRe: Get motherboard serial number Pin
Dave Kreskowiak30-Sep-05 8:21
mveDave Kreskowiak30-Sep-05 8:21 
GeneralRe: Get motherboard serial number Pin
Willem Le Roux2-Oct-05 23:17
Willem Le Roux2-Oct-05 23:17 
GeneralRe: Get motherboard serial number Pin
Dave Kreskowiak6-Oct-05 11:52
mveDave Kreskowiak6-Oct-05 11:52 
GeneralRe: Get motherboard serial number Pin
Willem Le Roux6-Oct-05 22:55
Willem Le Roux6-Oct-05 22:55 
GeneralRe: Get motherboard serial number Pin
Dave Kreskowiak7-Oct-05 16:07
mveDave Kreskowiak7-Oct-05 16:07 
QuestionHow To make Toolbar Pin
A.Grover29-Sep-05 23:18
A.Grover29-Sep-05 23:18 
AnswerRe: How To make Toolbar Pin
| Muhammad Waqas Butt |29-Sep-05 23:45
professional| Muhammad Waqas Butt |29-Sep-05 23:45 
QuestionCrystal Report selection Problem Pin
| Muhammad Waqas Butt |29-Sep-05 22:52
professional| Muhammad Waqas Butt |29-Sep-05 22:52 
QuestionWin32 api Pin
rakesh_nits29-Sep-05 22:07
rakesh_nits29-Sep-05 22:07 
AnswerRe: Win32 api Pin
Anonymous30-Sep-05 8:18
Anonymous30-Sep-05 8:18 
QuestionStandard Deviation Graph through GDI+ in .NET? Pin
parvinder sehrawat29-Sep-05 22:04
parvinder sehrawat29-Sep-05 22:04 
AnswerRe: Standard Deviation Graph through GDI+ in .NET? Pin
Stefan Troschuetz29-Sep-05 23:22
Stefan Troschuetz29-Sep-05 23:22 
GeneralRe: Standard Deviation Graph through GDI+ in .NET? Pin
parvinder sehrawat29-Sep-05 23:46
parvinder sehrawat29-Sep-05 23:46 
GeneralRe: Standard Deviation Graph through GDI+ in .NET? Pin
Stefan Troschuetz30-Sep-05 1:13
Stefan Troschuetz30-Sep-05 1:13 
GeneralRe: Standard Deviation Graph through GDI+ in .NET? Pin
Jon Rista1-Oct-05 8:23
Jon Rista1-Oct-05 8:23 
I beleive a standard deviation graph can be done with just lines. There is a quick-and-dirty way to do this, by overriding the Paint event of a PictureBox and drawing on the pictures Graphics object. But, depending on how frequently the graph gets updated or the screen gets redrawn, you can see flicker when the pic is redrawn.

You could create a full custom control, with properties to accept an array of data, and custom drawing done in the OnPaint protected method. The actual logic for drawing the graph will completely depend on how you represent, store, and pass in the data being graphed, so I can't give you much example code there.

Just create a new Custom Control in your project, and override the OnPaint method (inherited from the System.Windows.Forms.Control class).
QuestionLimiting to 2 decimal places Pin
binglin29-Sep-05 21:40
binglin29-Sep-05 21:40 
AnswerRe: Limiting to 2 decimal places Pin
S. Senthil Kumar29-Sep-05 23:14
S. Senthil Kumar29-Sep-05 23:14 
AnswerRe: Limiting to 2 decimal places Pin
Stefan Troschuetz29-Sep-05 23:20
Stefan Troschuetz29-Sep-05 23:20 
AnswerRe: Limiting to 2 decimal places Pin
esjq30-Sep-05 9:28
esjq30-Sep-05 9:28 
QuestionHigh Memory Usage Pin
Heinz_29-Sep-05 19:52
Heinz_29-Sep-05 19:52 
AnswerRe: High Memory Usage Pin
S. Senthil Kumar29-Sep-05 23:26
S. Senthil Kumar29-Sep-05 23:26 
GeneralRe: High Memory Usage Pin
Heinz_30-Sep-05 8:40
Heinz_30-Sep-05 8:40 
AnswerRe: High Memory Usage Pin
Daniel Grunwald30-Sep-05 3:59
Daniel Grunwald30-Sep-05 3:59 

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.