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
746
Xamchart 3d rotation performance
posted

I'm using 2009 vol 2 xamchart barchart.  I'm creating a rotate3d transform that rotates the chart with the mouse.  There are a mere 25 columns and 25 series (i'm plotting pixel intensities in an x,y region).  The chart initializes resonably fast.  The rotate transform is barely acceptable - somewhat choppy.  If I increase the datapoints to say a 35 by 35 region, it takes seconds for the chart to redisplay after the rotate3d transform is changed.  It's unusable.  The chart is the same size, only more datapoints - why would the rotate transform perform worse?  I'm not recomputing anything other than a new transform, and I have also tried enablerefresh = false.  Any idea what might be going on and how to resolve?  Seems like the chart is doing something behind the scenes...

Thanks in advance.