ComponentOne FlexPivot for WinForms
ChartType Enumeration

C1.Win.FlexPivot.4 Assembly > C1.Win.FlexPivot Namespace : ChartType Enumeration
Specifies the type of chart to display.
Syntax
'Declaration
 
Public Enum ChartType 
   Inherits System.Enum
public enum ChartType : System.Enum 
Members
MemberDescription
AreaSeries are represented by filled polygons.
BarSeries are represented by horizontal bars.
ColumnSeries are represented by vertical columns.
LineSeries are represented by polygons with symbols at the data points.
ScatterSeries are represented by groups of symbols.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexPivot.ChartType

See Also

Reference

C1.Win.FlexPivot Namespace