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


Gets or sets a LegendEntry that represents this AxisMarker in a LegendBox.

Syntax

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

See Also