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

MemberDescription
MarkerDraws elements as element markers.
LineDraws the series as a line.
SplineDraws the series as a spline.
AreaLineDraws the series as an area line.
ColumnDraws the series as a bar.
CylinderDraws the series as a cylinder.
BarSee Column.
BubbleDraws the series elements as bubbles.
AreaSplineDraws the series as an area spline.
PyramidDraws the series as a four point pyramid.
ConeDraws the series as a cone.
BubbleShapeDraws the series as a shape, based on the element's ShapeType property.
BarSegmentedDraws the series as a segmented bar.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.