Display single point

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
MaksimNikitin
Posts: 6
Joined: Mon Sep 28, 2015 12:01 pm

Display single point

Post by MaksimNikitin » Fri Nov 04, 2016 8:13 am

Hi there!

Let's say I have the following array of points: [5, 10, NaN, 4, NaN]

By default, the chart shows only segments. How can I set this array to series and set the chart to show "4" point? It's impossible to get rid of NaNs because this array is a result of calculation logarithms of some numbers and there were some zeros.

Thanks, Maksim.

ArctionKestutis
Posts: 553
Joined: Mon Mar 14, 2016 9:22 am

Re: Display single point

Post by ArctionKestutis » Mon Nov 07, 2016 12:29 pm

Hi Maksim,

Could you refine your question? Our forum had NaN related question before http://forum.arction.com/viewtopic.php? ... king#p3572, which may answer your question.
If you will make point visible

Code: Select all

pls.PointsVisible = true;
you should see your point. However, the line could no be connected unless you remove NaNs.

All the best,
Kestutis

Post Reply