Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
Draw a custom Symbol/Primitive in a 3D chart
posted

As the title says, is it possible to draw a custom symbol (using say, the FillSceneGraph event) inside a 3D chart?

Right now I'm "overriding" 2D points in a scatter chart using this technique, but can't seem to find the way to add custom elements to a 3D chart.

 Thanks, -David

Parents
No Data
Reply
  • 17605
    posted
    Actually, you can add custom primitives to the 3D charts, but only 2D. I’m not sure what you want to do, but there is not standard way to put some symbol let says “in the middle of x-axis”. For creating our chart we are using GDI+ that doesn’t have built-in way to make 3D graphics. For our 3D charts we have implemented an engine for projection 3D elements to the 2D plane.
Children