How to exclude series from legendbox

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
vifani
Posts: 49
Joined: Thu May 02, 2013 8:35 am

How to exclude series from legendbox

Post by vifani » Wed Nov 19, 2014 1:24 pm

I want to display in LegendBox only a subset of series, the LegendBoxCategorization is YAxes.

How can I exclude series from legendbox???

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

Re: How to exclude series from legendbox

Post by ArctionPasi » Wed Nov 19, 2014 1:36 pm

In v. < 6.2.5, set series.Title.ShowInLegendBox = false

In v. 6.2.5 and above, set series.ShowInLegendBox = false

for the series you don't want show in the legend box.
LightningChart Support Team, PT

User avatar
bcroteau
Posts: 7
Joined: Thu Oct 23, 2014 5:38 pm
Location: Canada

Re: How to exclude series from legendbox

Post by bcroteau » Fri Dec 05, 2014 9:32 pm

This seems to be broken for PolygonSeries...

I'm currently using v.6.3.1 WPF and find that

Code: Select all

polygonSeries.ShowInLegendBox = false;
still shows in the legend box however:

Code: Select all

polygonSeries.Title.ShowInLegendBox = false;
seems to fix the problem...

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

Re: How to exclude series from legendbox

Post by ArctionPasi » Sat Dec 06, 2014 8:28 am

This seems to be broken for PolygonSeries...
You are right, our apologies. This will be fixed in the next maintenance release. :roll:
LightningChart Support Team, PT

Post Reply