Search found 4 matches

by spdygnlz
Tue Apr 01, 2014 12:00 am
Forum: LightningChart Ultimate WPF
Topic: MouseOverOn stopped working
Replies: 2
Views: 6746

Re: MouseOverOn stopped working

Sorry. Ever have one of those cases where you work on a problem for a long time and once you ask a question you solve it like 10 minutes later? Yeah... The problem I was creating for myself was that one of the X, Y locations for an endpoint of one of my lines was Double.NaN, Double.NaN. Once I took ...
by spdygnlz
Sat Mar 29, 2014 11:59 pm
Forum: LightningChart Ultimate WPF
Topic: MouseOverOn stopped working
Replies: 2
Views: 6746

MouseOverOn stopped working

I'm dynamically adding a bunch of LineCollections. (Each line needs to be colored individually and have different mouse interactions.) In my function that is called once a minute, I call plot.ViewXY.LineCollections.Clear() and then add several new ones. I swear that I used to be able to use the mous...
by spdygnlz
Thu Mar 13, 2014 11:22 pm
Forum: LightningChart Ultimate WPF
Topic: StackOverflowException on PersistentSeriesRenderingLayer
Replies: 2
Views: 6935

Re: StackOverflowException on PersistentSeriesRenderingLayer

As far as the machine specs, it's a Hyper-V VM. Windows 7 64bit. I wasn't even thinking about graphics drivers. I suppose VMs don't generally have great graphics support. I took out the RenderSeries call and it at least gets past the point where it crashed, but nothing is displayed. I think that mig...
by spdygnlz
Thu Mar 13, 2014 9:13 pm
Forum: LightningChart Ultimate WPF
Topic: StackOverflowException on PersistentSeriesRenderingLayer
Replies: 2
Views: 6935

StackOverflowException on PersistentSeriesRenderingLayer

I just started using LightningChart and I love it! I'm having a problem now that I am trying to show someone else what I've done. It works fine on my development box, but once I build and copy the .exe, it throws a StackOverflowException when I call RenderSeries on a PersistentSeriesRenderingLayer o...