Search found 4 matches

by Andre03931
Mon Aug 15, 2016 10:54 am
Forum: LightningChart Ultimate WinForms
Topic: 2D points custom coloring
Replies: 6
Views: 19191

Re: 2D points custom coloring

Thank you for your help.
I will try to contact the support by e-mail with my problem.
by Andre03931
Sat Aug 13, 2016 4:05 pm
Forum: LightningChart Ultimate WinForms
Topic: 2D points custom coloring
Replies: 6
Views: 19191

Re: 2D points custom coloring

Even if I use chart.BeginUpdate() ... chart.EndUpdate() my application does not handle the load.

Maybe there is another way add points with individual color and not lose performance?

Link to my project:
https://drive.google.com/open?id=0B0omc ... 3hib2l4cTg
by Andre03931
Fri Aug 12, 2016 6:27 pm
Forum: LightningChart Ultimate WinForms
Topic: 2D points custom coloring
Replies: 6
Views: 19191

Re: 2D points custom coloring

Thanks for the quick response. Using SeriesEventMarker instead of SeriesPoint helped me to solve the problem with the color of the point, but significantly reduced the performance. So much so that the application starts to have lags after 5-10 seconds. I have 10 charts and i need to add 50 points an...
by Andre03931
Fri Aug 12, 2016 1:58 pm
Forum: LightningChart Ultimate WinForms
Topic: 2D points custom coloring
Replies: 6
Views: 19191

2D points custom coloring

Hello!

I'm using WinForms 2D chart with PointLineSeries as a scatter plot (Trial version).
And I need each point to have its own color depending on some parameter's value (not point's coordinates).
I couldn't achieve this with Palette.

Could you suggest me if it is possible to do this.
Thanks.