Reports for WPF | ComponentOne
C1.C1Report.CustomFields.Maps Namespace / LegendItemCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Property Item( _
       ByVal name As String _
    ) As LegendItemBase
    public virtual LegendItemBase Item( 
       string name
    ) {get; set;}

    Parameters

    name
    See Also