Nevron .NET Vision
Nevron.Chart Namespace / NLegendDataItemAnchor Class / Legend Property


In This Topic
    Legend Property (NLegendDataItemAnchor)
    In This Topic
    Gets/sets the legend to which to attach
    Syntax
    '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;}
    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