ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1Chart Class / LegendItems Property


In This Topic
    LegendItems Property
    In This Topic
    Gets the collection of legend items.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public ReadOnly Property LegendItems As LegendItemCollection
    'Usage
     
    
    Dim instance As C1Chart
    Dim value As LegendItemCollection
     
    value = instance.LegendItems
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public LegendItemCollection LegendItems {get;}
    See Also