Pre loader

Tag: 3d scatter

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0 votes
6k views

Hello. On my 3D chart, I set VisibleRange for the X and Z axes. My DataSeries contains more points than just those within the VisibleRange, but I don’t expect to see points outside VisibleRange (see the example image below).

Update:

To reproduce this effect I added this line to the CreateAScatter3DChart constructor in the SimpleScatterChart3D example:

SciChart.XAxis.VisibleRange = new DoubleRange(0, 5);

All the points in the data series appear, even those outside VisibleRange. How do I get the chart to clip the points so that only the points within VisibleRange are visible?

Showing 1 result

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies