dotnetCHARTING Send comments on this topic.
ExtraLegendBoxes Property
See Also 
dotnetCHARTING Namespace > Chart Class : ExtraLegendBoxes Property


Gets a collection of additional LegendBox objects added to the chart.

Syntax

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

See Also

© 2010 All Rights Reserved.