Skip to content

Positive/Negative Side Clipping #277

@mumsm

Description

@mumsm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions