Nevron .NET Vision
Nevron.Chart Namespace / NAutoLegend Class / DisplayOnLegend Property


In This Topic
    DisplayOnLegend Property (NAutoLegend)
    In This Topic
    Specifies the legend on which the series information is displayed.
    Syntax
    '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;}
    Remarks
    When set to null the serie will obtain the legend index from the chart DisplayOnLegend property.
    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