Click here to Skip to main content
15,905,071 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: Help with positioning text pointer in TextBox after formatting. Pin
Mark Salsbery18-May-09 13:49
Mark Salsbery18-May-09 13:49 
GeneralRe: Help with positioning text pointer in TextBox after formatting. Pin
Member 232448318-May-09 14:01
Member 232448318-May-09 14:01 
QuestionSilverlight newbie Pin
Xandip18-May-09 3:37
Xandip18-May-09 3:37 
AnswerRe: Silverlight newbie Pin
Pete O'Hanlon18-May-09 4:13
mvePete O'Hanlon18-May-09 4:13 
AnswerRe: Silverlight newbie Pin
Kevin McFarlane19-May-09 5:45
Kevin McFarlane19-May-09 5:45 
GeneralRe: Silverlight newbie Pin
Xandip19-May-09 19:37
Xandip19-May-09 19:37 
Questionmulti Master-Detail view Pin
daniel radford18-May-09 2:42
daniel radford18-May-09 2:42 
AnswerRe: multi Master-Detail view Pin
Mark Salsbery18-May-09 5:40
Mark Salsbery18-May-09 5:40 
GeneralRe: multi Master-Detail view Pin
daniel radford19-May-09 6:39
daniel radford19-May-09 6:39 
GeneralRe: multi Master-Detail view Pin
Mark Salsbery19-May-09 6:57
Mark Salsbery19-May-09 6:57 
GeneralRe: multi Master-Detail view Pin
daniel radford20-May-09 0:47
daniel radford20-May-09 0:47 
QuestionHelp Require: Huge DataBinding makes the Application Hang!!! Pin
Kunal Chowdhury «IN»17-May-09 20:57
professionalKunal Chowdhury «IN»17-May-09 20:57 
AnswerRe: Help Require: Huge DataBinding makes the Application Hang!!! Pin
Insincere Dave18-May-09 13:42
Insincere Dave18-May-09 13:42 
QuestionTabItem Border [SOLVED] Pin
#realJSOP15-May-09 6:11
professional#realJSOP15-May-09 6:11 
AnswerRe: TabItem Border Pin
#realJSOP18-May-09 1:03
professional#realJSOP18-May-09 1:03 
AnswerRe: TabItem Border Pin
Pete O'Hanlon18-May-09 1:56
mvePete O'Hanlon18-May-09 1:56 
GeneralRe: TabItem Border Pin
#realJSOP18-May-09 9:02
professional#realJSOP18-May-09 9:02 
GeneralRe: TabItem Border Pin
#realJSOP19-May-09 9:57
professional#realJSOP19-May-09 9:57 
QuestionListen to the event when the border of one UI element crosses the border of the other UI element Pin
YouMiss15-May-09 5:09
YouMiss15-May-09 5:09 
AnswerRe: Listen to the event when the border of one UI element crosses the border of the other UI element Pin
Mark Salsbery15-May-09 6:44
Mark Salsbery15-May-09 6:44 
GeneralRe: Listen to the event when the border of one UI element crosses the border of the other UI element Pin
YouMiss16-May-09 7:45
YouMiss16-May-09 7:45 
GeneralRe: Listen to the event when the border of one UI element crosses the border of the other UI element Pin
Mark Salsbery16-May-09 7:51
Mark Salsbery16-May-09 7:51 
GeneralRe: Listen to the event when the border of one UI element crosses the border of the other UI element Pin
YouMiss16-May-09 8:38
YouMiss16-May-09 8:38 
QuestionWPF 3-D Points Plotting Pin
Member 124748115-May-09 3:24
Member 124748115-May-09 3:24 
AnswerRe: WPF 3-D Points Plotting Pin
Niladri_Biswas17-Jun-09 21:16
Niladri_Biswas17-Jun-09 21:16 
I think I am working on something somewhat similar and while I am probably ahead of you on this one, I am a long, long way from done. A screenshot of where I am now is shown below.

Basically, the way I am doing it, I have three planes, one for each axis. I also have a two dimensional user control that does two dimensional XY graphs. I am using three VisualBrushes, one for each plane and passing an instance of the two dimensional usercontrol into the constructor of those VisualBrushes. I am then using those VisualBrushes to texture the three axis planes. For the points, I am creating spherical meshes and positioning them inside of the XYZ chart area.

When I finally get done with this whole thing, which won’t happen anytime soon, I will do one or more posts on it on my blog with source code. However, I am so far from done that that may be a while. I won’t publish the code that I have at this point in time because it is so crude and filled with quick and dirty workarounds that I don’t want it on the web in its current form. I hope this helps at least with the getting started part though.

http://www.trentfguidry.net/MyImages/Peng-Robinson-Methanol-Graph.jpg
Smile | :)

Niladri Biswas

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.