Search found 2 matches

by mrcntp
Fri May 27, 2016 2:17 pm
Forum: LightningChart Ultimate WPF
Topic: Binding example for multiple SurfaceGridSeries3D?
Replies: 4
Views: 9806

Re: Binding example for multiple SurfaceGridSeries3D?

LightningChartUltimate does not use generic collections for data etc. so some "infection" is required, I'm afraid. Better than having a direct reference to the chart object(s) in view-model. Not sure if there's any chart controls out there that would work with no references to the manufact...
by mrcntp
Fri May 27, 2016 7:55 am
Forum: LightningChart Ultimate WPF
Topic: Binding example for multiple SurfaceGridSeries3D?
Replies: 4
Views: 9806

Re: Binding example for multiple SurfaceGridSeries3D?

I assume you are using version 7. Have you taken a look at BindableExamples solution's Example3DSurfaceTracking example? It uses binding to bind to SurfaceGridSeries3D class' properties. Just double-checking: chart object is not required in the view-model but you need to reference (i.e. "using ...