Page 1 of 1

Segment render overlapping

Posted: Thu Sep 03, 2015 1:21 pm
by mattmobilemedtek
Is there any way to keep one segment's graph data from overlapping into another graph segment?

I have a series of segments that I do want to overlap and a single segment that I don't want anything to be drawn in except those lines that are in the segment.

Thanks,
Matt

Re: Segment render overlapping

Posted: Thu Sep 03, 2015 1:31 pm
by ArctionPasi
By setting series.LimitYToStackSegment = true will clip the data in the segment where its Y axis is.