Nevron .NET Vision
Nevron.Chart Namespace / ChartElement Enumeration


In This Topic
    ChartElement Enumeration
    In This Topic
    Enumerates the chart element types.
    Syntax
    'Declaration
     
    
    Public Enum ChartElement 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartElement
    public enum ChartElement : System.Enum 
    Members
    MemberDescription
    AnchorPanelAnchor panel
    AnnotationAn empty annotation panel object.
    AxisAn Axis object.
    AxisConstLineAn axis const line object.
    AxisCursorAn axis cursor.
    AxisStripeAn axis stripe object.
    BackgroundDecoratorPanelBackground decorator panel
    ChartChart
    ChartWallA chart wall object
    ClockPanelClock Panel
    ControlBackgroundThe chart background.
    DataPointA data point object.
    DisplayPanelDisplay Panel
    GaugeAxisGauge axis
    GaugeMarkerGauge Marker
    GaugeNeedleGauge Needle
    GaugePanelGauge Panel
    GaugeRangeGauge Range
    KagiDataA kagi data object
    LabelA label object.
    LegendA Legend object The area inside of the Legend object excluding the area occupied by the legend data items.
    LegendDataItemA legend data item object.
    LegendFooterA legend footer object
    LegendHeaderA legend header object
    LineBreakDataA three line break data object
    LineStudyA line study object.
    NothingNo chart element.
    PanelPanel
    PointAndFigureDataA point and figure data object
    RangeSelectionA range selection object.
    RenkoDataA renko data object
    ScrollBarLeftScrollButtonScrollBar left scroll button.
    ScrollBarLeftStripeButtonScrollBar left stripe button.
    ScrollBarResetButtonScrollBar reset button.
    ScrollBarRightScrollButtonScrollBar right scroll button.
    ScrollBarRightStripeButtonScrollBar right stripe button.
    ScrollBarThumbButtonScrollBar thumb button.
    StockGroupA stock group object
    SurfaceDataPointA surface series data point.
    SurfaceTriangleA surface triangle
    TreeMapNodeA tree map node object
    WatermarkA watermark object.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Chart.ChartElement

    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