Pre loader

X,Y,Z axis order

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

a) change y and z axis order , must be (x,y)->z,
b) the contour graph is sliced in rectangular form when colored, how to solve this?

a) we are trying product, but when I draw surface graph z data come to y axis or tooltip label,I use like this
int xSize = 15;
int ySize = 100;

        var meshDataSeries = new UniformGridDataSeries3D<double>(xSize, ySize)
        {



            SeriesName = "Uniform Surface Mesh",
        };


        int h = 0;

        for (int x = 0; x <xSize; x++)
            for (int y = 0; y < ySize; y++)
        {

            {

                double z =(double) shortArrayz[h];
             meshDataSeries[y, x] = z;

                h += sizeof(short);

            }

b) images attached, contour graph code is atteched

Version
last
Images
  • bar
    Andrew, I addedd .zip code file
  • bar
    why does contour graph seem like above?
  • You must to post comments
0
0

Hi there,

For your first question: there is a property in SciChart3DSurface to set Right handed or Left handed coordinate mode

Please see Left Handed vs. Right Handed Coordinate Systems

For your second question ‘the contour graph is sliced in rectangular form’. You’ll need to share the code of how you have created this graph so we can help

Best regards
Andrew

  • bar
    I added zipped contour code file
  • You must to post comments
0
0

I added contour code

  • You must to post comments
0
0

Andrew,
I addedd .zip code file

  • You must to post comments
Showing 3 results
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