Click here to Skip to main content
15,891,828 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Parent UserControl fails to draw when child UserControl is updated. Pin
Dave Kreskowiak24-Jul-11 3:24
mveDave Kreskowiak24-Jul-11 3:24 
GeneralRe: Parent UserControl fails to draw when child UserControl is updated. Pin
cjb11025-Jul-11 2:41
cjb11025-Jul-11 2:41 
QuestionDeploy Windows Application Pin
Ramkumar_S21-Jul-11 18:07
Ramkumar_S21-Jul-11 18:07 
AnswerRe: Deploy Windows Application [modified] Pin
dan!sh 21-Jul-11 20:58
professional dan!sh 21-Jul-11 20:58 
AnswerRe: Deploy Windows Application Pin
RobCroll21-Jul-11 21:25
RobCroll21-Jul-11 21:25 
GeneralRe: Deploy Windows Application Pin
dan!sh 21-Jul-11 22:07
professional dan!sh 21-Jul-11 22:07 
AnswerRe: Deploy Windows Application Pin
Bert Mitton18-Aug-11 5:54
professionalBert Mitton18-Aug-11 5:54 
QuestionPlotting large amounts of data Pin
EitsopGmail15-Jul-11 2:58
EitsopGmail15-Jul-11 2:58 
Hello, I am half way through developing a graphing control. It includes the normal things like pan/zoom/multiple y axes. It is intended to be populated by reading data from a CSV file or something like that, but I can change that to whatever later if I need to - it's just a datasource.

The trouble I am having is with the amount of data. Lets say I have 131200 data records to plot, and only 1000 pixels to plot them in. Now I have two options:

1. Plot the record for each pixel.
2. Plot every record, using PointF's and letting windows sort it out.

The downsides are (respectively):

1. Data is missed, or stepped over. If we zoom in the data changes, this doesn't look good.
2. It takes ages drawing a 131200 points of data, and when zooming/panning it's slow. I have thought about plotting the data onto a offscreen bitmap so that panning is fast, but that doesn't help zooming.

Please don't suggest using transformations - they are slow when using large data sets.
A bitmap of the data size would also be unusable ( e.g. 131200x600x24 bit is about 250 Mb).

Any help on how I could plot the image for both speed and accruacy.


Many thanks,
AnswerRe: Plotting large amounts of data [modified] Pin
BillWoodruff17-Jul-11 20:48
professionalBillWoodruff17-Jul-11 20:48 
QuestionNeed to SendMesssage to controls placed on some remote .NET managed processes from some simulator's process. Pin
glitteringsound14-Jul-11 12:19
glitteringsound14-Jul-11 12:19 
QuestionWhy Control.FromHandle(IntPtr) returns null in one hooked process and returns valid object of “Form”? in another hooked process? Pin
glitteringsound29-Jun-11 3:13
glitteringsound29-Jun-11 3:13 
Questionwindows datagrid drill down returns relation name [modified] Pin
Amit Sk Sharma28-Jun-11 23:50
Amit Sk Sharma28-Jun-11 23:50 
AnswerRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 1:37
mveDave Kreskowiak29-Jun-11 1:37 
GeneralRe: windows datagrid drill down returns relation name [modified] Pin
BobJanova29-Jun-11 1:59
BobJanova29-Jun-11 1:59 
AnswerRe: windows datagrid drill down returns relation name Pin
Eddy Vluggen29-Jun-11 2:59
professionalEddy Vluggen29-Jun-11 2:59 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 4:28
mveDave Kreskowiak29-Jun-11 4:28 
GeneralRe: windows datagrid drill down returns relation name Pin
BobJanova29-Jun-11 7:16
BobJanova29-Jun-11 7:16 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 7:30
mveDave Kreskowiak29-Jun-11 7:30 
GeneralRe: windows datagrid drill down returns relation name Pin
Amit Sk Sharma29-Jun-11 2:08
Amit Sk Sharma29-Jun-11 2:08 
GeneralRe: windows datagrid drill down returns relation name Pin
Dave Kreskowiak29-Jun-11 4:50
mveDave Kreskowiak29-Jun-11 4:50 
QuestionTwin TreeView Pin
Ger Hayden11-Jun-11 22:41
Ger Hayden11-Jun-11 22:41 
AnswerRe: Twin TreeView Pin
Shameel4-Jul-11 5:19
professionalShameel4-Jul-11 5:19 
GeneralRe: Twin TreeView Pin
Ger Hayden4-Jul-11 10:21
Ger Hayden4-Jul-11 10:21 
GeneralRe: Twin TreeView Pin
Shameel4-Jul-11 18:41
professionalShameel4-Jul-11 18:41 
GeneralRe: Twin TreeView Pin
Ger Hayden4-Jul-11 21:16
Ger Hayden4-Jul-11 21:16 

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.