'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Specifies the index of the legend on which the series information is displayed.")> <System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.EditorAttribute(Nevron.Chart.NLegendSelectorTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property DisplayOnLegend As NLegend
'Usage
Dim instance As NAutoLegend Dim value As NLegend instance.DisplayOnLegend = value value = instance.DisplayOnLegend
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Specifies the index of the legend on which the series information is displayed.")] [System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.Editor(Nevron.Chart.NLegendSelectorTypeEditor, System.Drawing.Design.UITypeEditor)] public NLegend DisplayOnLegend {get; set;}