dotnetCHARTING Send comments on this topic.
LegendEntry Property
See Also 
dotnetCHARTING Namespace > Element Class : LegendEntry Property


Gets or sets this element's LegendEntry.

Syntax

Visual Basic (Declaration) 
Public Property LegendEntry As LegendEntry
Visual Basic (Usage)Copy Code
Dim instance As Element
Dim value As LegendEntry
 
instance.LegendEntry = value
 
value = instance.LegendEntry
C# 
public LegendEntry LegendEntry {get; set;}

Remarks

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.

See Also

© 2010 All Rights Reserved.