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

C#

 
GeneralRe: How do I pass data from child of child form to parent form in C#? Pin
OriginalGriff27-Nov-15 9:09
mveOriginalGriff27-Nov-15 9:09 
AnswerRe: How do I pass data from child of child form to parent form in C#? Pin
BillWoodruff26-Nov-15 12:07
professionalBillWoodruff26-Nov-15 12:07 
GeneralRe: How do I pass data from child of child form to parent form in C#? Pin
naouf1027-Nov-15 8:51
naouf1027-Nov-15 8:51 
AnswerRe: How do I pass data from child of child form to parent form in C#? Pin
susad7-Dec-15 3:05
susad7-Dec-15 3:05 
Questionhow to accelebrate chart when have many series? Pin
smallkubi25-Nov-15 13:55
smallkubi25-Nov-15 13:55 
AnswerRe: how to accelebrate chart when have many series? Pin
Dave Kreskowiak25-Nov-15 16:56
mveDave Kreskowiak25-Nov-15 16:56 
GeneralRe: how to accelebrate chart when have many series? Pin
smallkubi25-Nov-15 18:19
smallkubi25-Nov-15 18:19 
GeneralRe: how to accelebrate chart when have many series? Pin
Dave Kreskowiak26-Nov-15 4:13
mveDave Kreskowiak26-Nov-15 4:13 
Ummm, perhaps you didn't hear me... The ONLY way to speed up the drawing of the chart, using any off-the-shelf charting library, is to reduce the number of points.

Now, if you tried to roll-your-own charting library, you could put in some optimizations specific to your requirements to speed things up a bit.

No matter what you do the BIGGEST speed boost is to not draw so many points.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: how to accelebrate chart when have many series? Pin
smallkubi26-Nov-15 5:16
smallkubi26-Nov-15 5:16 
GeneralRe: how to accelebrate chart when have many series? Pin
smallkubi27-Nov-15 21:59
smallkubi27-Nov-15 21:59 
AnswerRe: how to accelebrate chart when have many series? Pin
Richard Deeming26-Nov-15 1:57
mveRichard Deeming26-Nov-15 1:57 
GeneralRe: how to accelebrate chart when have many series? Pin
John Torjo26-Nov-15 3:35
professionalJohn Torjo26-Nov-15 3:35 
GeneralRe: how to accelebrate chart when have many series? Pin
Richard Deeming26-Nov-15 3:40
mveRichard Deeming26-Nov-15 3:40 
GeneralRe: how to accelebrate chart when have many series? Pin
John Torjo26-Nov-15 3:41
professionalJohn Torjo26-Nov-15 3:41 
GeneralRe: how to accelebrate chart when have many series? Pin
Pete O'Hanlon26-Nov-15 5:16
mvePete O'Hanlon26-Nov-15 5:16 
QuestionHttpWebRequest in WCF Pin
Giorgi Martiashvili24-Nov-15 20:00
Giorgi Martiashvili24-Nov-15 20:00 
SuggestionRe: HttpWebRequest in WCF Pin
Kornfeld Eliyahu Peter24-Nov-15 22:49
professionalKornfeld Eliyahu Peter24-Nov-15 22:49 
AnswerRe: HttpWebRequest in WCF Pin
Rob Philpott25-Nov-15 1:10
Rob Philpott25-Nov-15 1:10 
Question(WPF) How to pass events from child to parent Pin
Foothill24-Nov-15 10:51
professionalFoothill24-Nov-15 10:51 
Generalcoding problem progress bar Pin
Kris Saelen24-Nov-15 5:56
Kris Saelen24-Nov-15 5:56 
AnswerRe: coding problem progress bar Pin
Duncan Edwards Jones24-Nov-15 5:57
professionalDuncan Edwards Jones24-Nov-15 5:57 
GeneralRe: coding problem progress bar Pin
Eddy Vluggen24-Nov-15 6:00
professionalEddy Vluggen24-Nov-15 6:00 
GeneralRe: coding problem progress bar Pin
R. Giskard Reventlov24-Nov-15 6:51
R. Giskard Reventlov24-Nov-15 6:51 
GeneralRe: coding problem progress bar Pin
Ian Shlasko24-Nov-15 7:14
Ian Shlasko24-Nov-15 7:14 
AnswerRe: coding problem progress bar Pin
John Torjo24-Nov-15 11:33
professionalJohn Torjo24-Nov-15 11:33 

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.