Search found 2 matches

by ragebobber
Mon Feb 25, 2019 2:49 pm
Forum: LightningChart Ultimate WinForms
Topic: 3D view issue(ArgumentOutOfRangeException)
Replies: 2
Views: 7433

Re: 3D view issue(ArgumentOutOfRangeException)

Hello, You need to create PointLineSeries3D object and add it to collection View3D->PointLineSeries3D, because initially collection is empty. Hope this helps. Thx u a lot. You helped me I just post it like 3D chart winforms c++ example void __3dchart(vector<int> y) { chart3d->BeginUpdate(); chart3d...
by ragebobber
Sun Feb 24, 2019 7:37 pm
Forum: LightningChart Ultimate WinForms
Topic: 3D view issue(ArgumentOutOfRangeException)
Replies: 2
Views: 7433

3D view issue(ArgumentOutOfRangeException)

HI, I want to create 3D graph derivative function like this https://i.imgur.com/DWwdIXi.png ,but have issue System.ArgumentOutOfRangeException what I am doing wrong? void __3d(vector<int>y) { lightningChartUltimate1 = gcnew LightningChartUltimate(); lightningChartUltimate1->BeginUpdate(); cli::array...