Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: High Memory Usage Pin
Heinz_30-Sep-05 8:48
Heinz_30-Sep-05 8:48 
GeneralRe: High Memory Usage Pin
Dan Neely30-Sep-05 10:06
Dan Neely30-Sep-05 10:06 
Questionhow to communicate with one mobile with another via a program Pin
sajikp29-Sep-05 19:38
sajikp29-Sep-05 19:38 
AnswerRe: how to communicate with one mobile with another via a program Pin
Heinz_29-Sep-05 19:57
Heinz_29-Sep-05 19:57 
QuestionIPAddress Obsolete Pin
Thoughthopper29-Sep-05 17:20
Thoughthopper29-Sep-05 17:20 
AnswerRe: IPAddress Obsolete Pin
turbochimp29-Sep-05 17:51
turbochimp29-Sep-05 17:51 
GeneralRe: IPAddress Obsolete Pin
Thoughthopper29-Sep-05 18:00
Thoughthopper29-Sep-05 18:00 
QuestionHow to make DataColumn.Expression work? Pin
Libra29-Sep-05 17:14
Libra29-Sep-05 17:14 
AnswerWonder if it's VS.net IDE wizzard's bug... Pin
Libra29-Sep-05 19:37
Libra29-Sep-05 19:37 

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.