Search found 2 matches

by bongsama
Wed Aug 06, 2014 12:17 am
Forum: LightningChart Ultimate WPF
Topic: SurfaceMeshSeries3D don't support "InsertRowBackAndScroll"?
Replies: 3
Views: 7819

Re: SurfaceMeshSeries3D don't support "InsertRowBackAndScrol

um..

What's this meaning that ..

int iRowCount = chart.View3D.SurfaceMeshSeries3D[0].SizeZ;
SurfacePoint[,] data = chart.View3D.SurfaceMeshSeries3D[0].Data;

array index?

SurfaceMeshSeries3D is not array..
by bongsama
Fri Aug 01, 2014 8:55 am
Forum: LightningChart Ultimate WPF
Topic: SurfaceMeshSeries3D don't support "InsertRowBackAndScroll"?
Replies: 3
Views: 7819

SurfaceMeshSeries3D don't support "InsertRowBackAndScroll"?

SurfaceGridSeries3D Class is support function named "InsertRowBackAndScroll". As you know, this function(InsertRowBackAndScroll) is optimized to real time data rendering. So, I have to know how to use this function in SurfaceMeshSeries3D Class..(Not SurfaceGridSeries3D) I find a function n...