Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - How would you do a Strip Chart in WPF?

 
 
Old 03-27-2006   #1 (permalink)
Keith Hill [MVP]


 
 

How would you do a Strip Chart in WPF?

In GDI this is simply a matter of drawing the points that are within the
clipping region and the lines between them. Now say I have a strip chart
that has accumulated 100,000 data points? Would that make sense to try to
have WPF render an element tree with that many elements? If not, can you do
the equivalent of what we do now in GDI?

--
Keith



My System SpecsSystem Spec
Old 03-28-2006   #2 (permalink)
viliescu


 
 

RE: How would you do a Strip Chart in WPF?

At this level you should use visual layer programming, which is the
equivalent of GDI in the WPF world. Here is the link in the documentation:
http://windowssdk.msdn.microsoft.com...0ebfbe0fe2.asp
--
Valentin Iliescu [MVP C#]


"Keith Hill [MVP]" wrote:

> In GDI this is simply a matter of drawing the points that are within the
> clipping region and the lines between them. Now say I have a strip chart
> that has accumulated 100,000 data points? Would that make sense to try to
> have WPF render an element tree with that many elements? If not, can you do
> the equivalent of what we do now in GDI?
>
> --
> Keith
>
>
>

My System SpecsSystem Spec
Old 03-28-2006   #3 (permalink)
Keith Hill [MVP]


 
 

Re: How would you do a Strip Chart in WPF?

"viliescu" <viliescu@discussions.microsoft.com> wrote in message
news:6955DB70-9B23-40E2-BC76-8579077B3E7D@microsoft.com...
> At this level you should use visual layer programming, which is the
> equivalent of GDI in the WPF world. Here is the link in the documentation:
> http://windowssdk.msdn.microsoft.com...0ebfbe0fe2.asp
> --


Thanks for the link. I'm checking it out.

--
Keith


My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
Re: best way to strip out text PowerShell
Re: best way to strip out text PowerShell
Strip a URL PowerShell
[demo] Format-Chart - Formats output as a table with a chart colum PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46