Search found 10 matches

by saderty
Sat May 28, 2016 1:54 pm
Forum: LightningChart Ultimate WPF
Topic: how to show 5000 polylines
Replies: 1
Views: 4455

how to show 5000 polylines

Good afternoon
I ask your advice in the best method of decision of this task
I must represent 5000 polylines
every line contains to 100 points
I ask to prompt the best decisions for maintenance of the productivity
by saderty
Sat Jan 24, 2015 7:01 pm
Forum: LightningChart Ultimate WPF
Topic: visual studio 2015
Replies: 5
Views: 6304

Re: visual studio 2015

After installing visual studio 2015 yours demo app crach with this error code Имя события проблемы: CLR20r3 Сигнатура проблемы 01: DemoAppWPF.exe Сигнатура проблемы 02: 2014.12.2.2001 Сигнатура проблемы 03: 547dfa87 Сигнатура проблемы 04: Arction.Licensing Сигнатура проблемы 05: 2014.12.2.4001 Сигна...
by saderty
Sat Jan 24, 2015 11:33 am
Forum: LightningChart Ultimate WPF
Topic: visual studio 2015
Replies: 5
Views: 6304

visual studio 2015

Hi
Does your product is compatible with visual studio 2015 anf new net framework?
by saderty
Tue Oct 22, 2013 1:39 pm
Forum: LightningChart Ultimate WPF
Topic: serialize all data on chart
Replies: 0
Views: 9061

serialize all data on chart

hi
how to use serialization for saving and restoring all chart series?
by saderty
Mon Oct 21, 2013 11:58 am
Forum: LightningChart Ultimate WPF
Topic: Nvidia Quadro FX 380 OR GEFORCE GTX 660?
Replies: 1
Views: 6340

Nvidia Quadro FX 380 OR GEFORCE GTX 660?

Hi
Do you think what graphics card is best for your software
MSI GeForce GTX 660 1033Mhz PCI-E 3.0 2048Mb 6008Mhz 192 bit
or
Nvidia Quadro FX 380 LP 550Mhz PCI-E 2.0 512Mb 1400Mhz 64 bit DVI
if you have a table of performance?
by saderty
Fri Aug 02, 2013 9:27 pm
Forum: LightningChart Ultimate How-To's
Topic: Print - how to set margins from code?
Replies: 2
Views: 10756

Re: Print - how to set margins from code?

Add please this option.
by saderty
Thu Aug 01, 2013 10:57 am
Forum: LightningChart Ultimate How-To's
Topic: Print - how to set margins from code?
Replies: 2
Views: 10756

Print - how to set margins from code?

hi Public Sub Print(type As Arction.WPF.LightningChartUltimate.ImageType, backgroundFill As Boolean, graphFill As Boolean, doubleRasterResolution As Boolean, header As String, footer As String, keepAspectRatio As Boolean) Member of Arction.WPF.LightningChartUltimate.LightningChartUltimate can i set ...
by saderty
Sun Jul 07, 2013 8:10 pm
Forum: LightningChart Ultimate How-To's
Topic: How to clear points from FreeformPointLineSeries?
Replies: 1
Views: 8564

How to clear points from FreeformPointLineSeries?

How to clear points from FreeformPointLineSeries?
by saderty
Wed Jul 03, 2013 3:53 pm
Forum: LightningChart Ultimate How-To's
Topic: How to change Z-order series
Replies: 1
Views: 8744

How to change Z-order series

How to change Z-order series?
by saderty
Tue Jul 02, 2013 8:43 pm
Forum: LightningChart Ultimate How-To's
Topic: How to set Tag for SeriesBaseXY?
Replies: 2
Views: 11210

How to set Tag for SeriesBaseXY?

Hi
I need assign my object with SeriesBaseXy.
How to make
Dim series as SeriesBaseXY
series.Tag = myobject
or
series.Name = "Myname"

Thanks.