'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.EditorAttribute(Nevron.Chart.NLegendSelectorTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Legend As NLegend
'Usage
Dim instance As NLegendDataItemAnchor Dim value As NLegend instance.Legend = value value = instance.Legend
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Editor(Nevron.Chart.NLegendSelectorTypeEditor, System.Drawing.Design.UITypeEditor)] public NLegend Legend {get; set;}