| Visual Basic (Declaration) | |
|---|---|
| Public Enum SeriesTypeMultiple Inherits Enum | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public enum SeriesTypeMultiple : Enum | |
| Member | Description | 
|---|---|
| FunnelCone | Draws the series as a funnel cone. | 
| FunnelPyramid | Draws the series as a funnel pyramid. | 
| Cone | Draws the series as a cone. | 
| Pyramid | Draws the series as a pyramid. | 
| Pie | Draws the series as a pie. | 
| Gauge | Draws the series as a gauge. | 
| StackedBubble | Draws the series as a stacked bubble. | 
| Donut | Draws the series as a donut. | 
System.Object
   System.ValueType
      System.Enum
         dotnetCHARTING.SeriesTypeMultiple
 
     
     
     
    