dotnetCHARTING Send comments on this topic.
ExtraEntries Property
See Also 
dotnetCHARTING Namespace > LegendBox Class : ExtraEntries Property


Gets a collection of additional LegendEntry objects that are added to this LegendBox.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ExtraEntries As LegendEntryCollection
Visual Basic (Usage)Copy Code
Dim instance As LegendBox
Dim value As LegendEntryCollection
 
value = instance.ExtraEntries
C# 
public LegendEntryCollection ExtraEntries {get;}

See Also

© 2010 All Rights Reserved.