Pre loader

Is PixelPointMarker3D not supported by VertexSelectionModifier3D in latest version?

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

1
0

Hi there.

When using PixelPointMarker3D, it seems that it does not work depending on the version of “SciChart.Charting3D.dll”.

Here is my code.

<s3D:SciChart3DSurface.RenderableSeries>
    <s3D:PointLineRenderableSeries3D IsLineStrips="False" StrokeThickness="4">
        <s3D:PointLineRenderableSeries3D.PointMarker>
            <s3D:PixelPointMarker3D SelectedFill="Red"/>
        </s3D:PointLineRenderableSeries3D.PointMarker>
    </s3D:PointLineRenderableSeries3D>
</s3D:SciChart3DSurface.RenderableSeries>
. . .
 <s3D:SciChart3DSurface.ChartModifier>
    <s3D:ModifierGroup3D>
        <s3D:VertexSelectionModifier3D ExecuteOn="MouseRightButton" />
    </s3D:ModifierGroup3D>
</s3D:SciChart3DSurface.ChartModifier>

When i use a dll in the “%AppData%\Local\Programs\SciChart\SciChart SDK\ExampleBin\net6.0-windows\SciChart.Charting3D.dll” path, It works fine as follows.
(Dll Version: 7.0.0.26941)

On the other hand, when referring to SciChart3D received through Nuget, it does not work as shown below.
(Nuget Package Version: 7.0.1.27055)

It seems that TooltipModifier3D also behaves in the same way.
Is there any solution for the above trouble?

Best Regards.

Version
7
Images
  • You must to post comments
0
0

Hello Nada Nada,

We’ve investigated in fixed this regression. This fix will be included into our future releases(official or nightly) in version #v7.0.1.27107 or later.

Have a nice day, and thank you for reporting this!

  • 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