ActiveReports.Chart Request technical support
Item(String) Property
See Also 


legendName
The name of the legend.
Gets or sets the collection item by the given legend name.

Syntax

Visual Basic (Declaration) 
Overloads Public ReadOnly Property Item( _
   ByVal legendName As String _
) As Legend
Visual Basic (Usage)Copy Code
Dim instance As LegendsCollection
Dim legendName As String
Dim value As Legend
 
value = instance.Item(legendName)
C# 
public Legend Item( 
   string legendName
) {get;}

Parameters

legendName
The name of the legend.

See Also