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;}
C++/CLI 
public:
property LegendEntry^ LegendEntry {
   LegendEntry^ get();
   void set (LegendEntry^ value);
}

See Also