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
What I'm trying to achieve is to color each data point based on a formula. I accomplished that in the ScatterChart by painting on top of the original data point, another symbol with the desired color.
My question is, is it possible to do the same thing in a 3D chart? That is, I can add more spheres manually to a Point3DChart for example.