Nevron .NET Vision
Nevron.Chart Namespace / NLegendData Class / Items Property


In This Topic
    Items Property (NLegendData)
    In This Topic
    Gets or sets the legend items contained in the legend.
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlElementAttribute(Nevron.Chart.NLegendBoxCellData)>
    <System.ComponentModel.CategoryAttribute("Data")>
    <System.ComponentModel.DescriptionAttribute("The legend items contained in the legend.")>
    Public Property Items As NLegendItemCollection
    'Usage
     
    
    Dim instance As NLegendData
    Dim value As NLegendItemCollection
     
    instance.Items = value
     
    value = instance.Items
    [System.Xml.Serialization.XmlElement(Nevron.Chart.NLegendBoxCellData)]
    [System.ComponentModel.Category("Data")]
    [System.ComponentModel.Description("The legend items contained in the legend.")]
    public NLegendItemCollection Items {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also