How can each element be shown in the legend box?

Expand / Collapse
 

How can each element be shown in the legend box?


QUESTION

How can each element be shown in the legend box?

ANSWER

One way to do this is to specify the element's legend entry visibility.

[C#]

Chart.DefaultSeries.DefaultElement.LegendEntry.Visible = true;

 
[Visual Basic]

Chart.DefaultSeries.DefaultElement.LegendEntry.Visible = True

Another way is to specify a palette for the element. For more information on this, please see this help topic.



Rate this Article:
     

Add Your Comments


Comment require login or registration.

Details
Last Modified:Wednesday, August 11, 2010
Last Modified By: Support
Type: HOWTO
Rated 1 star based on 5 votes.
Article has been viewed 10,058 times.
Options