Series chart type.
Series chart type.
| Visual Basic (Declaration) | |
|---|---|
| Public Enum SeriesChartType Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum SeriesChartType : Enum | |
| Member | Description | 
|---|---|
| Point | Point chart type. Point chart type. | 
| FastPoint | Fast Point chart type. FastPoint chart type. | 
| Bubble | Bubble chart type. Bubble chart type. | 
| Line | Line chart type. Line chart type. | 
| Spline | Spline chart type. Spline chart type. | 
| StepLine | StepLine chart type. StepLine chart type. | 
| FastLine | Fast Line chart type. FastLine chart type. | 
| Bar | Bar chart type. Bar chart type. | 
| StackedBar | Stacked bar chart type. Stacked bar chart type. | 
| StackedBar100 | Hundred percent stacked bar chart type. Hundred percent stacked bar chart type. | 
| Column | Column chart type. Column chart type. | 
| StackedColumn | Stacked column chart type. Stacked column chart type. | 
| StackedColumn100 | Hundred percent stacked column chart type. Hundred percent stacked column chart type. | 
| Area | Area chart type. Area chart type. | 
| SplineArea | Spline area chart type. Spline area chart type. | 
| StackedArea | Stacked area chart type. Stacked area chart type. | 
| StackedArea100 | Hundred percent stacked area chart type. Hundred percent stacked area chart type. | 
| Pie | Pie chart type. Pie chart type. | 
| Doughnut | Doughnut chart type. Doughnut chart type. | 
| Stock | Stock chart type. Stock chart type. | 
| CandleStick | Candlestick chart type. CandleStick chart type. | 
| Range | Range chart type. Range chart type. | 
| SplineRange | Spline Range chart type. Spline range chart type. | 
| Gantt | Gantt chart type. Gantt chart type. | 
| RangeColumn | Range column chart type. Range column chart type. | 
| Radar | Radar chart type. Radar chart type. | 
| Rose | |
| StackedRose | |
| Polar | Polar chart type. Polar chart type. | 
| ErrorBar | Error Bar chart type. Error bar chart type. | 
| BoxPlot | Box Plot chart type. Box plot chart type. | 
| Renko | Renko chart type. Renko chart type. | 
| ThreeLineBreak | ThreeLineBreak chart type. ThreeLineBreak chart type. | 
| Kagi | Kagi chart type. Kagi chart type. | 
| PointAndFigure | PointAndFigure chart type. PointAndFigure chart type. | 
| Funnel | Funnel chart type. Funnel chart type. | 
| Pyramid | Pyramid chart type. Pyramid chart type. | 
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WinControl.SeriesChartType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 