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;}
C++/CLI 
public:
property LegendEntryCollection^ ExtraEntries {
   LegendEntryCollection^ get();
}

See Also