SurfaceMeshSeries3D : Append Data

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
User avatar
blakeadkins
Posts: 44
Joined: Tue Feb 25, 2014 7:49 pm

SurfaceMeshSeries3D : Append Data

Post by blakeadkins » Wed Jul 09, 2014 8:30 pm

Is is possible to append data to the beginning or the end of the SurfaceMeshSeries3D data set?

Example: I want to add a SurfacePoint[] array to the end of SurfacePoint[,].

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: SurfaceMeshSeries3D : Append Data

Post by ArctionPasi » Thu Jul 10, 2014 6:10 am

In SurfaceMeshSeries3D, appending is not unfortunately not possible, you'll need to create a new data array and copy the data.

In SurfaceGridSeries3D instead, a "scrolling appending" is possible, it drops the older columns or rows off, see InsertColumnBackAndScroll and InsertRowBackAndScroll methods.
LightningChart Support Team, PT

Post Reply