Page 1 of 1

Legend Text

Posted: Wed Jul 25, 2012 4:15 pm
by 10545848
Is it possible to selectively enable/disable displaying legend items for a specific series. I am using a line plot and when the data crosses from the right side of the plot and wraps around to the left, I add a series and continue plotting on the new series. This prevents a line being drawn from right to left on the existinbg series. When I do this, a new legend item is displayed for the new series. I want it to appear to the user that the plot just continued from the left side. The existing legend string is all I need.

Thanks in advance.

Re: Legend Text

Posted: Thu Jul 26, 2012 3:30 pm
by yeray
Hi,

I'm not sure to understand why are you creating several series but you can set the series' ShowInLegend property to false to prevent them to be shown in the legend.
If you still have problems with it, please try to arrange a simple example project we can run as-is to reproduce the problem here.
Thanks in advance.

Re: Legend Text

Posted: Thu Jul 26, 2012 4:17 pm
by 10545848
This was exactly what I was wanting to do and completely fixed the issue I had. THANKS!

There are just times when not auto-scaling a plot, plottting left to right and the data begins in the middle of the plot, when the plot wrapped from the right edge to the left edge it drew a line back across the plot from right to left. Adding a new series solved this problem.

Thanks again... :!: