06-24-2014 08:02 AM
Gentlemen,
Does anyone have an example of how to roate a wpf graph with the viewport3d?
Thank you
George
Solved! Go to Solution.
06-25-2014 09:33 AM
You can host any WPF control using the Viewport2DVisual3D class (in the article example, just replace <Button>Hello, 3D</Button> with <ni:Graph />, and modify the RotateTransform3D as needed).
07-15-2014 03:38 PM
Thank you, worked perfectly