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


In This Topic
    DisplayOnLegend Property (NChart)
    In This Topic
    Specifies the the legend on which the chart information is displayed.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Specifies the index of the legend on which the chart 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 NChart
    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 chart information is displayed")]
    [System.Xml.Serialization.XmlIgnore()]
    [System.ComponentModel.Editor(Nevron.Chart.NLegendSelectorTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NLegend DisplayOnLegend {get; set;}
    Remarks
    By default set to null.
    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