Pre loader

Unable to perform manual Mouse drag and rotate FreeSurfaceRenderableSeries3D object While running in Release mode

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

Answered
0
0

I am running the app which uses the sci chart object FreeSurfaceRenderableSeries3D.
This is a 3d spherical surfaced object, i tried to run it in release mode, i am unable to do the manual rotation using mouse drag to explore the surface of the 3d object. But the object is on freeze for any mouse activity on screen.
I have attached sample image of state of my app.
Please suggest.

Version
SciChart3D 7.0.1.27055
Images
  • You must to post comments
Best Answer
0
0

Hi Vishnu,

It’s difficult to tell what the problem is because you haven’t provided any code of how you’ve setup the chart.

However I can guess, by your description, that you want to enable mouse-drag to rotate the 3D chart.

If this is what you want, then you need to add the behaviour onto the chart.

Take a look at The Orbit Modifier documentation page. This explains what to do.

<s3D:SciChart3DSurface x:Name="scs" >

    <!-- XAxis, YAxis, RenderableSeries omitted for brevity -->        

    <s3D:SciChart3DSurface.ChartModifier>
        <s3D:ModifierGroup3D>
            <!-- Add the OrbitModifier3D to the chart. Optional. add other modifiers --> 
            <s3D:OrbitModifier3D DegreesPerPixel="0.2" IsEnabled="True" ExecuteOn="MouseLeftButton"/>            
        </s3D:ModifierGroup3D>
    </s3D:SciChart3DSurface.ChartModifier>

</s3D:SciChart3DSurface>

If you need something else, please clarify.

Best regards
Andrew

  • You must to post comments
0
0

thanks Andrew, it worked!!!

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