Nevron .NET Vision
Nevron.Chart Namespace / NChartNode Class
Members


In This Topic
    NChartNode Class
    In This Topic
    The base of all chart nodes.
    Object Model
    NChartNode Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.Chart.NChartNodeTypeConverter)>
    <System.SerializableAttribute()>
    Public MustInherit Class NChartNode 
       Implements Nevron.Dom.INNode, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NChartNode
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.ComponentModel.TypeConverter(Nevron.Chart.NChartNodeTypeConverter)]
    [System.Serializable()]
    public abstract class NChartNode : Nevron.Dom.INNode, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy
    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