Pre loader

UniformGridDataSeries3D doesn't draw if X axis has only 1 value in it

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

If I create a UniformGridDataSeries3D:

 new UniformGridDataSeries3D<float>(1, 3);

The 3D surface is blank. If x > 1 it draws correctly.

This is basically like a 2D histogram plot.

Before having to provide an example, is this a limitation of using a UniformGridDataSeries3D, and if so, is there a workaround?

Version
6.2.1.13304
  • Andrew Burnett-Thompson
    Hi Patrik, it should work, it should render a single strip of cells. I will ask the WPF team to investigate. Best regards, Andrew
  • You must to post comments
0
0

SciChart got back to me with the following:

This issue happens because UniformGridDataSeries3D is a Grid. so it
requires minimum 2 values. So a possible workaround could be to have 2
points, but the last one transparent. You can also try using
XyzDataSeries instead.

I can confirm that XyzDataSeries works.

  • 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