'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;}