Search found 4 matches

by Krunal.iFour
Mon Aug 08, 2016 6:59 am
Forum: LightningChart Ultimate WinForms
Topic: Blank display of SurfaceMeshSeries3D
Replies: 5
Views: 15529

Re: Blank display of SurfaceMeshSeries3D

Please add reply of this after investigating the issue.

Thank you.
by Krunal.iFour
Wed Aug 03, 2016 5:27 am
Forum: LightningChart Ultimate WinForms
Topic: Blank display of SurfaceMeshSeries3D
Replies: 5
Views: 15529

Re: Blank display of SurfaceMeshSeries3D

I have added sample project for creating SurfaceMeshSeries3D series and GPU info Image. GPU memory consumption initially starting with 650MB and goes to around 1100MB high With current project If I set iColumnCount <=143, Display SurfaceMeshSeries3D with no error If I set iColumnCount >143 and <169 ...
by Krunal.iFour
Tue Aug 02, 2016 9:25 am
Forum: LightningChart Ultimate WinForms
Topic: Blank display of SurfaceMeshSeries3D
Replies: 5
Views: 15529

Re: Blank display of SurfaceMeshSeries3D

Value field added in SurfacePoint structure and done changes as you suggest, but same problem occur(No SurfaceMeshSeries3D chart created).
by Krunal.iFour
Tue Aug 02, 2016 8:05 am
Forum: LightningChart Ultimate WinForms
Topic: Blank display of SurfaceMeshSeries3D
Replies: 5
Views: 15529

Blank display of SurfaceMeshSeries3D

Hi, I have implemented following code with version 7.0.2.4001, and its working fine. public partial class Form1 : Form { private LightningChartUltimate _mChart3D = null; private SurfaceMeshSeries3D _mSurfaceMeshSeries3D = null; public Form1() { InitializeComponent(); CreateChart(); } private void Cr...