Pre loader

Why can I see points outside VisibleRange?

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
0

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?

Version
4.2.2.9777
Images
  • You must to post comments
0
0

Hi Daryl,

Thank you for reporting this. The VisibleRange changes the scaling of the 3D chart, but as yet, does not clip scatter points outside the VisibleRange.

We need to add this as an option to the Axis (or the SciChartSurface, or the series itself). I will create a task on our board as it seems pretty intuitive and important!

Best regards
Andrew

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

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

Start TrialCase Studies