Hiding a segment from the chart.

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
navask87
Posts: 2
Joined: Sat Jul 07, 2018 4:46 pm

Hiding a segment from the chart.

Post by navask87 » Sat Jul 07, 2018 5:27 pm

Hi team,

I am new to lightning chart and I have a question when I went through user manual and series of posts in forum.

Is it possible to hide a segment from multi segmented chart in wpf.
Something like
Segments.visibility=visibility.collapsed

Or is there any other way to achieve this.

Thanks in advance.

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

Re: Hiding a segment from the chart.

Post by ArctionKestutis » Mon Jul 09, 2018 1:51 pm

Setting Segments.Height = 0 will do the trick.

Post Reply