Search found 3 matches

by Sebastian
Fri Oct 14, 2016 9:56 am
Forum: LightningChart Ultimate WPF
Topic: Binding IntensityGridSeriesCollection
Replies: 1
Views: 5228

Binding IntensityGridSeriesCollection

Hi, I'm having a small problem binding directly to the IntensityGridSeries property of the chart when using an async creation method. Cloning the frozen result throws an exception: Clone of an instance of type "IntensityPoint" is NULL or no instance of "IntensityPoint" Maybe some...
by Sebastian
Wed Sep 14, 2016 1:40 pm
Forum: LightningChart Ultimate WPF
Topic: Bindable intensitygridseries not scaling with axis
Replies: 3
Views: 8414

Re: Bindable intensitygridseries not scaling with axis

Hi Nikolai, thanks for your reply. I just sent the mail to your support address. I'm using a modelview backed by INotfyPropertyChanged. Initially the values for BaseRange are calculated and Min/Max for the CurrentRanges are set. When changing the BaseRange using the sliders, the new BaseRange is cop...
by Sebastian
Wed Sep 07, 2016 7:12 am
Forum: LightningChart Ultimate WPF
Topic: Bindable intensitygridseries not scaling with axis
Replies: 3
Views: 8414

Bindable intensitygridseries not scaling with axis

Hi, when working first time with the bindable chart I ran into a misbehavior I am not able to fix: The program contains two charts - one simple pointLine, the other contains a surfaceGrid3D and an intensityGrid which can be swapped using a button. All three are using the same min/max values. To let ...