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


Gets or sets the LegendEntry of this Shape.

Syntax

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

See Also

© 2010 All Rights Reserved.