Clip in PointLineSeries3D

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
User avatar
blakeadkins
Posts: 44
Joined: Tue Feb 25, 2014 7:49 pm

Clip in PointLineSeries3D

Post by blakeadkins » Wed Oct 01, 2014 7:48 pm

Is there a way to do clipping in PointLineSeries3D? I believe this is possible on a ViewXY.

I've attached an example of a pointlineseries with difference colored regions, but because it is one pointlineseries there are connections between each colored region. I'd like to remove/not show those connections.
Attachments
PointLineSeries3D with each section showing connection to other connection(s)
PointLineSeries3D with each section showing connection to other connection(s)
pointLineSeriesExample.png (219.12 KiB) Viewed 5512 times

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: Clip in PointLineSeries3D

Post by ArctionPasi » Thu Oct 02, 2014 8:46 am

in versions < 6.2, that can be done by placing the different colored series. Series count = color count.

In versions >= 6.2, set MultiColorLine = True, and set each data point color individually. For transition zone, add extra two points with transparent color, one in the end of segment, and one in the beginning of next segment. Like this, you need only one series.
LightningChart Support Team, PT

Post Reply