Click here to Skip to main content
15,889,877 members
Home / Discussions / C#
   

C#

 
GeneralRe: arrays Pin
Pete O'Hanlon4-Feb-19 1:19
mvePete O'Hanlon4-Feb-19 1:19 
Questionhow to get the corresponding y values for given x values from the chart series Pin
Mohamed Fahad3-Feb-19 21:54
Mohamed Fahad3-Feb-19 21:54 
SuggestionRe: how to get the corresponding y values for given x values from the chart series Pin
Richard MacCutchan3-Feb-19 22:21
mveRichard MacCutchan3-Feb-19 22:21 
AnswerRe: how to get the corresponding y values for given x values from the chart series Pin
Eddy Vluggen3-Feb-19 22:42
professionalEddy Vluggen3-Feb-19 22:42 
AnswerRe: how to get the corresponding y values for given x values from the chart series Pin
Jeff_T_12344-Feb-19 5:49
Jeff_T_12344-Feb-19 5:49 
AnswerRe: how to get the corresponding y values for given x values from the chart series Pin
Gerry Schmitz4-Feb-19 6:47
mveGerry Schmitz4-Feb-19 6:47 
Questionthe timer is slowed Pin
Mohamed Fahad3-Feb-19 0:57
Mohamed Fahad3-Feb-19 0:57 
AnswerRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 1:27
professionalEddy Vluggen3-Feb-19 1:27 
Mohamed Fahad wrote:
chart1.Series[0].Points.AddXY(a, b);

It adds a Point to a collection every 100 ms, until the list is so large it slows down the entire application. If it could keep up with allocating new memory, you would eventually run out of it.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: the timer is slowed Pin
Mohamed Fahad3-Feb-19 1:42
Mohamed Fahad3-Feb-19 1:42 
GeneralRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 1:44
professionalEddy Vluggen3-Feb-19 1:44 
GeneralRe: the timer is slowed Pin
OriginalGriff3-Feb-19 1:59
mveOriginalGriff3-Feb-19 1:59 
GeneralRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 2:04
professionalEddy Vluggen3-Feb-19 2:04 
GeneralRe: the timer is slowed Pin
OriginalGriff3-Feb-19 2:23
mveOriginalGriff3-Feb-19 2:23 
AnswerRe: the timer is slowed Pin
Gerry Schmitz4-Feb-19 6:41
mveGerry Schmitz4-Feb-19 6:41 
QuestionUsing Clang in c# project Pin
areejmayar1-Feb-19 23:57
areejmayar1-Feb-19 23:57 
AnswerRe: Using Clang in c# project Pin
OriginalGriff2-Feb-19 0:50
mveOriginalGriff2-Feb-19 0:50 
AnswerRe: Using Clang in c# project Pin
jschell2-Feb-19 6:13
jschell2-Feb-19 6:13 
GeneralRe: Using Clang in c# project Pin
areejmayar2-Feb-19 7:01
areejmayar2-Feb-19 7:01 
GeneralRe: Using Clang in c# project Pin
OriginalGriff2-Feb-19 19:32
mveOriginalGriff2-Feb-19 19:32 
GeneralRe: Using Clang in c# project Pin
jschell17-Feb-19 5:33
jschell17-Feb-19 5:33 
GeneralRe: Using Clang in c# project Pin
OriginalGriff17-Feb-19 6:02
mveOriginalGriff17-Feb-19 6:02 
QuestionPassing Json from Winforms to console app for writing to file Pin
jkirkerx31-Jan-19 9:58
professionaljkirkerx31-Jan-19 9:58 
AnswerRe: Passing Json from Winforms to console app for writing to file Pin
jkirkerx31-Jan-19 10:18
professionaljkirkerx31-Jan-19 10:18 
AnswerRe: Passing Json from Winforms to console app for writing to file Pin
Dave Kreskowiak31-Jan-19 13:52
mveDave Kreskowiak31-Jan-19 13:52 
GeneralRe: Passing Json from Winforms to console app for writing to file Pin
jkirkerx1-Feb-19 7:50
professionaljkirkerx1-Feb-19 7:50 

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.