| Visual Basic (Declaration) | |
|---|---|
| Public Enum SeriesChartType Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum SeriesChartType : Enum | |
| Member | Description | 
|---|---|
| Point | Point chart type. | 
| FastPoint | FastPoint chart type. | 
| Bubble | Bubble chart type. | 
| Line | Line chart type. | 
| Spline | Spline chart type. | 
| StepLine | StepLine chart type. | 
| FastLine | FastLine chart type. | 
| Bar | Bar chart type. | 
| StackedBar | Stacked bar chart type. | 
| StackedBar100 | Hundred percent stacked bar chart type. | 
| Column | Column chart type. | 
| StackedColumn | Stacked column chart type. | 
| StackedColumn100 | Hundred percent stacked column chart type. | 
| Area | Area chart type. | 
| SplineArea | Spline area chart type. | 
| StackedArea | Stacked area chart type. | 
| StackedArea100 | Hundred percent stacked area chart type. | 
| Pie | Pie chart type. | 
| Doughnut | Doughnut chart type. | 
| Stock | Stock chart type. | 
| CandleStick | CandleStick chart type. | 
| Range | Range chart type. | 
| SplineRange | Spline range chart type. | 
| Gantt | Gantt chart type. | 
| RangeColumn | Range column chart type. | 
| Radar | Radar chart type. | 
| Rose | |
| StackedRose | |
| Polar | Polar chart type. | 
| ErrorBar | Error bar chart type. | 
| BoxPlot | Box plot chart type. | 
| Renko | Renko chart type. | 
| ThreeLineBreak | ThreeLineBreak chart type. | 
| Kagi | Kagi chart type. | 
| PointAndFigure | PointAndFigure chart type. | 
| Funnel | Funnel chart type. | 
| Pyramid | Pyramid chart type. | 
System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.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
 
  
  
  
 