| Visual Basic (Declaration) | |
|---|---|
| Public Enum SeriesType Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum SeriesType : Enum | |
| Member | Description | 
|---|---|
| Marker | Draws elements as element markers. | 
| Line | Draws the series as a line. | 
| Spline | Draws the series as a spline. | 
| AreaLine | Draws the series as an area line. | 
| Column | Draws the series as a bar. | 
| Cylinder | Draws the series as a cylinder. | 
| Bar | See Column. | 
| Bubble | Draws the series elements as bubbles. | 
| AreaSpline | Draws the series as an area spline. | 
| Pyramid | Draws the series as a four point pyramid. | 
| Cone | Draws the series as a cone. | 
| BubbleShape | Draws the series as a shape, based on the element's ShapeType property. | 
| BarSegmented | Draws the series as a segmented bar. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SeriesType
 
     
     
     
    