dotnetCHARTING Send comments on this topic.
SeriesType Enumeration
See Also  
dotnetCHARTING Namespace : SeriesType Enumeration


Specifies how a series will be shown on the chart.

Syntax

Visual Basic (Declaration)  
Public Enum SeriesType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As SeriesType
C#  
public enum SeriesType : Enum 

Members

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SeriesType

See Also