Series.Active property also hides text in legend
Posted: Fri Oct 27, 2006 6:03 pm
Hello,
I want to allow the user to view data numerically in the legend, but not necessarily in the graph.
When I set the following attributes.
I don't get the desired effect. The line disappears in the graph, but it is also removed from the legend.
Note too that I do not have check boxes enabled. When check boxes are enabled, the graph and legend work as expected; however, when check boxes are not enabled, I don't get the desired effect.
Thank you for any help,
Jennifer Britt
I want to allow the user to view data numerically in the legend, but not necessarily in the graph.
When I set the following attributes.
Code: Select all
series.SetActive(false);
series.SetShowInLegend(true);
Note too that I do not have check boxes enabled. When check boxes are enabled, the graph and legend work as expected; however, when check boxes are not enabled, I don't get the desired effect.
Thank you for any help,
Jennifer Britt