Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore 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
    AxisAn Axis object.
    AxisStripeAn axis stripe object.
    ChartWallA chart wall object
    ControlBackgroundThe chart background.
    DataPointA data point 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.
    NothingNo chart element.
    SurfaceDataPointA surface data point object.
    WatermarkA watermark object.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.GraphicsCore.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