![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
| |
| | #1 (permalink) |
| | 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 Specs![]() |
| | #2 (permalink) |
| | 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 Specs![]() |
| | #3 (permalink) |
| | 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 Specs![]() |
| 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 | |||