Nevron .NET Vision
Nevron.Chart Namespace / NChartAnchor Class / Chart Property


In This Topic
    Chart Property (NChartAnchor)
    In This Topic
    The chart to attach to
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    <System.ComponentModel.EditorAttribute(Nevron.Chart.NChartSelectorTypeEditor, System.Drawing.Design.UITypeEditor)>
    Public Property Chart As NChart
    'Usage
     
    
    Dim instance As NChartAnchor
    Dim value As NChart
     
    instance.Chart = value
     
    value = instance.Chart
    [System.Xml.Serialization.XmlIgnore()]
    [System.ComponentModel.Editor(Nevron.Chart.NChartSelectorTypeEditor, System.Drawing.Design.UITypeEditor)]
    public NChart Chart {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