Hi everyone, I need help with Positive/Negative Side Clipping.
My goal is to clip data that is out of visible ranges; As you can see in the example:
https://codepen.io/mumsm/pen/NPrNjzd?editors=0010
I could not achieve this goal.
Im trying to achieve this with the code:
sciChart3DSurface.xAxis.positiveSideClipping = EAxisSideClipping.VisibleRange;
sciChart3DSurface.xAxis.negativeSideClipping = EAxisSideClipping.VisibleRange;
sciChart3DSurface.yAxis.positiveSideClipping = EAxisSideClipping.VisibleRange;
sciChart3DSurface.yAxis.negativeSideClipping = EAxisSideClipping.VisibleRange;
sciChart3DSurface.zAxis.positiveSideClipping = EAxisSideClipping.VisibleRange;
sciChart3DSurface.zAxis.negativeSideClipping = EAxisSideClipping.VisibleRange;
Am I doing something wrong?
Hi everyone, I need help with Positive/Negative Side Clipping.
My goal is to clip data that is out of visible ranges; As you can see in the example:
https://codepen.io/mumsm/pen/NPrNjzd?editors=0010
I could not achieve this goal.
Im trying to achieve this with the code:
sciChart3DSurface.xAxis.positiveSideClipping = EAxisSideClipping.VisibleRange;
sciChart3DSurface.xAxis.negativeSideClipping = EAxisSideClipping.VisibleRange;
Am I doing something wrong?