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


In This Topic
    NChartElement Class
    In This Topic
    Summary description for NChartSceneTreeItem.
    Object Model
    NChartElement Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.Chart.NChartNodeTypeConverter)>
    <System.SerializableAttribute()>
    Public MustInherit Class NChartElement 
       Inherits NChartNode
       Implements INChartElement, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NChartElement
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.ComponentModel.TypeConverter(Nevron.Chart.NChartNodeTypeConverter)]
    [System.Serializable()]
    public abstract class NChartElement : NChartNode, INChartElement, Nevron.Dom.INAttributeContainer, Nevron.Dom.INAttributeObserver, Nevron.Dom.INElement, Nevron.Dom.INIdentifiable, Nevron.Dom.INNamed, Nevron.Dom.INNode, Nevron.Dom.INUniquelyIdentifiable, Nevron.Editors.INDomEditableNode, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NChartNode
          Nevron.Chart.NChartElement
             Nevron.Chart.NAnchor
             Nevron.Chart.NAxisAnchor
             Nevron.Chart.NAxisCrossing
             Nevron.Chart.NAxisMarker
             Nevron.Chart.NAxisPagingView
             Nevron.Chart.NAxisView
             Nevron.Chart.NChartElementComposite
             Nevron.Chart.NChartElementContainer
             Nevron.Chart.NChartWall
             Nevron.Chart.NDataSeriesBase
             Nevron.Chart.NDisplay
             Nevron.Chart.NGuideline
             Nevron.Chart.NIndicator
             Nevron.Chart.NIndicatorState
             Nevron.Chart.NKagiData
             Nevron.Chart.NLegendCellData
             Nevron.Chart.NLegendInterlaceStyle
             Nevron.Chart.NLineBreakData
             Nevron.Chart.NNeedleCapStyle
             Nevron.Chart.NPointAndFigureData
             Nevron.Chart.NRangeSelection
             Nevron.Chart.NReferenceAxisRange
             Nevron.Chart.NRenkoData
             Nevron.Chart.NScale
             Nevron.Chart.NScaleConfiguratorElement
             Nevron.Chart.NScaleLevelLayout
             Nevron.Chart.NScaleRuler
             Nevron.Chart.NSeriesBase
             Nevron.Chart.NSeriesData
             Nevron.Chart.NStockGroup
             Nevron.Chart.NStyleSheet
             Nevron.Chart.NTreeMapNode
             Nevron.Chart.NValueSnapper
             Nevron.Chart.NWallDecoration
             Nevron.Chart.Windows.NTool

    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