.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace : SeriesType Enumeration
SeriesType Enumeration
Specifies how a series will be shown on the chart.
Syntax
'Declaration
 
Public Enum SeriesType 
   Inherits System.Enum
'Usage
 
Dim instance As SeriesType
public enum SeriesType : System.Enum 
Members
MemberDescription
AreaLineDraws the series as an area line.
AreaSplineDraws the series as an area spline.
BarSee Column.
BarSegmentedDraws the series as a segmented bar.
BubbleDraws the series elements as bubbles.
BubbleShapeDraws the series as a shape, based on the element's ShapeType property.
ColumnDraws the series as a bar.
ConeDraws the series as a cone.
CylinderDraws the series as a cylinder.
LineDraws the series as a line.
MarkerDraws elements as element markers.
PyramidDraws the series as a four point pyramid.
SplineDraws the series as a spline.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.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