Page 1 of 1

How to exclude series from legendbox

Posted: Wed Nov 19, 2014 1:24 pm
by vifani
I want to display in LegendBox only a subset of series, the LegendBoxCategorization is YAxes.

How can I exclude series from legendbox???

Re: How to exclude series from legendbox

Posted: Wed Nov 19, 2014 1:36 pm
by ArctionPasi
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.

Re: How to exclude series from legendbox

Posted: Fri Dec 05, 2014 9:32 pm
by bcroteau
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...

Re: How to exclude series from legendbox

Posted: Sat Dec 06, 2014 8:28 am
by ArctionPasi
This seems to be broken for PolygonSeries...
You are right, our apologies. This will be fixed in the next maintenance release. :roll: