Search found 8 matches

by rajkumar_r82
Fri Feb 20, 2015 10:08 am
Forum: LightningChart Ultimate WPF
Topic: Lightning chart appears blank
Replies: 3
Views: 6768

Re: Lightning chart appears blank

Ok got is solved. This was caused by Landesk Mirror display driver. Disabling it works.

(go to device manager->display-> landesk mirror display ->rightclick and disable, restart pc )
by rajkumar_r82
Fri Feb 20, 2015 9:29 am
Forum: LightningChart Ultimate WPF
Topic: Lightning chart appears blank
Replies: 3
Views: 6768

Re: Lightning chart appears blank

This solution does not work as i dont find such a registry key in my pc
SOLUTION: Enable WPF hardware acceleration. Open RegEdit, go to HKEY_CURRENT_USER\Software\Microsoft\Avalon.Graphics. Delete DisableHWAcceleration value.
by rajkumar_r82
Fri Feb 20, 2015 9:20 am
Forum: LightningChart Ultimate WPF
Topic: Lightning chart appears blank
Replies: 3
Views: 6768

Lightning chart appears blank

In one of out test pcs lightning chart used to work earlier.
Now it appears totally black.

What could be the possible reason ?
by rajkumar_r82
Wed Jan 28, 2015 4:51 am
Forum: LightningChart General Q&A
Topic: Using assembly packs
Replies: 7
Views: 38487

Re: Using assembly packs

I am not able to download v.6.3.3_assemblies.zip.


http://storage.googleapis.com/arction/v ... eAccessId=....

I get an error stating connection was reset.

Can you please check and get back on this ?
by rajkumar_r82
Fri Jan 09, 2015 5:17 am
Forum: LightningChart Ultimate WPF
Topic: Mixing orthographic and perspective view
Replies: 1
Views: 3716

Mixing orthographic and perspective view

Hi,

I am using the 3D chart and cannot find a means to mix orthographic and perspective view.

For example: I want the x and y coordinates orthographic and z coordinate perspective.
Is there a way to achieve this ?

Regards
by rajkumar_r82
Fri Nov 21, 2014 7:01 am
Forum: LightningChart Ultimate WPF
Topic: Ribbon like 3D view for line charts
Replies: 1
Views: 5914

Ribbon like 3D view for line charts

Is it possible to plot a point line series which appears something like the attachment ?
by rajkumar_r82
Mon Nov 17, 2014 11:31 am
Forum: LightningChart Ultimate WPF
Topic: Displaying real time data
Replies: 3
Views: 6935

Re: Displaying real time data

Thank you for the reply.
The data rate that I am looking for is definitely less than 100,000 new points/sec/series.
However, the application might be used continuously for an hour or so.
So is there any limitation on the historical data limit ?
Thanks in advance.
by rajkumar_r82
Mon Nov 17, 2014 7:10 am
Forum: LightningChart Ultimate WPF
Topic: Displaying real time data
Replies: 3
Views: 6935

Displaying real time data

Hi, I would like to use lightning chart ultimate in a wpf application. The chart would be used to display real time signals to display data for around 10-20 series at a time. I use PointLineSeries.AddPoints method public int AddPoints(double[] xValues, double[] yValues, bool invalidateChart) Is ther...