Visual Basic (Declaration) | |
---|---|
Public Property LegendEntry As LegendEntry |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public LegendEntry LegendEntry {get; set;} |
The legend entry represents this element in the Chart.LegendBox. Most charts types will only show legend entries of series, not individual elements. Changing this behavior to show the element's legend entries is done by setting the series' Series.Palette or Series.PaletteName properties.