Click here to Skip to main content
15,920,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: server connect Pin
heba abu ghaleih22 23-Mar-12 14:30
heba abu ghaleih22 23-Mar-12 14:30 
QuestionWinform graph Pin
DerecL23-Mar-12 11:14
DerecL23-Mar-12 11:14 
AnswerRe: Winform graph Pin
Eddy Vluggen23-Mar-12 11:24
professionalEddy Vluggen23-Mar-12 11:24 
GeneralRe: Winform graph Pin
DerecL23-Mar-12 11:32
DerecL23-Mar-12 11:32 
QuestionRe: Winform graph Pin
Eddy Vluggen23-Mar-12 11:38
professionalEddy Vluggen23-Mar-12 11:38 
AnswerRe: Winform graph Pin
DerecL23-Mar-12 11:54
DerecL23-Mar-12 11:54 
GeneralRe: Winform graph Pin
Eddy Vluggen24-Mar-12 2:25
professionalEddy Vluggen24-Mar-12 2:25 
AnswerRe: Winform graph Pin
Philippe Mori23-Mar-12 12:28
Philippe Mori23-Mar-12 12:28 
The main question would be how many points are displayed at once. For any relatively large number of points, you need to uses charts designed for real-time use if you want to update it a lot.

If not all data is displayed, you should remove data that is not visible.

WPF graph might give better performance also as they are typically hardware accelerated.

And between different vendors graphs, technologies or versions, there might be a huge difference of performance. You have to try many of them and see which one you want to buy.

If you have problem when using multiple graphs, then it might be something wrong with how you have setup your data source.
Philippe Mori

GeneralRe: Winform graph Pin
DerecL23-Mar-12 13:16
DerecL23-Mar-12 13:16 
AnswerRe: Winform graph Pin
eupendra25-Mar-12 22:11
eupendra25-Mar-12 22:11 
Question<b>Question: Making a Keno Game in C#</b> Pin
Tailean23-Mar-12 10:39
Tailean23-Mar-12 10:39 
QuestionRe: Question: Making a Keno Game in C# Pin
Eddy Vluggen23-Mar-12 11:20
professionalEddy Vluggen23-Mar-12 11:20 
QuestionRe: Question: Making a Keno Game in C# Pin
Tailean23-Mar-12 11:34
Tailean23-Mar-12 11:34 
AnswerRe: Question: Making a Keno Game in C# Pin
Eddy Vluggen23-Mar-12 14:14
professionalEddy Vluggen23-Mar-12 14:14 
GeneralRe: Question: Making a Keno Game in C# Pin
Tailean23-Mar-12 15:12
Tailean23-Mar-12 15:12 
GeneralRe: Question: Making a Keno Game in C# Pin
Eddy Vluggen24-Mar-12 1:26
professionalEddy Vluggen24-Mar-12 1:26 
QuestionUse of multiple panel Control in winform Pin
Dexter Arora23-Mar-12 10:31
Dexter Arora23-Mar-12 10:31 
AnswerRe: Use of multiple panel Control in winform Pin
Eddy Vluggen23-Mar-12 11:17
professionalEddy Vluggen23-Mar-12 11:17 
GeneralRe: Use of multiple panel Control in winform Pin
Dexter Arora24-Mar-12 0:48
Dexter Arora24-Mar-12 0:48 
GeneralRe: Use of multiple panel Control in winform Pin
Eddy Vluggen24-Mar-12 1:20
professionalEddy Vluggen24-Mar-12 1:20 
GeneralRe: Use of multiple panel Control in winform Pin
Dexter Arora24-Mar-12 2:08
Dexter Arora24-Mar-12 2:08 
QuestionRe: Use of multiple panel Control in winform Pin
Eddy Vluggen24-Mar-12 2:17
professionalEddy Vluggen24-Mar-12 2:17 
AnswerRe: Use of multiple panel Control in winform Pin
Dexter Arora24-Mar-12 9:17
Dexter Arora24-Mar-12 9:17 
GeneralRe: Use of multiple panel Control in winform Pin
eupendra25-Mar-12 22:13
eupendra25-Mar-12 22:13 
GeneralRe: Use of multiple panel Control in winform Pin
Dexter Arora26-Mar-12 7:46
Dexter Arora26-Mar-12 7:46 

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.