Page 1 of 1

Don't draw a region in the PointLineSeries

Posted: Thu Dec 14, 2017 9:46 am
by Igor
Hi,

please refer to the attachted image.
How can I hide the conntection line by data gaps in the series?
HideSeriesArea.png
HideSeriesArea.png (50.82 KiB) Viewed 5184 times
thank you very much

Igor

Re: Don't draw a region in the PointLineSeries

Posted: Thu Dec 14, 2017 3:12 pm
by ArctionKestutis
Hi Igor,

You could use either Scalebreaks or DataBreaking feature.

Starting from version 8, X axes support Scale breaks. Scale breaks allow excluding specific X ranges, e.g. inactive trading hours/dates or machinery off-production hours. All the series that have been assigned to the specified X axis, are clipped, including axis and labels themselves.

DataBreaking by NaN or other value. LightningChart skips rendering of the data points that match with specified breaking Value. All other values it renders normally.

Please read more about those in corresponding User's Manual section.

Hope this helps.
All the best.