-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels