Pre loader

update XyzDataSeries3D data?

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

Hi,

What is the best way to update the XyzDataSeries3D data?

sciChart3DSurfaceRef.current.renderableSeries.items[0]

does not seem to have way to update xValues, yValues and zValues? these seem to be classes but i could not find the class method.

Thank you,

Pramod

Version
3.1.333
  • You must to post comments
0
0

Hello, same as with 2D Renderable Series you need to use “append”, “insert”, “update” and “remove” methods on the Data Series attached to the Renderable Series. Find the related APIs at our typedoc https://www.scichart.com/documentation/js/current/typedoc/classes/xyzdataseries3d.html
and the related Documentation Page

  • Jim Risen
    Also in your case you need to access the data series rather than renderable series, e.g. sciChart3DSurfaceRef.current.renderableSeries.items[0].dataSeries
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.