Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / SeriesType Enumeration


In This Topic
    SeriesType Enumeration
    In This Topic
    Defines the currently supported charting types. This custom type is passed as a parameter to the Add method of the SeriesCollection object and determines the type of the newly created presentation group.
    Syntax
    'Declaration
     
    Public Enum SeriesType 
       Inherits System.Enum
    'Usage
     
    Dim instance As SeriesType
    public enum SeriesType : System.Enum 
    Members
    MemberDescription
    Arearepresents a AreaSeries object
    Barrepresents a BarSeries object
    Bubblerepresents a BubbleSeries object
    FloatBarrepresents a FloatBarSeries object
    GridSurfacerepresents a GridSurfaceSeries object
    HighLowrepresents a HighLowSeries object
    Linerepresents a LineSeries object
    MeshSurfacerepresents a MeshSurfaceSeries object
    Pierepresents a PieSeries object
    Pointrepresents a PointSeries object
    Polarrepresents a PolarSeries object
    Radarrepresents a RadarSeries object
    Shaperepresents a ShapeSeries object
    Stockrepresents a StockSeries object
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.Core.SeriesType

    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