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 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' Palette or PaletteName properties.

See Also