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


Gets or sets the legend entry properties of this series.

Syntax

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

See Also

© 2010 All Rights Reserved.